kOfxImageEffectPropInteractiveRenderStatus
— Property that indicates if a plugin is being rendered in response to user interaction.
#include "/ofxImageEffect.h" #define kOfxImageEffectPropInteractiveRenderStatus "OfxImageEffectPropInteractiveRenderStatus"
This is a property that belongs to the read only property on the inArgs of the following actions....
Property that indicates if a plugin is being rendered in response to user interaction.
This property is set to 1 on all render calls that have been triggered because a user is actively modifying an effect (or up stream effect) in an interactive session. This typically means that the effect is not being rendered as a part of a sequence, but as a single frame.