|
Blender V4.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 500 of file outliner_sync.cc.
| EditBone* blender::ed::outliner::SyncSelectActiveData::edit_bone |
Definition at line 502 of file outliner_sync.cc.
Referenced by blender::ed::outliner::get_sync_select_active_data(), and blender::ed::outliner::outliner_sync_selection_to_outliner().
| Object* blender::ed::outliner::SyncSelectActiveData::object |
Definition at line 501 of file outliner_sync.cc.
Referenced by blender::ed::outliner::get_sync_select_active_data(), and blender::ed::outliner::outliner_sync_selection_to_outliner().
| bPoseChannel* blender::ed::outliner::SyncSelectActiveData::pose_channel |
Definition at line 503 of file outliner_sync.cc.
Referenced by blender::ed::outliner::get_sync_select_active_data(), and blender::ed::outliner::outliner_sync_selection_to_outliner().
| Sequence* blender::ed::outliner::SyncSelectActiveData::sequence |
Definition at line 504 of file outliner_sync.cc.
Referenced by blender::ed::outliner::get_sync_select_active_data(), and blender::ed::outliner::outliner_sync_selection_to_outliner().