List of Schematic View AddAnimatable Flags
See Also: Class Animatable.
These are bit flags which can be passed to IGraphObjectManager::AddAnimatable(...) and Animatable::SvTraverseAnimGraph(....).
One or more of the following values:
SV_INITIALLY_HIDDEN
If set, newly created node will be in the hidden state. If the node already exists in the graph, the flag is ignored.
SV_DUPLICATE_INSTANCES
If set, shared instances of an animatable will produce multiple graph nodes in the schematic view instead of a single shared graph node.
SV_INITIALLY_CLOSED
If set, the newly created children of the newly created node will be in the hidden state. If the node already exists in the graph, the flag is ignored. Children of this node that already exist in the graph will not have their visibility state changed.