Blender  V3.3
Public Attributes | List of all members
SyncSelectTypes Struct Reference

Public Attributes

bool object
 
bool edit_bone
 
bool pose_bone
 
bool sequence
 

Detailed Description

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.

Member Data Documentation

◆ edit_bone

bool SyncSelectTypes::edit_bone

◆ object

bool SyncSelectTypes::object

◆ pose_bone

bool SyncSelectTypes::pose_bone

◆ sequence

bool SyncSelectTypes::sequence

The documentation for this struct was generated from the following file: