This command handles building the “dynamic” Bookmark menu, to show all bookmarks (“sets”) of a specified type (“sets -text”) menuName is the string returned by the “menu” command.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
editor (ed) | unicode | ||
|
|||
type (typ) | unicode | ||
|
Derived from mel command maya.cmds.buildBookmarkMenu
Example:
import pymel.core as pm
import maya.cmds as cmds
# Update the bookmarkMenu to show animation (bookmarkAnimCurves)
# bookmarks
#
pm.menu( 'bookmarkMenu' )
pm.buildBookmarkMenu( 'bookmarkMenu', type='bookmarkAnimCurves' )
pymel.core.animation.bufferCurve
pymel.core.animation.buildKeyframeMenu
Enter search terms or a module, class or function name.