Blender  V3.3
Public Attributes | List of all members
SculptUndoNodeGeometry Struct Reference

#include <sculpt_intern.h>

Public Attributes

bool is_initialized
 
CustomData vdata
 
CustomData edata
 
CustomData ldata
 
CustomData pdata
 
int totvert
 
int totedge
 
int totloop
 
int totpoly
 

Detailed Description

Definition at line 120 of file sculpt_intern.h.

Member Data Documentation

◆ edata

CustomData SculptUndoNodeGeometry::edata

◆ is_initialized

bool SculptUndoNodeGeometry::is_initialized

◆ ldata

CustomData SculptUndoNodeGeometry::ldata

◆ pdata

CustomData SculptUndoNodeGeometry::pdata

◆ totedge

int SculptUndoNodeGeometry::totedge

◆ totloop

int SculptUndoNodeGeometry::totloop

◆ totpoly

int SculptUndoNodeGeometry::totpoly

◆ totvert

int SculptUndoNodeGeometry::totvert

◆ vdata

CustomData SculptUndoNodeGeometry::vdata

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