Blender V4.3
blender::animrig::SlotRuntime Class Reference

#include <action_runtime.hh>

Public Attributes

Vector< ID * > users
 

Detailed Description

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.

Member Data Documentation

◆ users

Vector<ID *> blender::animrig::SlotRuntime::users

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.

Note
This is NOT thread-safe.

Definition at line 34 of file action_runtime.hh.


The documentation for this class was generated from the following file: