How to change default/dephault value of PF_ParamDefs after PF_Cmd_PARAMS_SETUP?
Hi,
I'm using the After Effects SDK with AE Transition Extensions to create transition effects for Premiere Pro.
I need a PF_Param_POINT which defaults to the center coordinates of the current sequence. The problem is that PF_Cmd_PARAMS_SETUP is only called once at startup and without any sequence information, so i can't set default/dephault values based on sequence resolution. I tried to change the default values during PF_Cmd_USER_CHANGED_PARAM and also set PF_ParamDef.uu.change_flags to PF_ChangeFlag_CHANGED_VALUE, but it didn't seem be accepted.
Am I missing something? Or does somebody know a better solution?
Regards,
Philipp