|
Blender
V3.3
|
Public Attributes | |
| PBVH * | pbvh |
| bool | rebuild |
| char * | modified_grids |
| bool * | modified_hidden_vertices |
| bool * | modified_mask_vertices |
| bool * | modified_color_vertices |
Definition at line 143 of file sculpt_undo.c.
| bool* PartialUpdateData::modified_color_vertices |
Definition at line 149 of file sculpt_undo.c.
Referenced by sculpt_undo_restore_list().
| char* PartialUpdateData::modified_grids |
Definition at line 146 of file sculpt_undo.c.
| bool* PartialUpdateData::modified_hidden_vertices |
Definition at line 147 of file sculpt_undo.c.
Referenced by sculpt_undo_restore_list().
| bool* PartialUpdateData::modified_mask_vertices |
Definition at line 148 of file sculpt_undo.c.
Referenced by sculpt_undo_restore_list().
| PBVH* PartialUpdateData::pbvh |
Definition at line 144 of file sculpt_undo.c.
Referenced by sculpt_undo_alloc_and_store_hidden(), and sculpt_undo_store_hidden().
| bool PartialUpdateData::rebuild |
Definition at line 145 of file sculpt_undo.c.
Referenced by sculpt_undo_restore_list().