Blender  V2.93
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 880 of file draw_manager_data.c.

Member Data Documentation

◆ debug_node_nr

int DRWSculptCallbackData::debug_node_nr

Definition at line 890 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ fast_mode

bool DRWSculptCallbackData::fast_mode

Definition at line 888 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 883 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ ob

Object* DRWSculptCallbackData::ob

◆ shading_groups

DRWShadingGroup** DRWSculptCallbackData::shading_groups

Definition at line 882 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ use_fsets

bool DRWSculptCallbackData::use_fsets

Definition at line 887 of file draw_manager_data.c.

◆ use_mask

bool DRWSculptCallbackData::use_mask

Definition at line 886 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ use_mats

bool DRWSculptCallbackData::use_mats

Definition at line 885 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().

◆ use_wire

bool DRWSculptCallbackData::use_wire

Definition at line 884 of file draw_manager_data.c.

Referenced by sculpt_draw_cb().


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