Gabriele de Simone
Gabriele de Simone
The 32-bit seed parameter is used to initialize the two 64-bit h1 and h2 variables. Would it make sense (and would it make any qualitative difference) to allow a 64-bit...
### Problem On this page: https://openfx.readthedocs.io/en/latest/Reference/ofxPropertiesByObject.html It mentions, for Image Effect Host: `kOfxPropType - (read only) set to “host”` But if you look inside ofxImageEffect.h, you’ll see something else: ```...
Going through the headers and docs, I couldn't find a property to declare a plugin _obsolete_. This is a common concept in other VFX SDKs. The purpose is to allow...