OpenColorIO_Tools icon indicating copy to clipboard operation
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

Open timmwagener opened this issue 11 years ago • 0 comments

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);

timmwagener avatar Jun 13 '14 16:06 timmwagener