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.

This commit is contained in:
Antony Riakiotakis 2013-01-02 20:51:47 +00:00
parent 7139a08566
commit ab9915ba8d

@ -720,6 +720,8 @@ class VIEW3D_PT_tools_brush_texture(Panel, View3DPaintPanel):
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)