pymel.core.nodetypes.PolyColorPerVertex

Inheritance diagram of PolyColorPerVertex

class PolyColorPerVertex(*args, **kwargs)

class counterpart of mel function polyColorPerVertex

Command associates color(rgb and alpha) with vertices on polygonal objects. When used with the query flag, it returns the color associated with the specified components.

getAlpha(**kwargs)

Specifies the alpha channel of color

Derived from mel command maya.cmds.polyColorPerVertex

getClamped(**kwargs)

This flag specifies if the color set will truncate any value that is outside 0 to 1 range.

Derived from mel command maya.cmds.polyColorPerVertex

getColorB(**kwargs)

Specifies the B channel of color

Derived from mel command maya.cmds.polyColorPerVertex

getColorDisplayOption(**kwargs)

Change the display options on the mesh to display the vertex colors.

Derived from mel command maya.cmds.polyColorPerVertex

getColorG(**kwargs)

Specifies the G channel of color

Derived from mel command maya.cmds.polyColorPerVertex

getColorR(**kwargs)

Specifies the R channel of color

Derived from mel command maya.cmds.polyColorPerVertex

getColorRGB(**kwargs)

Specifies the RGB channels of color

Derived from mel command maya.cmds.polyColorPerVertex

getNotUndoable(**kwargs)

Execute the command, but without having the command be undoable. This option will greatly improve performance for large numbers of object. This will make the command not undoable regardless of whether undo has been enabled or not.

Derived from mel command maya.cmds.polyColorPerVertex

getRelative(**kwargs)

When used, the color values specified are added relative to the current values.

Derived from mel command maya.cmds.polyColorPerVertex

getRemove(**kwargs)

When used, the color values are removed from the selected or specified objects or components. This option only supports meshes with no construction history, or meshes whose construction history includes a recent polyColorPerVertexNode. For meshes whose construction history includes a polgon operation the polyColorPerVertexNode, consider using the polyColorDel command instead

Derived from mel command maya.cmds.polyColorPerVertex

getRepresentation(**kwargs)

This flag corresponds to the color channels to used, for example A(alpha only), RGB, and RGBA.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyColorPerVertex

setAlpha(val=True, **kwargs)

Specifies the alpha channel of color

Derived from mel command maya.cmds.polyColorPerVertex

setClamped(val=True, **kwargs)

This flag specifies if the color set will truncate any value that is outside 0 to 1 range.

Derived from mel command maya.cmds.polyColorPerVertex

setColorB(val=True, **kwargs)

Specifies the B channel of color

Derived from mel command maya.cmds.polyColorPerVertex

setColorDisplayOption(val=True, **kwargs)

Change the display options on the mesh to display the vertex colors.

Derived from mel command maya.cmds.polyColorPerVertex

setColorG(val=True, **kwargs)

Specifies the G channel of color

Derived from mel command maya.cmds.polyColorPerVertex

setColorR(val=True, **kwargs)

Specifies the R channel of color

Derived from mel command maya.cmds.polyColorPerVertex

setColorRGB(val=True, **kwargs)

Specifies the RGB channels of color

Derived from mel command maya.cmds.polyColorPerVertex

setNotUndoable(val=True, **kwargs)

Execute the command, but without having the command be undoable. This option will greatly improve performance for large numbers of object. This will make the command not undoable regardless of whether undo has been enabled or not.

Derived from mel command maya.cmds.polyColorPerVertex

setRelative(val=True, **kwargs)

When used, the color values specified are added relative to the current values.

Derived from mel command maya.cmds.polyColorPerVertex

setRemove(val=True, **kwargs)

When used, the color values are removed from the selected or specified objects or components. This option only supports meshes with no construction history, or meshes whose construction history includes a recent polyColorPerVertexNode. For meshes whose construction history includes a polgon operation the polyColorPerVertexNode, consider using the polyColorDel command instead

Derived from mel command maya.cmds.polyColorPerVertex

setRepresentation(val=True, **kwargs)

This flag corresponds to the color channels to used, for example A(alpha only), RGB, and RGBA.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyColorPerVertex

Previous topic

pymel.core.nodetypes.PolyColorMod

Next topic

pymel.core.nodetypes.PolyCone

Core

Core Modules

Other Modules

This Page