|
Blender V4.3
|
Public Attributes | |
| GSet * | objects |
| GSet * | edit_bones |
| GSet * | pose_bones |
Stores items selected from a sync from the outliner. Prevents syncing the selection state of the last instance of an object linked in multiple collections.
Definition at line 169 of file outliner_sync.cc.
| GSet* blender::ed::outliner::SelectedItems::edit_bones |
Definition at line 171 of file outliner_sync.cc.
Referenced by blender::ed::outliner::outliner_sync_selection_from_outliner(), blender::ed::outliner::selected_items_free(), and blender::ed::outliner::selected_items_init().
| GSet* blender::ed::outliner::SelectedItems::objects |
Definition at line 170 of file outliner_sync.cc.
Referenced by blender::ed::outliner::outliner_sync_selection_from_outliner(), blender::ed::outliner::selected_items_free(), and blender::ed::outliner::selected_items_init().
| GSet* blender::ed::outliner::SelectedItems::pose_bones |
Definition at line 172 of file outliner_sync.cc.
Referenced by blender::ed::outliner::outliner_sync_selection_from_outliner(), blender::ed::outliner::selected_items_free(), and blender::ed::outliner::selected_items_init().