|
Blender V4.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 110 of file outliner_sync.cc.
| bool blender::ed::outliner::SyncSelectTypes::edit_bone |
Definition at line 112 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), blender::ed::outliner::outliner_sync_select_from_outliner_set_types(), blender::ed::outliner::outliner_sync_select_to_outliner_set_types(), blender::ed::outliner::outliner_sync_selection(), blender::ed::outliner::outliner_sync_selection_from_outliner(), and blender::ed::outliner::outliner_sync_selection_to_outliner().
| bool blender::ed::outliner::SyncSelectTypes::object |
Definition at line 111 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), blender::ed::outliner::outliner_sync_select_from_outliner_set_types(), blender::ed::outliner::outliner_sync_select_to_outliner_set_types(), blender::ed::outliner::outliner_sync_selection(), blender::ed::outliner::outliner_sync_selection_from_outliner(), and blender::ed::outliner::outliner_sync_selection_to_outliner().
| bool blender::ed::outliner::SyncSelectTypes::pose_bone |
Definition at line 113 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), blender::ed::outliner::outliner_sync_select_from_outliner_set_types(), blender::ed::outliner::outliner_sync_select_to_outliner_set_types(), blender::ed::outliner::outliner_sync_selection(), blender::ed::outliner::outliner_sync_selection_from_outliner(), and blender::ed::outliner::outliner_sync_selection_to_outliner().
| bool blender::ed::outliner::SyncSelectTypes::sequence |
Definition at line 114 of file outliner_sync.cc.
Referenced by ED_outliner_select_sync_from_outliner(), blender::ed::outliner::outliner_sync_select_from_outliner_set_types(), blender::ed::outliner::outliner_sync_select_to_outliner_set_types(), blender::ed::outliner::outliner_sync_selection(), blender::ed::outliner::outliner_sync_selection_from_outliner(), and blender::ed::outliner::outliner_sync_selection_to_outliner().