|
Blender
V3.3
|
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 474 of file outliner_sync.cc.
| EditBone* SyncSelectActiveData::edit_bone |
Definition at line 476 of file outliner_sync.cc.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().
| Object* SyncSelectActiveData::object |
Definition at line 475 of file outliner_sync.cc.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().
| bPoseChannel* SyncSelectActiveData::pose_channel |
Definition at line 477 of file outliner_sync.cc.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().
| Sequence* SyncSelectActiveData::sequence |
Definition at line 478 of file outliner_sync.cc.
Referenced by get_sync_select_active_data(), and outliner_sync_selection_to_outliner().