The PieMenu is a new context sensitive menu system for Lightwave Layout. What does context sensitive mean - it means that the menu differs depending on what you have selected. The PieMenu has a Scene, Object, Bone, Light, Camera, Surface & Graph Editor context. Further more, it not only allows you to pass parameters to a command, but also string many commands together and use them as a macro for the future. The menu can be invoked via a button or hotkey, and will appear centered on your mouse pointer. Tooltips for each of the PieMenu's buttons show you the actual command or command sequence being issued.
Right click on any of the contexts, and click Add. This will add an empty entry which you can then select, and define the button name, its command(s) and an optional icon as well.
Right click on the button you want to delete and click delete.
Make sure you select “Lightwave Command” next to the button name and then you can stack commands like:
Clone 1;AddPosition 0 1 0;Clone 2;Rotate 0 45 0
This will Clone one time, then change the position by 1m up, then clone 2 more times, and rotate by 45 degrees on the pitch
The commands, as seen above, have to be separated by a semicolon. Additional Custom Variables are: $rand(<min>:<max) : which will give you a random value, ie $rand(0:1) will give a random value between 0 and 1 $multi : which will make any normally single object command work on the entire object selection