InstallationΒΆ

Either download a zip of the repository

https://bitbucket.org/zivadynamics/ziva-vfx-utils/downloads

or clone it

https://bitbucket.org/zivadynamics/ziva-vfx-utils.git

Put the zBuilder folder and all of its contents in a Maya scripts directory.

If you need to update your Python path for Maya you can place this in your userSetup.py:

#!python
import sys
sys.path.append('/path/to/download')