Copy link to clipboard
Copied
Is it possible to disable the keyframing stopwatch on an effect's popup menu so the user can't set keyframes, or do I need a different UI element for this? I don't want the value to be able to be changed throughout the sequence. Thanks!
Add the flag PF_ParamFlag_CANNOT_TIME_VARY for the parameter during PF_Cmd_PARAM_SETUP
Copy link to clipboard
Copied
Add the flag PF_ParamFlag_CANNOT_TIME_VARY for the parameter during PF_Cmd_PARAM_SETUP
Copy link to clipboard
Copied
Worked like a charm, thanks!
Copy link to clipboard
Copied
On the contrary, I want to enable the keyframing stopwatch on my Camera's transform properties. Any help with that?