Bake an instancer node to individual animated pieces of geometry. Useful for people that haven't switched to Maya 2017 yet, where this is standard functionality.

Installation

  • Extract the content of the .rar file anywhere on disk.
  • Drag the bakeInstancer.mel file in Maya to permanently install the script.

Usage

A button on the MiscTools shelf will be created that will allow easy access to the ui, this way the user doesn't need to worry about any of the code. If user wishes to not use the shelf button the following commands can be used.

Command:

import bakeInstancer 
bakeInstancer.bake(instancer, start, end)

Display UI:

import bakeInstancer.ui 
bakeInstancer.ui.show()