Creating a Python command plug-in – Part 1: Undo and redo

Procedural content generation can reduce the amount of time it takes to create unique scenes and complex visual effects. Custom Maya commands, which you can create as Python Plug-ins, are well-suited for creating procedural content. This series will show you how to create a fully undoable and redoable command with its own flags. The new command we’ll be writing will generate a swarm of particles inside a turbulence field. In this movie, we’ll focus on how to define the undo and redo behavior of this command. In the next part,…

Read More