|
Blender V5.0
|
Public Attributes | |
| Object * | object |
| EditBone * | edit_bone |
| bPoseChannel * | pose_channel |
| Strip * | strip |
Contains active object, bones, and strip for syncing to prevent getting active data repeatedly throughout syncing to the outliner.
Definition at line 454 of file outliner_sync.cc.
| EditBone* blender::ed::outliner::SyncSelectActiveData::edit_bone |
Definition at line 456 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 455 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 457 of file outliner_sync.cc.
Referenced by blender::ed::outliner::get_sync_select_active_data(), and blender::ed::outliner::outliner_sync_selection_to_outliner().
| Strip* blender::ed::outliner::SyncSelectActiveData::strip |
Definition at line 458 of file outliner_sync.cc.
Referenced by blender::ed::outliner::get_sync_select_active_data(), and blender::ed::outliner::outliner_sync_selection_to_outliner().