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
|
|
-category(-ct)
|
string
|
|
|
only show attributes belonging to the given category.
Category string can be a regular expression.
|
|
-fromPlugin(-fp)
|
|
|
|
only show attributes that were created by a plugin
|
|
-inUse(-iu)
|
|
|
|
only show attributes that are currently marked as in use. This flag indicates
that an attribute affects the scene data in some way. For example it has a
non-default value or it is connected to another attribute. This is the
general concept though the precise implementation is subject to change.
|
|
-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
|
|
-extension(-ex)
|
|
|
|
list user-defined attributes for all nodes of this type (extension attributes)
|
|
-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.
String can be a regular expression.
|
|
-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
|
|