|
Blender V5.0
|
Public Attributes | |
| bool | object |
| bool | edit_bone |
| bool | pose_bone |
| bool | seq_strip |
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 107 of file outliner_sync.cc.
| bool blender::ed::outliner::SyncSelectTypes::edit_bone |
Definition at line 109 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 108 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 110 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::seq_strip |
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().