|
Blender
V2.93
|
Public Attributes | |
| Object * | object |
| EditBone * | edit_bone |
| bPoseChannel * | pose_channel |
| Sequence * | sequence |
Contains active object, bones, and sequence for syncing to prevent getting active data repeatedly throughout syncing to the outliner.
Definition at line 492 of file outliner_sync.c.
| EditBone* SyncSelectActiveData::edit_bone |
Definition at line 494 of file outliner_sync.c.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().
| Object* SyncSelectActiveData::object |
Definition at line 493 of file outliner_sync.c.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().
| bPoseChannel* SyncSelectActiveData::pose_channel |
Definition at line 495 of file outliner_sync.c.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().
| Sequence* SyncSelectActiveData::sequence |
Definition at line 496 of file outliner_sync.c.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().