|
Blender
V3.3
|
Public Attributes | |
| eAttrDomain | domain |
| int | type |
| char | name [MAX_CUSTOMDATA_LAYER_NAME] |
| bool | was_set |
Definition at line 108 of file sculpt_undo.c.
| eAttrDomain SculptAttrRef::domain |
Definition at line 109 of file sculpt_undo.c.
Referenced by sculpt_save_active_attribute(), and sculpt_undo_set_active_layer().
| char SculptAttrRef::name[MAX_CUSTOMDATA_LAYER_NAME] |
Definition at line 111 of file sculpt_undo.c.
Referenced by sculpt_save_active_attribute(), and sculpt_undo_set_active_layer().
| int SculptAttrRef::type |
Definition at line 110 of file sculpt_undo.c.
Referenced by sculpt_save_active_attribute(), and sculpt_undo_set_active_layer().
| bool SculptAttrRef::was_set |
Definition at line 112 of file sculpt_undo.c.
Referenced by sculpt_save_active_attribute(), and SCULPT_undo_push_begin().