Blender V4.3
blender::ed::sculpt_paint::undo::NodeGeometry Struct Reference

Public Attributes

bool is_initialized
 
CustomData vert_data
 
CustomData edge_data
 
CustomData corner_data
 
CustomData face_data
 
intface_offset_indices
 
const ImplicitSharingInfoface_offsets_sharing_info
 
int totvert
 
int totedge
 
int totloop
 
int faces_num
 

Detailed Description

Definition at line 169 of file sculpt_undo.cc.

Member Data Documentation

◆ corner_data

CustomData blender::ed::sculpt_paint::undo::NodeGeometry::corner_data

Definition at line 176 of file sculpt_undo.cc.

◆ edge_data

CustomData blender::ed::sculpt_paint::undo::NodeGeometry::edge_data

Definition at line 175 of file sculpt_undo.cc.

◆ face_data

CustomData blender::ed::sculpt_paint::undo::NodeGeometry::face_data

Definition at line 177 of file sculpt_undo.cc.

◆ face_offset_indices

int* blender::ed::sculpt_paint::undo::NodeGeometry::face_offset_indices

Definition at line 178 of file sculpt_undo.cc.

◆ face_offsets_sharing_info

const ImplicitSharingInfo* blender::ed::sculpt_paint::undo::NodeGeometry::face_offsets_sharing_info

Definition at line 179 of file sculpt_undo.cc.

◆ faces_num

int blender::ed::sculpt_paint::undo::NodeGeometry::faces_num

Definition at line 183 of file sculpt_undo.cc.

◆ is_initialized

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().

◆ totedge

int blender::ed::sculpt_paint::undo::NodeGeometry::totedge

Definition at line 181 of file sculpt_undo.cc.

◆ totloop

int blender::ed::sculpt_paint::undo::NodeGeometry::totloop

Definition at line 182 of file sculpt_undo.cc.

◆ totvert

int blender::ed::sculpt_paint::undo::NodeGeometry::totvert

Definition at line 180 of file sculpt_undo.cc.

◆ vert_data

CustomData blender::ed::sculpt_paint::undo::NodeGeometry::vert_data

Definition at line 174 of file sculpt_undo.cc.


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