cgwire / dccutils_server

This library permit to have a FastAPI API around dccutils in Digital Content Creation tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCCUtils_server

This library offers a fastAPI server for DCCs based on dccutils to abstract the most common features available in Digital Content Creation (DCC) tools.

It currently supports Blender, Unreal, Maya and Houdini.

Discord Downloads

How to use it

Install the library:

pip install dccutils_server

Then in your code:

import dccutils_server

dccutils_server.server_start_threading()

Contributions

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

Code must follow the pep8 convention.

You can use the pre-commit hook for Black (a python code formatter) before commiting :

pip install pre-commit
pre-commit install

About authors

DCCUtils is written by CGWire, a company based in France. We help animation and VFX studios to collaborate better through efficient tooling. We already work with more than 70 studios around the world.

Visit cg-wire.com for more information.

CGWire Logo

About

This library permit to have a FastAPI API around dccutils in Digital Content Creation tools.

License:MIT License


Languages

Language:Python 100.0%