1.0.2 • Published 4 years ago

bconv3d v1.0.2

Weekly downloads
3
License
GPLv3
Repository
github
Last release
4 years ago

bconv3d

Blender API & Opegit Studio's SCW thing exposed from JavaScript.

Examples

import { startBlender, flush, select_all, delete_selection, export_to, import_from } from 'bconv3d';
(async () => {
    startBlender('blender');
    await select_all('SELECT');
    await delete_selection();
    await import_from('obj', 'x.obj');
    await export_to('gltf', 'x.glb');
    await flush();
    process.exit();
})();
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago