Hi every one,

First of all notice that I'm refering to ofx plugins not to regular nuke
ones.

I have a problem in all the plugins I made if I have more than one instance
of my plugin
rendering on parallel branches it crashes.

I've tried to set some vars like:

  gPropHost->propSetInt(effectProps,
kOfxImageEffectPluginPropHostFrameThreading, 0, 1);
  gPropHost->propSetInt(effectProps,
kOfxImageEffectPropSupportsMultiResolution, 0, 0);
  gPropHost->propSetInt(effectProps, kOfxImageEffectPropSupportsTiles, 0,
0);
  gPropHost->propSetInt(effectProps, kOfxImageEffectPropTemporalClipAccess,
0, 1);

But I have no luck neither, anyone has suffer this before? anyone could
give me any idea about
where could be the problem?

Regards and thanks in advance.
_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to