Blender V4.3
DRWSculptCallbackData Struct Reference

Public Attributes

const Objectob
 
DRWShadingGroup ** shading_groups
 
int num_shading_groups
 
bool use_wire
 
bool use_mats
 
bool use_mask
 
bool use_fsets
 
bool fast_mode
 
int debug_node_nr
 
blender::Span< blender::draw::pbvh::AttributeRequestattrs
 

Detailed Description

Definition at line 1222 of file draw_manager_data.cc.

Member Data Documentation

◆ attrs

Definition at line 1233 of file draw_manager_data.cc.

Referenced by drw_sculpt_generate_calls().

◆ debug_node_nr

int DRWSculptCallbackData::debug_node_nr

Definition at line 1232 of file draw_manager_data.cc.

◆ fast_mode

bool DRWSculptCallbackData::fast_mode

Definition at line 1230 of file draw_manager_data.cc.

Referenced by drw_sculpt_generate_calls().

◆ num_shading_groups

int DRWSculptCallbackData::num_shading_groups

Definition at line 1225 of file draw_manager_data.cc.

Referenced by drw_sculpt_generate_calls().

◆ ob

const Object* DRWSculptCallbackData::ob

◆ shading_groups

DRWShadingGroup** DRWSculptCallbackData::shading_groups

Definition at line 1224 of file draw_manager_data.cc.

Referenced by drw_sculpt_generate_calls().

◆ use_fsets

bool DRWSculptCallbackData::use_fsets

Definition at line 1229 of file draw_manager_data.cc.

◆ use_mask

bool DRWSculptCallbackData::use_mask

Definition at line 1228 of file draw_manager_data.cc.

◆ use_mats

bool DRWSculptCallbackData::use_mats

Definition at line 1227 of file draw_manager_data.cc.

Referenced by drw_sculpt_generate_calls().

◆ use_wire

bool DRWSculptCallbackData::use_wire

Definition at line 1226 of file draw_manager_data.cc.

Referenced by drw_sculpt_generate_calls().


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