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

#include <sculpt_intern.h>

Public Attributes

struct BMLogbm_log
 
struct SculptUndoNodeunode
 
float(* coords )[3]
 
float(* normals )[3]
 
const floatvmasks
 
float(* colors )[4]
 
const floatco
 
const floatno
 
float mask
 
const floatcol
 

Detailed Description

Definition at line 77 of file sculpt_intern.h.

Member Data Documentation

◆ bm_log

struct BMLog* SculptOrigVertData::bm_log

Definition at line 78 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().

◆ co

const float* SculptOrigVertData::co

◆ col

const float* SculptOrigVertData::col

◆ colors

float(* SculptOrigVertData::colors)[4]

Definition at line 84 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().

◆ coords

float(* SculptOrigVertData::coords)[3]

Definition at line 81 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().

◆ mask

float SculptOrigVertData::mask

Definition at line 89 of file sculpt_intern.h.

Referenced by paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().

◆ no

const float* SculptOrigVertData::no

◆ normals

float(* SculptOrigVertData::normals)[3]

Definition at line 82 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().

◆ unode

struct SculptUndoNode* SculptOrigVertData::unode

Definition at line 80 of file sculpt_intern.h.

Referenced by paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().

◆ vmasks

const float* SculptOrigVertData::vmasks

Definition at line 83 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().


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