Animation attributes#
Animation attributes are defined in the animation
attribute space (short name: an
), that matches only animation nodes.
Attributes inherited from the node attribute space:
Attribute name | Short name | Possible values | Examples |
---|---|---|---|
hidden | h |
true , false |
an.h not an.h |
name | n |
strings in quotes | an.n "A" an.n "L*" |
selected | true , false |
an.selected not an.selected |
|
selectionFlag | sf |
true , false |
an.sf false an.sf |
visibilityFlag | vf |
true , false |
an.vf false an.vf |
visible | v |
true , false |
an.v not an.v |
hidden#
Inherited from node.hidden.
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s
.
selectionFlag#
Inherited from node.selectionFlag.
visibilityFlag#
Inherited from node.visibilityFlag.
visible#
Inherited from node.visible.