This command handles building the dynamicBookmark menu, to show all bookmarks (sets) of a specified type (sets -text) menuName is the string returned by the menucommand.
Flags:
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
# 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.