Blender  V2.93
Public Attributes | List of all members
SculptOrigVertData Struct Reference

#include <sculpt_intern.h>

Public Attributes

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

Detailed Description

Definition at line 223 of file sculpt_intern.h.

Member Data Documentation

◆ bm_log

struct BMLog* SculptOrigVertData::bm_log

Definition at line 224 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 230 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().

◆ coords

float(* SculptOrigVertData::coords)[3]

Definition at line 227 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().

◆ mask

float SculptOrigVertData::mask

Definition at line 235 of file sculpt_intern.h.

Referenced by paint_mesh_restore_co_task_cb(), and SCULPT_orig_vert_data_update().

◆ no

const short* SculptOrigVertData::no

◆ normals

short(* SculptOrigVertData::normals)[3]

Definition at line 228 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().

◆ unode

struct SculptUndoNode* SculptOrigVertData::unode

Definition at line 226 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 229 of file sculpt_intern.h.

Referenced by SCULPT_orig_vert_data_update().


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