|
Blender
V2.93
|
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 880 of file draw_manager_data.c.
| int DRWSculptCallbackData::debug_node_nr |
Definition at line 890 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
| bool DRWSculptCallbackData::fast_mode |
Definition at line 888 of file draw_manager_data.c.
Referenced by drw_sculpt_generate_calls(), and sculpt_draw_cb().
| int DRWSculptCallbackData::num_shading_groups |
Definition at line 883 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
| Object* DRWSculptCallbackData::ob |
Definition at line 881 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 882 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
| bool DRWSculptCallbackData::use_fsets |
Definition at line 887 of file draw_manager_data.c.
| bool DRWSculptCallbackData::use_mask |
Definition at line 886 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
| bool DRWSculptCallbackData::use_mats |
Definition at line 885 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().
| bool DRWSculptCallbackData::use_wire |
Definition at line 884 of file draw_manager_data.c.
Referenced by sculpt_draw_cb().