An open API service indexing awesome lists of open source software.

https://github.com/vikastmz/cao-utils

Convert .obj/.blend files to .cao
https://github.com/vikastmz/cao-utils

3d-models computer-vision graphics

Last synced: about 2 months ago
JSON representation

Convert .obj/.blend files to .cao

Awesome Lists containing this project

README

          

# cao-utils
Convert .obj/.blend files to .cao

**Usage**:

For OBJ to CAO

`python convert_obj_to_cao.py -i cubesat1b.obj -o new_cubesat1b.cao -t p` *(for 3d points)*

`python convert_obj_to_cao.py -i cubesat1b.obj -o new_cubesat1b.cao -t l` *(for 3d lines)*

For BLEND to CAO

`blender test.blend --background --python convert_blend_to_cao.py -- new_cubesat1b.cao p` *(for 3d points)*

`blender test.blend --background --python convert_blend_to_cao.py -- new_cubesat1b.cao l` *(for 3d lines)*