|
Blender V4.3
|
#include <action_runtime.hh>
Public Attributes | |
| Vector< ID * > | users |
Not placed in the 'internal' namespace, as this type is forward-declared in DNA_action_types.h, and that shouldn't reference the internal namespace.
Definition at line 23 of file action_runtime.hh.
Cache of pointers to the IDs that are animated by this slot.
Note that this is a vector for simplicity, as the majority of the slots will have zero or one user. Semantically it's treated as a set: order doesn't matter, and it has no duplicate entries.
Definition at line 34 of file action_runtime.hh.