Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you do not callĀ SetCurrentShapeOutput(), the plug-in won't apply any processing to the objects you create. You will be responsible for setting up materials, transformations and flags. Your export code will still be called at each substep during motion processing, butĀ GetCurrentMotionShape() will return NULL if called, so if you need to perform actions at that stage, you will have to keep track of the created object(s) yourself.

...