Blender
V3.3
|
Public Attributes | |
Object * | ob |
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 |
Definition at line 1077 of file draw_manager_data.c.
int DRWSculptCallbackData::debug_node_nr |
Definition at line 1087 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
bool DRWSculptCallbackData::fast_mode |
Definition at line 1085 of file draw_manager_data.c.
Referenced by drw_sculpt_generate_calls(), and sculpt_draw_cb().
int DRWSculptCallbackData::num_shading_groups |
Definition at line 1080 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
Object* DRWSculptCallbackData::ob |
Definition at line 1078 of file draw_manager_data.c.
Referenced by drw_sculpt_generate_calls(), DRW_shgroup_call_sculpt(), DRW_shgroup_call_sculpt_with_materials(), and sculpt_draw_cb().
DRWShadingGroup** DRWSculptCallbackData::shading_groups |
Definition at line 1079 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
bool DRWSculptCallbackData::use_fsets |
Definition at line 1084 of file draw_manager_data.c.
bool DRWSculptCallbackData::use_mask |
Definition at line 1083 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
bool DRWSculptCallbackData::use_mats |
Definition at line 1082 of file draw_manager_data.c.
Referenced by drw_sculpt_generate_calls(), and sculpt_draw_cb().
bool DRWSculptCallbackData::use_wire |
Definition at line 1081 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().