LUT File
Selects the external transform file.
Use a file format supported by the OCIO build/config in the environment.
OCIO file-based transform
Applies a file-based OpenColorIO transform such as a LUT or supported transform file with direction and interpolation controls.
OCIOFileTransform is useful when a color transform lives in an external file but should still be executed through OpenColorIO's processing model.
Overview
OCIOFileTransform is useful when a color transform lives in an external file but should still be executed through OpenColorIO's processing model.
Load one transform file as a color operation, then choose how OCIO should evaluate and interpolate it.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Image to process through the file-based OCIO transform.
Optional mask that limits where the node affects the image.
The processed result from this node.
Inspector
Start with these controls before reaching for more complicated workarounds.
Selects the external transform file.
Use a file format supported by the OCIO build/config in the environment.
Opens a file browser for the related path or resource.
Selects a correction entry when the source file contains multiple CDL/CCC records.
This is relevant to workflows that package multiple color decisions in one file.
Chooses forward or reverse evaluation.
Reverse requires an invertible transform and a workflow that actually expects the inverse.
Runs the operation in the forward direction.
Runs the operation in the reverse direction.
Selects Nearest, Linear, Tetrahedral or Best where available.
Tetrahedral or Best can improve 3D LUT interpolation at additional cost compared with simpler modes.
Uses Nearest for interpolation.
Uses Linear for interpolation.
Uses Tetra for interpolation.
Uses Best for interpolation.
Provides keyframe controls for animating the related parameter.
Practical setup
Confirm the external file and its intended input/output color spaces.
Load the file.
Select the correct CCC ID if applicable.
Choose direction and interpolation.
Compare the result against a trusted reference before publishing the transform into a shared comp.
Examples
Apply a studio-provided LUT using OCIO evaluation.
Run an invertible file transform in reverse for a controlled conversion.
Troubleshooting
Production notes
Related nodes