|
Blender
V2.93
|
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 119 of file outliner_sync.c.
| bool SyncSelectTypes::edit_bone |
Definition at line 121 of file outliner_sync.c.
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 120 of file outliner_sync.c.
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 122 of file outliner_sync.c.
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 123 of file outliner_sync.c.
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().