revisionfx
revisionfx
Slightly drifting OT but Just saying way back then as we were listing all other API functionalities, this was also related to display custom UI in parameter control. We at...
"In that case getParamValueAtTime returns the current-or-previous value for hosts that allow animation." um... it returns data = NULL and length = 0 if you request AtTime where there is...
I never requested animated String and Custom here so I don't know Nor do I know what host supports animating that... what you suggest should be OK for paramGetValue if...
That would be fine with me. Main application: 1. Set Host default for when user adds a KF (often linear) - 2. Set Interp Type when we write ourselves the...
OK in support of this FR, we rechecked all hosts. RIght now if you have option choice menu with options A, B, C, D, E - kOfxParamTypeChoice And you keyframe...
"but I have seen it used in Nuke to switch among a set of inputs (where the choice param's options are which input to use)" But I assume they don't...
> > "but I have seen it used in Nuke to switch among a set of inputs (where the choice param's options are which input to use)" > > But...
Adding: As per discussion in OpenFX meeting, there is no common curve editing method shared by all hosts. Two hosts responded they don't support bezier with handles in their KF...
I guess that would be an application for kOfxParamPropDataPtr if I needed extra data for myself. The only question is about custom option. If I want to check (get) the...
What is the conclusion for Interpolation type: Aside adding an OfxParamPropInterp property which is clear, Options seems to be: 1. OfxParameterSuiteV2 2. A side utility suite or a set of...