[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53478] trunk/blender/release/scripts/ startup/bl_ui/space_view3d_toolbar.py: UI cleanup: fixed texture is a 2d image painting option, hide in 3D viewport toolbar

Antony Riakiotakis kalast at gmail.com
Tue Jan 1 12:46:16 CET 2013


Revision: 53478
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53478
Author:   psy-fi
Date:     2013-01-01 11:46:12 +0000 (Tue, 01 Jan 2013)
Log Message:
-----------
UI cleanup: fixed texture is a 2d image painting option, hide in 3D viewport toolbar

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-01-01 11:08:05 UTC (rev 53477)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-01-01 11:46:12 UTC (rev 53478)
@@ -720,8 +720,6 @@
         col = layout.column()
 
         col.template_ID_preview(brush, "texture", new="texture.new", rows=3, cols=8)
-        if brush.use_paint_image:
-            col.prop(brush, "use_fixed_texture")
 
         if context.sculpt_object:
             sculpt_brush_texture_settings(col, brush)




More information about the Bf-blender-cvs mailing list