Go to: Synopsis. Flags. Return value. Related. MEL examples.
cpProperty [-addVerts] [-assign propertyName] [-help] [-indexList string string] [-list] [-listMeshNodes string] [-listSets] [-name propertyName] [-query] [-reassign propertySetName] [-remove] [-removeVerts]
cpProperty is undoable, queryable, and editable.
This command creates or assignes a property node.Long name (short name) | [argument types] | Properties | ||
---|---|---|---|---|
-help(-h)
|
|
![]() |
||
|
||||
-assign(-a)
|
propertyName
|
![]() |
||
|
||||
-reassign(-ra)
|
propertySetName
|
![]() |
||
|
||||
-addVerts(-add)
|
|
![]() |
||
|
||||
-removeVerts(-rv)
|
|
![]() |
||
|
||||
-remove(-r)
|
|
![]() |
||
|
||||
-list(-l)
|
|
![]() |
||
|
||||
-listSets(-ls)
|
|
![]() |
||
|
||||
-indexList(-il)
|
string string
|
![]() |
||
|
||||
-listMeshNodes(-lmn)
|
string
|
![]() |
||
|
||||
-name(-n)
|
propertyName
|
![]() |
||
|
||||
-query(-q)
|
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a new property in the scene. cpProperty; // List all property nodes in the scene. cpProperty -q -list; // Assign named property to a set of one or more selected panels. cpProperty -assign shirtProperty;