[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [53511] trunk/blender/release/scripts/ startup/bl_ui/space_view3d_toolbar.py: revert 53478, it looks this is still useful for a couple of use cases in non-projective texture painting such as stamping a static texture and using image space size in pixels .

Antony Riakiotakis kalast at gmail.com
Wed Jan 2 21:51:51 CET 2013


Revision: 53511
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=53511
Author:   psy-fi
Date:     2013-01-02 20:51:47 +0000 (Wed, 02 Jan 2013)
Log Message:
-----------
revert 53478, it looks this is still useful for a couple of use cases in non-projective texture painting such as stamping a static texture and using image space size in pixels.

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-02 16:56:36 UTC (rev 53510)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-01-02 20:51:47 UTC (rev 53511)
@@ -720,6 +720,8 @@
         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