Skip to content

Commit 9a6cd69

Browse files
committed
Require kOfxPropChangeReason=kOfxChangePluginEdited when clip changed on load
1 parent 9c72afe commit 9a6cd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ofxCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ These are the actions passed to a plug-in's 'main' function
337337
338338
- call `instanceChanged` after `createInstance` and after the host has
339339
hooked up all clips, with property \ref kOfxPropType = \ref kOfxTypeClip and
340-
\ref kOfxPropChangeReason = \ref kOfxChangePluginEdited, and ensure that
340+
\ref kOfxPropChangeReason = \ref kOfxChangeUserEdited, and ensure that
341341
\ref OfxImageEffectSuiteV1::clipGetRegionOfDefinition works in that action.
342342
343343
@param handle handle to the plug-in instance, cast to an \ref OfxImageEffectHandle

0 commit comments

Comments
 (0)