|
Blender V5.0
|
#include <DNA_theme_types.h>
Public Attributes | |
| unsigned char | solid [4] |
| unsigned char | select [4] |
| unsigned char | active [4] |
| short | flag |
| char | _pad0 [2] |
Set of colors for use as a custom color set for Objects/Bones wire drawing.
Definition at line 471 of file DNA_theme_types.h.
| char ThemeWireColor::_pad0[2] |
Definition at line 478 of file DNA_theme_types.h.
| unsigned char ThemeWireColor::active[4] |
Definition at line 474 of file DNA_theme_types.h.
Referenced by action_group_colors_sync(), armature_symmetrize_exec(), BKE_pose_channel_copy_data(), ED_armature_ebone_add(), get_pchan_color_wire(), blender::animrig::BoneColor::operator==(), rebuild_pose_bone(), and vicon_colorset_draw().
| short ThemeWireColor::flag |
Definition at line 477 of file DNA_theme_types.h.
Referenced by armature_symmetrize_exec(), BKE_pose_channel_copy_data(), get_pchan_color_constraint(), and blender::animrig::BoneColor::operator==().
| unsigned char ThemeWireColor::select[4] |
Definition at line 473 of file DNA_theme_types.h.
Referenced by action_group_colors_sync(), armature_symmetrize_exec(), BKE_pose_channel_copy_data(), ED_armature_ebone_add(), get_pchan_color_wire(), blender::animrig::BoneColor::operator==(), rebuild_pose_bone(), and vicon_colorset_draw().
| unsigned char ThemeWireColor::solid[4] |
Definition at line 472 of file DNA_theme_types.h.
Referenced by action_group_colors_sync(), armature_symmetrize_exec(), BKE_pose_channel_copy_data(), ED_armature_ebone_add(), get_actiongroup_color(), get_pchan_color_solid(), get_pchan_color_wire(), blender::animrig::BoneColor::operator==(), rebuild_pose_bone(), and vicon_colorset_draw().