Long name (short name) |
[argument types] |
Properties |
-shapeMode(-sm)
|
string
|

|
|
This flag controls how Artisan correlates the paintable node to a
corresponding shape node. It is used for attributes of type multi
of multi, where the first multi dimension corresponds to the shape
index (i.e. cluster nodes). At present, only one value of this flag
is supported: "deformer". By default this flag is an empty string,
which means that there is a direct indexing (no special mapping
required) of the attribute with respect to vertices on the shape.
In query mode, this flag needs a value.
|
|
-altAttribute(-aa)
|
string
|
 
|
|
Define an alternate attribute which will also receive the same
values. There can be multiple such flags.
In query mode, this flag needs a value.
|
|
-uiName(-ui)
|
string
|

|
|
UI name. Default is the attribute name.
In query mode, this flag needs a value.
|
|
-attrType(-at)
|
string
|

|
|
Paintable attribute type.
Supported types: intArray, doubleArray, vectorArray, multiInteger, multiFloat, multiDouble, multiVector.
In query mode, this flag needs a value.
|
|
-remove(-rm)
|
|

|
|
Make the attribute not paintable any more.
In query mode, this flag needs a value.
|
|
-clearAll(-ca)
|
|

|
|
Removes all paintable attribute definitions.
In query mode, this flag needs a value.
|
|
-activate(-ac)
|
boolean
|

|
|
Activate / deactivate the given paintable attribute. Used
to filter out some nodes in the attribute paint tool.
In query mode, this flag needs a value.
|
|
-activateAll(-aca)
|
boolean
|

|
|
Activate / deactivate all the registered paintable attributes. Used
to filter out some nodes in the attribute paint tool.
In query mode, this flag needs a value.
|
|