[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58224] branches/soc-2013-paint/release/ scripts/startup/bl_ui/space_image.py: Minor correction to previous commit.

Antony Riakiotakis kalast at gmail.com
Sat Jul 13 22:30:34 CEST 2013


Revision: 58224
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58224
Author:   psy-fi
Date:     2013-07-13 20:30:34 +0000 (Sat, 13 Jul 2013)
Log Message:
-----------
Minor correction to previous commit.

Modified Paths:
--------------
    branches/soc-2013-paint/release/scripts/startup/bl_ui/space_image.py

Modified: branches/soc-2013-paint/release/scripts/startup/bl_ui/space_image.py
===================================================================
--- branches/soc-2013-paint/release/scripts/startup/bl_ui/space_image.py	2013-07-13 20:02:13 UTC (rev 58223)
+++ branches/soc-2013-paint/release/scripts/startup/bl_ui/space_image.py	2013-07-13 20:30:34 UTC (rev 58224)
@@ -710,7 +710,7 @@
                 col.template_color_picker(brush, "color", value_slider=True)
                 col.prop(brush, "color", text="")
                 col.prop(brush, "secondary_color", text="")
-                col.template_ID(settings, "palette", new="palette.new")
+                col.template_ID(toolsettings, "palette", new="palette.new")
 
             row = col.row(align=True)
             self.prop_unified_size(row, context, brush, "size", slider=True, text="Radius")




More information about the Bf-blender-cvs mailing list