eliemichel / OpenMfxForBlender

A branch of Blender featuring an OpenMfx modifier
Other
177 stars 19 forks source link

Call kOfxMeshEffectActionIsIdentity before cooking #37

Closed tkarabela closed 3 years ago

tkarabela commented 3 years ago

Hi, I recently implemented IsIdentity action for MfxVTK ( https://github.com/tkarabela/MfxVTK/commit/bfd383afcce00a2a7d5178bd25039a57b6324478 ), it's available in MfxVTK 0.3.0. This is the code needed to support it in Blender OFX host.

eliemichel commented 3 years ago

Nice, thanks!