opencolorio_config_aces.unclassify_ctl_transforms#

opencolorio_config_aces.unclassify_ctl_transforms(classified_ctl_transforms)[source]#

Unclassifie given ACES CTL transforms.

Parameters:

classified_ctl_transforms (dict) – Classified ACES CTL transforms as returned by opencolorio_config_aces.classify_aces_ctl_transforms() definition.

Returns:

\[\left[CTLTransform_1, \ldots, CTLTransform_n\right]\]

Return type:

list

Examples

>>> ctl_transforms = classify_aces_ctl_transforms(
...     discover_aces_ctl_transforms())
>>> sorted(  
...     unclassify_ctl_transforms(ctl_transforms), key=lambda x: x.path)[0]
CTLTransform('csc...ACEScc...ACEScsc.Academy.ACES_to_ACEScc.ctl')