This library offers a series of classes to abstract the most common features available in Digital Content Creation tools.
It currently supports Blender, Maya and Houdini.
Install the library:
pip install dccutils
Then in your code (let's say you are working in Blender):
from dccutils import BlenderContext
dcc_software_manager.blender = BlenderContext()
print(dcc_software_manager.list_cameras())
All contributions are welcome as long as they respect the C4 contract.
Code must follow the pep8 convention.
Gazu is written by CG Wire, a company based in France. We help indie creative studios to manage their pipeline and workflow efficiently.
We apply software craftmanship principles as much as possible. We love coding and consider that strong quality and good developer experience matter a lot. Our extensive knowledge allows studios to get better at managing production and doing software. They can focus more on the artistic work.
Visit cg-wire.com for more information.