|
Blender V5.0
|
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 | verts_num |
| int | edges_num |
| int | corners_num |
| int | faces_num |
Definition at line 175 of file sculpt_undo.cc.
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::corner_data |
Definition at line 182 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| int blender::ed::sculpt_paint::undo::NodeGeometry::corners_num |
Definition at line 188 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::edge_data |
Definition at line 181 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| int blender::ed::sculpt_paint::undo::NodeGeometry::edges_num |
Definition at line 187 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::face_data |
Definition at line 183 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| int* blender::ed::sculpt_paint::undo::NodeGeometry::face_offset_indices |
Definition at line 184 of file sculpt_undo.cc.
| const ImplicitSharingInfo* blender::ed::sculpt_paint::undo::NodeGeometry::face_offsets_sharing_info |
Definition at line 185 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| int blender::ed::sculpt_paint::undo::NodeGeometry::faces_num |
Definition at line 189 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| bool blender::ed::sculpt_paint::undo::NodeGeometry::is_initialized |
Definition at line 178 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size(), and blender::ed::sculpt_paint::undo::geometry_get().
| CustomData blender::ed::sculpt_paint::undo::NodeGeometry::vert_data |
Definition at line 180 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().
| int blender::ed::sculpt_paint::undo::NodeGeometry::verts_num |
Definition at line 186 of file sculpt_undo.cc.
Referenced by blender::ed::sculpt_paint::undo::calculate_node_geometry_allocated_size().