[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48132] branches/soc-2012-bratwurst/ release/scripts/startup/bl_ui/space_image.py: forgot label for image editor

Antony Riakiotakis kalast at gmail.com
Wed Jun 20 19:35:01 CEST 2012


Revision: 48132
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48132
Author:   psy-fi
Date:     2012-06-20 17:35:00 +0000 (Wed, 20 Jun 2012)
Log Message:
-----------
forgot label for image editor

Modified Paths:
--------------
    branches/soc-2012-bratwurst/release/scripts/startup/bl_ui/space_image.py

Modified: branches/soc-2012-bratwurst/release/scripts/startup/bl_ui/space_image.py
===================================================================
--- branches/soc-2012-bratwurst/release/scripts/startup/bl_ui/space_image.py	2012-06-20 17:32:25 UTC (rev 48131)
+++ branches/soc-2012-bratwurst/release/scripts/startup/bl_ui/space_image.py	2012-06-20 17:35:00 UTC (rev 48132)
@@ -709,6 +709,7 @@
 
         col = layout.column()
         col.template_ID_preview(brush, "texture", new="texture.new", rows=3, cols=8)
+        col.label(text='Mask Texture')
         col.template_ID_preview(brush, "alpha_texture", new="texture.new", rows=3, cols=8)
         col.prop(brush, "use_fixed_texture")
 




More information about the Bf-blender-cvs mailing list