[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35842] trunk/blender: Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_color_sets

Campbell Barton ideasman42 at gmail.com
Mon Mar 28 13:01:24 CEST 2011


Revision: 35842
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35842
Author:   campbellbarton
Date:     2011-03-28 11:01:24 +0000 (Mon, 28 Mar 2011)
Log Message:
-----------
Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_color_sets 

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_userpref.py
    trunk/blender/source/blender/makesrna/intern/rna_userdef.c

Modified: trunk/blender/release/scripts/startup/bl_ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2011-03-28 09:31:44 UTC (rev 35841)
+++ trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2011-03-28 11:01:24 UTC (rev 35842)
@@ -647,7 +647,7 @@
 
             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):

Modified: trunk/blender/source/blender/makesrna/intern/rna_userdef.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2011-03-28 09:31:44 UTC (rev 35841)
+++ trunk/blender/source/blender/makesrna/intern/rna_userdef.c	2011-03-28 11:01:24 UTC (rev 35842)
@@ -1718,7 +1718,7 @@
 	
 	static EnumPropertyItem active_theme_area[] = {
 		{0, "USER_INTERFACE", ICON_UI, "User Interface", ""},
-		{18, "COLOR_SETS", ICON_COLOR, "Bone Color Sets", ""}, 
+		{18, "BONE_COLOR_SETS", ICON_COLOR, "Bone Color Sets", ""},
 		{1, "VIEW_3D", ICON_VIEW3D, "3D View", ""},
 		{2, "TIMELINE", ICON_TIME, "Timeline", ""},
 		{3, "GRAPH_EDITOR", ICON_IPO, "Graph Editor", ""},




More information about the Bf-blender-cvs mailing list