Skip to main content
invertedvisuals
Inspiring
March 21, 2019
Answered

Disable Keyframing Stopwatch on Popup Menu

  • March 21, 2019
  • 2 replies
  • 485 views

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!

This topic has been closed for replies.
Correct answer

Add the flag PF_ParamFlag_CANNOT_TIME_VARY for the parameter during PF_Cmd_PARAM_SETUP

2 replies

Participant
July 7, 2023

On the contrary, I want to enable the keyframing stopwatch on my Camera's transform properties. Any help with that?

Correct answer
March 21, 2019

Add the flag PF_ParamFlag_CANNOT_TIME_VARY for the parameter during PF_Cmd_PARAM_SETUP

invertedvisuals
Inspiring
March 22, 2019

Worked like a charm, thanks!