Skip to content

This library offers a series of classes to abstract the most common features available in Digital Content Creation tools.

License

Notifications You must be signed in to change notification settings

Aderemi-Adesada/dccutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCC Utils

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.

How to use it

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

Contributions

All contributions are welcome as long as they respect the C4 contract.

Code must follow the pep8 convention.

About authors

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.

CGWire Logo

About

This library offers a series of classes to abstract the most common features available in Digital Content Creation tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%