From cc40925c360fe031a623311045e1b74b4618629f Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 24 Jul 2014 11:39:04 +0200 Subject: UI cleanup: New layer in texture painting will now allow entering image parameters, similar to new image. --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'release/scripts') diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index 4caf25cdb50..39e6e2d368b 100644 --- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py +++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py @@ -1082,11 +1082,6 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, Panel): if not mat.use_nodes: col.operator_menu_enum("paint.add_texture_paint_slot", "type") - row = col.row(align=True) - row.prop(settings, "slot_xresolution_default") - row.prop(settings, "slot_yresolution_default") - col.prop(settings, "slot_color_default") - slot = mat.texture_paint_slots[mat.paint_active_slot] col.separator() col.label("UV Layer") -- cgit v1.2.3