You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** @brief Indicates that the plugin can render without spatial awareness, either inherently or by
1178
-
disabling certain parameters at render time. If the plugin descriptor has this prop set to "true", the
1179
-
plugin is expected to disable spatial effects when the host sets this prop to "true" in the render call arguments.
1178
+
disabling certain parameters at render time.
1179
+
1180
+
If the plugin descriptor has this property set to "true", the plugin is expected to disable spatial effects when the host sets this property to "true" in the arguments passed to kOfxImageEffectActionBeginSequenceRender and kOfxImageEffectActionRender.
- "false" - the plugin cannot render without spatial awareness and the host will bypass it for renders that require no spatial awareness.
1186
-
- "true" - the plugin can render without spatial awareness, and the host will indicate this type of render by setting kOfxImageEffectPropNoSpatialAwareness to "true" in the render call.
1186
+
- "false" - the plugin cannot render without spatial awareness and the host should bypass it for renders that require no spatial awareness.
1187
+
- "true" - the plugin can render without spatial awareness. The host will indicate this type of render by setting kOfxImageEffectPropNoSpatialAwareness to "true" in the arguments passed to kOfxImageEffectActionBeginSequenceRender and kOfxImageEffectActionRender.
0 commit comments