NatronGitHub / openfx

OpenFX effects API
Other
62 stars 36 forks source link

fix: fetchHostDescription don't work with Nuke #3

Closed igorepi closed 9 years ago

igorepi commented 9 years ago

kOfxImageEffectPropOpenGLRenderSupported can be unknown to host if host doesn't support gOpenGLRenderSuite (Nuke for example) then we can get an exception here and plugin construction will fail so gOpenGLRenderSuite check must be done first and/or hostProps.propGetString(kOfxImageEffectPropOpenGLRenderSupported) must not raise exception