Blender
V3.3
|
Public Attributes | |
bool | object |
bool | edit_bone |
bool | pose_bone |
bool | sequence |
Outliner sync select dirty flags are not enough to determine which types to sync, outliner display mode also needs to be considered. This stores the types of data to sync to increase code clarity.
Definition at line 102 of file outliner_sync.cc.
bool SyncSelectTypes::edit_bone |
Definition at line 104 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), outliner_sync_select_from_outliner_set_types(), outliner_sync_select_to_outliner_set_types(), outliner_sync_selection(), outliner_sync_selection_from_outliner(), and outliner_sync_selection_to_outliner().
bool SyncSelectTypes::object |
Definition at line 103 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), outliner_sync_select_from_outliner_set_types(), outliner_sync_select_to_outliner_set_types(), outliner_sync_selection(), outliner_sync_selection_from_outliner(), and outliner_sync_selection_to_outliner().
bool SyncSelectTypes::pose_bone |
Definition at line 105 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), outliner_sync_select_from_outliner_set_types(), outliner_sync_select_to_outliner_set_types(), outliner_sync_selection(), outliner_sync_selection_from_outliner(), and outliner_sync_selection_to_outliner().
bool SyncSelectTypes::sequence |
Definition at line 106 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), outliner_sync_select_from_outliner_set_types(), outliner_sync_select_to_outliner_set_types(), outliner_sync_selection(), outliner_sync_selection_from_outliner(), and outliner_sync_selection_to_outliner().