pymel.core.nodetypes.PolyNormalPerVertex

Inheritance diagram of PolyNormalPerVertex

class PolyNormalPerVertex(*args, **kwargs)

class counterpart of mel function polyNormalPerVertex

Command associates normal(x, y, z) with vertices on polygonal objects. When used with the query flag, it returns the normal associated with the specified components. However, when queried, the command returns all normals (all vtx-face combinations) on the vertex, regardless of whether they ar shared or not.

getAllLocked(**kwargs)

Queries if all normals on the selected vertices are locked (frozen) or not

Derived from mel command maya.cmds.polyNormalPerVertex

getDeformable(**kwargs)

DEFAULT true OBSOLETE flag. This flag will be removed in the next release. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyNormalPerVertex

getFreezeNormal(**kwargs)

Specifies that the normal values be frozen (locked) at the current value.

Derived from mel command maya.cmds.polyNormalPerVertex

getNormalX(**kwargs)

Specifies the x value normal

Derived from mel command maya.cmds.polyNormalPerVertex

getNormalXYZ(**kwargs)

Specifies the xyz values normal

Derived from mel command maya.cmds.polyNormalPerVertex

getNormalY(**kwargs)

Specifies the y value normal

Derived from mel command maya.cmds.polyNormalPerVertex

getNormalZ(**kwargs)

Specifies the z value normal

Derived from mel command maya.cmds.polyNormalPerVertex

getRelative(**kwargs)

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

Derived from mel command maya.cmds.polyNormalPerVertex

getUnFreezeNormal(**kwargs)

Specifies that the normal values that were frozen at the current value be un-frozen (un-locked).

Derived from mel command maya.cmds.polyNormalPerVertex

setAllLocked(val=True, **kwargs)

Queries if all normals on the selected vertices are locked (frozen) or not

Derived from mel command maya.cmds.polyNormalPerVertex

setDeformable(val=True, **kwargs)

DEFAULT true OBSOLETE flag. This flag will be removed in the next release. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyNormalPerVertex

setFreezeNormal(val=True, **kwargs)

Specifies that the normal values be frozen (locked) at the current value.

Derived from mel command maya.cmds.polyNormalPerVertex

setNormalX(val=True, **kwargs)

Specifies the x value normal

Derived from mel command maya.cmds.polyNormalPerVertex

setNormalXYZ(val=True, **kwargs)

Specifies the xyz values normal

Derived from mel command maya.cmds.polyNormalPerVertex

setNormalY(val=True, **kwargs)

Specifies the y value normal

Derived from mel command maya.cmds.polyNormalPerVertex

setNormalZ(val=True, **kwargs)

Specifies the z value normal

Derived from mel command maya.cmds.polyNormalPerVertex

setRelative(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyNormalPerVertex

setUnFreezeNormal(val=True, **kwargs)

Specifies that the normal values that were frozen at the current value be un-frozen (un-locked).

Derived from mel command maya.cmds.polyNormalPerVertex

Previous topic

pymel.core.nodetypes.PolyNormal

Next topic

pymel.core.nodetypes.PolyNormalizeUV

Core

Core Modules

Other Modules

This Page