Go to: Synopsis. Return value. Keywords. Related. Python examples.

Synopsis

artBuildPaintMenu()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

artBuildPaintMenu is NOT undoable, NOT queryable, and NOT editable.

??

Return value

None

Keywords

polygons

Related

move

Python examples

import maya.cmds as cmds

# build a list of paintable attributes for the selected item(s)
#
cmds.artBuildPaintMenu();