Blender
V3.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 32 of file draw_cache_extract.hh.
char DRW_MeshWeightState::alert_mode |
Definition at line 37 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
int DRW_MeshWeightState::defgroup_active |
Definition at line 33 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_clear(), drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
int DRW_MeshWeightState::defgroup_len |
Definition at line 34 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
bool* DRW_MeshWeightState::defgroup_locked |
Definition at line 44 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_clear(), drw_mesh_weight_state_copy(), drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
bool* DRW_MeshWeightState::defgroup_sel |
Definition at line 40 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_clear(), drw_mesh_weight_state_copy(), drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
int DRW_MeshWeightState::defgroup_sel_count |
Definition at line 41 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
bool* DRW_MeshWeightState::defgroup_unlocked |
Definition at line 45 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_clear(), drw_mesh_weight_state_copy(), drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().
short DRW_MeshWeightState::flags |
Definition at line 36 of file draw_cache_extract.hh.
Referenced by drw_mesh_weight_state_extract(), and blender::draw::evaluate_vertex_weight().