Long name (short name) |
Argument types |
Properties |
-affectsAppearance(-aa)
|
|
|
|
Return true if the attribute affects the appearance of the node
|
|
-affectsWorldspace(-aws)
|
|
|
|
Return the status of the attribute flag marking attributes affecting worldspace
|
|
-attributeType(-at)
|
|
|
|
Return the name of the attribute type (will be the same type names as described in the addAttr and addExtension commands).
|
|
-categories(-ct)
|
|
|
|
Return the categories to which the attribute belongs or an empty list if it does not belong to any.
|
|
-cachedInternally(-ci)
|
|
|
|
Return whether the attribute is cached within the node as well as in the datablock
|
|
-channelBox(-ch)
|
|
|
|
Return whether the attribute should show up in the channelBox or not
|
|
-connectable(-c)
|
|
|
|
Return the connectable status of the attribute
|
|
-enum(-e)
|
|
|
|
Return true if the attribute is a enum attribute
|
|
-exists(-ex)
|
|
|
|
Return true if the attribute exists
|
|
-hidden(-h)
|
|
|
|
Return the hidden status of the attribute
|
|
-indeterminant(-idt)
|
|
|
|
Return true if this attribute might be used in evaluation but it's not known for sure until evaluation time
|
|
-indexMatters(-im)
|
|
|
|
Return the indexMatters status of the attribute
|
|
-internal(-i)
|
|
|
|
Return true if the attribute is either internalSet or internalGet
|
|
-internalGet(-ig)
|
|
|
|
Return true if the attribute come from getCachedValue
|
|
-internalSet(-is)
|
|
|
|
Return true if the attribute must be set through setCachedValue
|
|
-keyable(-k)
|
|
|
|
Return the keyable status of the attribute
|
|
-listChildren(-lc)
|
|
|
|
Return the list of children attributes of the given attribute.
|
|
-listDefault(-ld)
|
|
|
|
Return the default values of numeric and compound numeric attributes.
|
|
-listEnum(-le)
|
|
|
|
Return the list of enum strings for the given attribute.
|
|
-listParent(-lp)
|
|
|
|
Return the parent of the given attribute.
|
|
-listSiblings(-ls)
|
|
|
|
Return the list of sibling attributes of the given attribute.
|
|
-longName(-ln)
|
|
|
|
Return the long name of the attribute.
|
|
-maxExists(-mxe)
|
|
|
|
Return true if the attribute has a hard maximum. A min does not have to be present.
|
|
-maximum(-max)
|
|
|
|
Return the hard maximum of the attribute's value
|
|
-message(-msg)
|
|
|
|
Return true if the attribute is a message attribute
|
|
-minExists(-mne)
|
|
|
|
Return true if the attribute has a hard minimum. A max does not have to be present.
|
|
-minimum(-min)
|
|
|
|
Return the hard minimum of the attribute's value
|
|
-multi(-m)
|
|
|
|
Return true if the attribute is a multi-attribute
|
|
-niceName(-nn)
|
|
|
|
Return the nice name (or "UI name") of the attribute.
|
|
-node(-n)
|
name
|
|
|
Use all attributes from node named NAME
|
|
-numberOfChildren(-nc)
|
|
|
|
Return the number of children the attribute has
|
|
-range(-r)
|
|
|
|
Return the hard range of the attribute's value
|
|
-rangeExists(-re)
|
|
|
|
Return true if the attribute has a hard range. Both min and max must be present.
|
|
-readable(-rd)
|
|
|
|
Return the readable status of the attribute
|
|
-renderSource(-rs)
|
|
|
|
Return whether this attribute is marked as a render source or not
|
|
-shortName(-sn)
|
|
|
|
Return the short name of the attribute.
|
|
-softMin(-smn)
|
|
|
|
Return the soft min (slider range) of the attribute's value
|
|
-softMinExists(-sme)
|
|
|
|
Return true if the attribute has a soft minimum. A max does not have to be present.
|
|
-softMax(-smx)
|
|
|
|
Return the soft max (slider range) of the attribute's value
|
|
-softMaxExists(-sxe)
|
|
|
|
Return true if the attribute has a soft maximum. A min does not have to be present.
|
|
-softRange(-s)
|
|
|
|
Return the soft range (slider range) of the attribute's value
|
|
-softRangeExists(-se)
|
|
|
|
Return true if the attribute has a soft range. Both min and max must be present.
|
|
-storable(-st)
|
|
|
|
Return true if the attribute is storable
|
|
-type(-typ)
|
string
|
|
|
Use static attributes from nodes of type TYPE. Includes attributes inherited from parent class nodes.
|
|
-typeExact(-tex)
|
string
|
|
|
Use static attributes only from nodes of type TYPE. Does not included inherited attributes.
|
|
-usedAsColor(-uac)
|
|
|
|
Return true if the attribute should bring up a color picker
|
|
-usedAsFilename(-uaf)
|
|
|
|
Return true if the attribute should bring up a file browser
|
|
-usesMultiBuilder(-umb)
|
|
|
|
Return true if the attribute is a multi-attribute and it uses the multi-builder to handle its data
|
|
-worldspace(-ws)
|
|
|
|
Return the status of the attribute flag marking worldspace attribute
|
|
-writable(-w)
|
|
|
|
Return the writable status of the attribute
|
|