Long name (short name) |
Argument types |
Properties |
-read(-r) |
|
|
|
list only attributes which are readable |
|
-write(-w) |
|
|
|
list only attributes which are writable |
|
-scalar(-s) |
|
|
|
only list scalar numerical attributes |
|
-array(-a) |
|
|
|
only list array (not multi) attributes |
|
-scalarAndArray(-sa) |
|
|
|
only list scalar and array attributes |
|
-visible(-v) |
|
|
|
only show visible or non-hidden attributes |
|
-connectable(-c) |
|
|
|
only show connectable attributes |
|
-keyable(-k) |
|
|
|
only show attributes that can be keyframed |
|
-channelBox(-cb) |
|
|
|
only show non-keyable attributes that appear in the
channelbox |
|
-caching(-ca) |
|
|
|
only show attributes that are cached internally |
|
-multi(-m) |
|
|
|
list each currently existing element of a multi-attribute |
|
-locked(-l) |
|
|
|
list only attributes which are locked |
|
-unlocked(-u) |
|
|
|
list only attributes which are unlocked |
|
-userDefined(-ud) |
|
|
|
list user-defined (dynamic) attributes |
|
-settable(-se) |
|
|
|
list attribute which are settable |
|
-shortNames(-sn) |
|
|
|
list short attribute names (default is to list long names) |
|
-string(-st) |
string |
|
|
List only the attributes that match the other criteria AND
match the string(s) passed from this flag |
|
-readOnly(-ro) |
|
|
|
List only the attributes which are readable and not
writable. |
|
-output(-o) |
|
|
|
List only the attributes which are numeric or which are
compounds of numeric attributes. |
|
-hasData(-hd) |
|
|
|
list only attributes that have data (all attributes except for
message attributes) |
|
-hasNullData(-hnd) |
|
|
|
list only attributes that have null data. This will list all
attributes that have data (see hasData flag) but the data value is
uninitialized. A common example where an attribute may have null
data is when a string attribute is created but not yet assigned an
initial value. Similarly array attribute data is often null until
it is initialized. |
|
-leaf(-lf) |
|
|
|
Only list the leaf-level name of the attribute.
controlPoints[44].xValue would be listed as "xValue". |
|
-changedSinceFileOpen(-cfo) |
|
|
|
Only list the attributes that have been changed since the file
they came from was opened. Typically useful only for
objects/attributes coming from referenced files. |
|
-ramp(-ra) |
|
|
|
list only attributes which are ramps |
|
-usedAsFilename(-uf) |
|
|
|
list only attributes which are designated to be treated as
filenames |
|