Skip to content

pitust/bconv3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();
})();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published