Paul Miller
Paul Miller
I like the more concise `kOfxImageEffectPropObsolete`. It matches the other ImageEffectProps. I can get this into Silhouette and send you a custom build to test with if you like.
I don't think we need a new Change reason; Silhouette uses `kOfxChangePluginEdited` and does it for each parameter and clip.
The reason I went with `kOfxChangePluginEdited` is `kOfxChangeUserEdited` implies that the user directly fiddled with something. For example, I have a popup menu that acts like a preset selector -...
> Would it matter for kOfxTypeClip what the reason is? The parameters we have already set up before the CreateInstance call so we don't do an instance changed for that...
I switched Silhouette to pass `kOfxChangeUserEdited` for clip hookups.
This is added in Silhouette 2025.5.2
My take is render instances for the same user-applied instance would all have the same ID. If it's used as a seed, then it would need to be consistent across...
Ok yeah I originally read it wrong. This will be trivial for me to add to Silhouette- just need the property name. I assume it would just be on the...
This will be in Silhouette 2025.0.1 which should be out in the next week or so.