|
Blender
V2.93
|
#include <DNA_action_types.h>
Public Attributes | |
| float | solid_color [4] |
| float | wire_color [4] |
| int | bbone_matrix_len |
| float | bbone_matrix [0][4][4] |
Definition at line 178 of file DNA_action_types.h.
| float bPoseChannelDrawData::bbone_matrix[0][4][4] |
Definition at line 184 of file DNA_action_types.h.
Referenced by draw_bone_box(), draw_bone_update_disp_matrix_bbone(), and draw_bone_wire().
| int bPoseChannelDrawData::bbone_matrix_len |
Definition at line 182 of file DNA_action_types.h.
Referenced by pchan_draw_data_init().
| float bPoseChannelDrawData::solid_color[4] |
Definition at line 179 of file DNA_action_types.h.
Referenced by get_bone_solid_color().
| float bPoseChannelDrawData::wire_color[4] |
Definition at line 180 of file DNA_action_types.h.
Referenced by get_bone_wire_color().