Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-07-24 14:08:23 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-07-24 14:08:23 +0400
commita93ec34ac836184cb660c620b1bddde54e240afb (patch)
treee774aa4d11786b41f0623354ef5ff62f21686259 /release
parent029be6f4b58f9af01dda9e8974a6d1a275ef5c4a (diff)
Fix minor issues from recent commits.
* Clone from layer UI not working * Get trash color when entering texture painting for the first time
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_paint_common.py2
1 files changed, 1 insertions, 1 deletions
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: