Generation#
Version Utilities#
opencolorio_config_aces
A semver compatible version class. |
|
Built-in mutable sequence. |
Build Configuration Utilities#
opencolorio_config_aces
Built-in mutable sequence. |
|
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
|
Define an OpenColorIO config build configuration. |
Config Generation Common Objects#
opencolorio_config_aces
|
Define the data container for an OpenColorIO config. |
|
Deserialize the JSON OpenColorIO config data container at given path. |
|
Generate the OpenColorIO config from given data. |
|
Serialize the OpenColorIO config data container as a JSON file. |
|
Validate given OpenColorIO config. |
Factories#
opencolorio_config_aces
Mapping of OpenColorIO builtintransforms to their profile version. |
|
OpenColorIO transform factories. |
|
|
OpenColorIO Colorspace factory. |
|
OpenColorIO GroupTransform factory. |
|
OpenColorIO Look factory. |
|
OpenColorIO NamedTransform factory. |
|
Produce given transform. |
|
OpenColorIO transform factory. |
|
OpenColorIO ViewTransform factory. |
Reference Configuration#
aces-dev Discovery#
opencolorio_config_aces
Return the current aces-dev version, trying first with git, then by parsing the CHANGELOG.md file. |
|
Classifie given ACES CTL transforms. |
|
|
Discover the ACES CTL transform paths in given root directory: The given directory is traversed and the *.ctl files are collected. |
|
Filter the ACES AMF components for specified ACEStransformID. |
|
Filter given ACES CTL transforms with given filterers. |
|
Generate the ACES AMF components from the transforms.json file. |
Print aces-dev taxonomy: |
|
Unclassify given ACES CTL transforms. |
aces-dev Conversion Graph#
opencolorio_config_aces
|
Build the aces-dev conversion graph from given ACES CTL transforms. |
|
Return the conversion path from the source node to the target node in the aces-dev conversion graph. |
|
Return the node name from given ACES CTL transform. |
|
Filter given aces-dev conversion graph nodes with given filterers. |
|
Return the ACES CTL transform from given node name. |
|
Plot given aces-dev conversion graph using Graphviz and Pydot. |
aces-dev Reference Config Generator#
opencolorio_config_aces
|
Enum storing the various OpenColorIO description styles. |
|
Generate the aces-dev reference implementation OpenColorIO config using the Mapping method. |
ACES Computer Graphics (CG) Config Generator#
opencolorio_config_aces
|
Generate the ACES Computer Graphics (CG) OpenColorIO config. |
ACES Studio Config Generator#
opencolorio_config_aces
|
Generate the ACES Studio OpenColorIO config. |
Generation Utilities#
opencolorio_config_aces
Mapping of OpenColorIO builtintransforms to their profile version. |