OCIO Utilities for MaterialX

This site contains a set of utilities for working with OpenColorIO and MaterialX. The utilities are written in Python and are designed to be used as standalone scripts or as part of a larger pipeline.

Note that Functional Nodegraph generation is currently in it's early stages pending the result of NanoColor support.

Repository

The Github repository is available here

Installation

To install the utilities, clone the repository and run the following command:

pip install .

The distribution will be available on PyPi in the near future as materialxocio.

Dependencies

The utilities require the following dependencies:

The latest version tested with is MaterialX 1.39.1 and OpenColorIO 2.3.2

Command Line Utilities

The repository contains the following command line utilities:

Documentation

API

API documentation can be found here

Notebooks

A background describing the usage of the OCIO package can be found here