|
Blender V4.3
|
Public Attributes | |
| const 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 |
| blender::Span< blender::draw::pbvh::AttributeRequest > | attrs |
Definition at line 1222 of file draw_manager_data.cc.
| blender::Span<blender::draw::pbvh::AttributeRequest> DRWSculptCallbackData::attrs |
Definition at line 1233 of file draw_manager_data.cc.
Referenced by drw_sculpt_generate_calls().
| int DRWSculptCallbackData::debug_node_nr |
Definition at line 1232 of file draw_manager_data.cc.
| bool DRWSculptCallbackData::fast_mode |
Definition at line 1230 of file draw_manager_data.cc.
Referenced by drw_sculpt_generate_calls().
| int DRWSculptCallbackData::num_shading_groups |
Definition at line 1225 of file draw_manager_data.cc.
Referenced by drw_sculpt_generate_calls().
| const Object* DRWSculptCallbackData::ob |
Definition at line 1223 of file draw_manager_data.cc.
Referenced by drw_sculpt_generate_calls(), DRW_shgroup_call_sculpt(), and DRW_shgroup_call_sculpt_with_materials().
| DRWShadingGroup** DRWSculptCallbackData::shading_groups |
Definition at line 1224 of file draw_manager_data.cc.
Referenced by drw_sculpt_generate_calls().
| bool DRWSculptCallbackData::use_fsets |
Definition at line 1229 of file draw_manager_data.cc.
| bool DRWSculptCallbackData::use_mask |
Definition at line 1228 of file draw_manager_data.cc.
| bool DRWSculptCallbackData::use_mats |
Definition at line 1227 of file draw_manager_data.cc.
Referenced by drw_sculpt_generate_calls().
| bool DRWSculptCallbackData::use_wire |
Definition at line 1226 of file draw_manager_data.cc.
Referenced by drw_sculpt_generate_calls().