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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-28 15:01:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-28 15:01:24 +0400
commit76ad75b1bb7099e414a4991c2ecaf54dab87ac92 (patch)
tree979c1f4b9b33afe3176c3ae3d8f944963a9a98a1 /release
parentbd9854e7d1dee9b59ccab146c43db542e4873171 (diff)
Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_color_sets
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 59d9aef12f2..69fe7c3d948 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -647,7 +647,7 @@ class USERPREF_PT_theme(bpy.types.Panel):
layout.separator()
layout.separator()
- elif theme.theme_area == 'COLOR_SETS':
+ elif theme.theme_area == 'BONE_COLOR_SETS':
col = split.column()
for i, ui in enumerate(theme.bone_color_sets):