From a93ec34ac836184cb660c620b1bddde54e240afb Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Thu, 24 Jul 2014 12:08:23 +0200 Subject: Fix minor issues from recent commits. * Clone from layer UI not working * Get trash color when entering texture painting for the first time --- release/scripts/startup/bl_ui/properties_paint_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py index f80a5e5254a..65047017c65 100644 --- a/release/scripts/startup/bl_ui/properties_paint_common.py +++ b/release/scripts/startup/bl_ui/properties_paint_common.py @@ -154,7 +154,7 @@ def brush_texpaint_common(panel, context, layout, brush, settings, projpaint=Fal if mat: col.label("Clone Slot") col.template_list("TEXTURE_UL_texpaintslots", "", - mat, "texture_paint_slots", + mat, "texture_paint_images", mat, "paint_clone_slot", rows=2) else: -- cgit v1.2.3