Go to: Synopsis. Return value. MEL examples.
buildKeyframeMenu
string
buildKeyframeMenu is undoable, NOT queryable, and NOT editable.
This command handles building the "dynamic" Keyframe menu, to show attributes of currently selected objects, filtered by the current manipulator. menuName is the string returned by the "menu" command. The target menu will entries appended to it (and deleted from it) to always show what's currently keyframable.None
// Set up "myAttributeMenu" as a menu to always // reflect what's currently keyframable. // buildKeyframeMenu myAttributeMenu;