OpenColorIO_Tools
OpenColorIO_Tools copied to clipboard
OCIO_Houdini: The "Effect Amount" parameter under the Mask tab of the nodes only has the effect of 0 or 1 instead of a gradual blend
OCIO_Houdini: The "Effect Amount" parameter under the Mask tab of the nodes only has the effect of 0 or 1 instead of a gradual blend
Instead of this behaviour you would expect a gradual blend of the effect amount since the parameter is a float paramer. This parameter is created by default with the standard macro
//Macro expanding to default COP2 tabs for Mask and Frame Scope
COP_MASK_SWITCHER(17, "OCIOCDLTransform");
PRM_Template prm_cop_default = PRM_Template(PRM_SWITCHER, 3, &PRMswitcherName, switcher);