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

Public Attributes

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
 

Detailed Description

Definition at line 1077 of file draw_manager_data.c.

Member Data Documentation

◆ debug_node_nr

int DRWSculptCallbackData::debug_node_nr

Definition at line 1087 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ fast_mode

bool DRWSculptCallbackData::fast_mode

Definition at line 1085 of file draw_manager_data.c.

Referenced by drw_sculpt_generate_calls(), and sculpt_draw_cb().

◆ num_shading_groups

int DRWSculptCallbackData::num_shading_groups

Definition at line 1080 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ ob

Object* DRWSculptCallbackData::ob

◆ shading_groups

DRWShadingGroup** DRWSculptCallbackData::shading_groups

Definition at line 1079 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ use_fsets

bool DRWSculptCallbackData::use_fsets

Definition at line 1084 of file draw_manager_data.c.

◆ use_mask

bool DRWSculptCallbackData::use_mask

Definition at line 1083 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ use_mats

bool DRWSculptCallbackData::use_mats

Definition at line 1082 of file draw_manager_data.c.

Referenced by drw_sculpt_generate_calls(), and sculpt_draw_cb().

◆ use_wire

bool DRWSculptCallbackData::use_wire

Definition at line 1081 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().


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