[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29960] branches/soc-2010-jwilkins/release /scripts/ui/space_view3d_toolbar.py: * fixed python syntax error

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jul 5 05:42:51 CEST 2010


Revision: 29960
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29960
Author:   jwilkins
Date:     2010-07-05 05:42:35 +0200 (Mon, 05 Jul 2010)

Log Message:
-----------
* fixed python syntax error

Modified Paths:
--------------
    branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py

Modified: branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-07-05 03:02:57 UTC (rev 29959)
+++ branches/soc-2010-jwilkins/release/scripts/ui/space_view3d_toolbar.py	2010-07-05 03:42:35 UTC (rev 29960)
@@ -1017,7 +1017,7 @@
 
         col.separator()
         col.label(text="Icon:")
-        //col.template_ID_preview(brush, "image_icon", open="image.open", filter="is_image_icon", rows=3, cols=8)
+        #col.template_ID_preview(brush, "image_icon", open="image.open", filter="is_image_icon", rows=3, cols=8)
         col.template_ID_preview(brush, "image_icon", open="image.open", rows=3, cols=8)
 
         col.separator()





More information about the Bf-blender-cvs mailing list