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
- Host: GitHub
- URL: https://github.com/vikastmz/cao-utils
- Owner: vikasTmz
- License: gpl-3.0
- Created: 2017-03-11T19:14:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T20:43:11.000Z (about 9 years ago)
- Last Synced: 2025-01-26T18:33:56.553Z (over 1 year ago)
- Topics: 3d-models, computer-vision, graphics
- Language: Python
- Size: 127 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)*