Blender
V3.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 161 of file outliner_sync.cc.
GSet* SelectedItems::edit_bones |
Definition at line 163 of file outliner_sync.cc.
Referenced by outliner_sync_selection_from_outliner(), selected_items_free(), and selected_items_init().
GSet* SelectedItems::objects |
Definition at line 162 of file outliner_sync.cc.
Referenced by outliner_sync_selection_from_outliner(), selected_items_free(), and selected_items_init().
GSet* SelectedItems::pose_bones |
Definition at line 164 of file outliner_sync.cc.
Referenced by outliner_sync_selection_from_outliner(), selected_items_free(), and selected_items_init().