|
Blender V4.3
|
Public Attributes | |
| bool | is_initialized |
| CustomData | vert_data |
| CustomData | edge_data |
| CustomData | corner_data |
| CustomData | face_data |
| int * | face_offset_indices |
| const ImplicitSharingInfo * | face_offsets_sharing_info |
| int | totvert |
| int | totedge |
| int | totloop |
| int | faces_num |
Definition at line 169 of file sculpt_undo.cc.
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::corner_data |
Definition at line 176 of file sculpt_undo.cc.
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::edge_data |
Definition at line 175 of file sculpt_undo.cc.
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::face_data |
Definition at line 177 of file sculpt_undo.cc.
| int* blender::ed::sculpt_paint::undo::NodeGeometry::face_offset_indices |
Definition at line 178 of file sculpt_undo.cc.
| const ImplicitSharingInfo* blender::ed::sculpt_paint::undo::NodeGeometry::face_offsets_sharing_info |
Definition at line 179 of file sculpt_undo.cc.
| int blender::ed::sculpt_paint::undo::NodeGeometry::faces_num |
Definition at line 183 of file sculpt_undo.cc.
| bool blender::ed::sculpt_paint::undo::NodeGeometry::is_initialized |
Definition at line 172 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::geometry_get().
| int blender::ed::sculpt_paint::undo::NodeGeometry::totedge |
Definition at line 181 of file sculpt_undo.cc.
| int blender::ed::sculpt_paint::undo::NodeGeometry::totloop |
Definition at line 182 of file sculpt_undo.cc.
| int blender::ed::sculpt_paint::undo::NodeGeometry::totvert |
Definition at line 180 of file sculpt_undo.cc.
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::vert_data |
Definition at line 174 of file sculpt_undo.cc.