Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-07-26 14:53:59 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-07-26 14:53:59 +0400
commit2157031dc0ecbe99ef50a8031b44678d69e05740 (patch)
tree6d08c2056cf1636ef56fd235c2cf2f94e6d1ed69 /source/blender/makesdna/DNA_userdef_types.h
parentffe92d0e430aa9498c59a0335beae76b73bd54d6 (diff)
Fix #31550: Active Armature bone hardly distinguishable from other selected bones
Made active bone color a bit brighter and made it a userpref option.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 4e9ec0da092..7f52956d1e0 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -215,7 +215,7 @@ typedef struct ThemeSpace {
char extra_edge_len[4], extra_face_angle[4], extra_face_area[4], pad3[4];
char normal[4];
char vertex_normal[4];
- char bone_solid[4], bone_pose[4];
+ char bone_solid[4], bone_pose[4], bone_pose_active[4];
char strip[4], strip_select[4];
char cframe[4];
@@ -264,8 +264,6 @@ typedef struct ThemeSpace {
char skin_root[4]; /* Skin modifier root color */
- int pad4;
-
/* NLA */
char anim_active[4]; /* Active Action + Summary Channel */
char anim_non_active[4]; /* Active Action = NULL */