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.hnot an.h |
| name | n |
strings in quotes | an.n "A"an.n "L*" |
| selected | true, false |
an.selectednot an.selected |
|
| selectionFlag | sf |
true, false |
an.sf falsean.sf |
| visibilityFlag | vf |
true, false |
an.vf falsean.vf |
| visible | v |
true, false |
an.vnot 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.