attributeQuery returns information about the configuration of an attribute. It handles both boolean flags, returning true or false, as well as other return values. Specifying more than one boolean flag will return the logical andof all the specified boolean flags. You may not specify any two flags when both do not provide a boolean return type. (eg. -internal -hiddenis okay but -range -hiddenor -range -softRangeis not.)
Return the connectable status of the attribute
Return true if the attribute is a enum attribute
Return true if the attribute exists
Return the hidden status of the attribute
Return the indexMatters status of the attribute
Return true if the attribute is either internalSet or internalGet
Return true if the attribute come from getCachedValue
Return true if the attribute must be set through setCachedValue
Return the keyable status of the attribute
Return the list of children attributes of the given attribute.
Return the default values of numeric and compound numeric attributes.
Return the list of enum strings for the given attribute.
Return the parent of the given attribute.
Return the list of sibling attributes of the given attribute.
Return the long name of the attribute.
Return true if the attribute has a hard maximum. A min does not have to be present.
Return the hard maximum of the attribute’s value
Return true if the attribute is a message attribute
Return true if the attribute has a hard minimum. A max does not have to be present.
Return the hard minimum of the attribute’s value
Return true if the attribute is a multi-attribute
Return the nice name (or UI name) of the attribute. Flag can have multiple arguments, passed either as a tuple or a list.
Use all attributes from node named NAME
Return the number of children the attribute has
Return the hard range of the attribute’s value
Return true if the attribute has a hard range. Both min and max must be present.
Return the readable status of the attribute
Return the short name of the attribute.
Return the soft max (slider range) of the attribute’s value
Return true if the attribute has a soft maximum. A min does not have to be present.
Return the soft min (slider range) of the attribute’s value
Return true if the attribute has a soft minimum. A max does not have to be present.
Return the soft range (slider range) of the attribute’s value
Return true if the attribute has a soft range. Both min and max must be present.
Return true if the attribute is storable
Use static attributes from nodes of type TYPE. Includes attributes inherited from parent class nodes.
Use static attributes only from nodes of type TYPE. Does not included inherited attributes.
Return true if the attribute should bring up a color picker
Return the writable status of the attribute
Derived from mel command maya.cmds.attributeQuery