|
Blender V4.3
|
#include <draw_cache_extract.hh>
Public Attributes | |
| int | defgroup_active |
| int | defgroup_len |
| short | flags |
| char | alert_mode |
| bool * | defgroup_sel |
| int | defgroup_sel_count |
| bool * | defgroup_locked |
| bool * | defgroup_unlocked |
Definition at line 30 of file draw_cache_extract.hh.
| char blender::draw::DRW_MeshWeightState::alert_mode |
Definition at line 35 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_extract(), blender::draw::evaluate_vertex_weight(), blender::draw::extract_weights_bm(), and blender::draw::extract_weights_mesh().
| int blender::draw::DRW_MeshWeightState::defgroup_active |
Definition at line 31 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_clear(), blender::draw::drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
| int blender::draw::DRW_MeshWeightState::defgroup_len |
Definition at line 32 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
| bool* blender::draw::DRW_MeshWeightState::defgroup_locked |
Definition at line 42 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_clear(), blender::draw::drw_mesh_weight_state_copy(), blender::draw::drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
| bool* blender::draw::DRW_MeshWeightState::defgroup_sel |
Definition at line 38 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_clear(), blender::draw::drw_mesh_weight_state_copy(), blender::draw::drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
| int blender::draw::DRW_MeshWeightState::defgroup_sel_count |
Definition at line 39 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
| bool* blender::draw::DRW_MeshWeightState::defgroup_unlocked |
Definition at line 43 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_clear(), blender::draw::drw_mesh_weight_state_copy(), blender::draw::drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
| short blender::draw::DRW_MeshWeightState::flags |
Definition at line 34 of file draw_cache_extract.hh.
Referenced by blender::draw::drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().