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:
authorCampbell Barton <ideasman42@gmail.com>2012-11-09 15:03:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-09 15:03:53 +0400
commitc046b13b56d80ec3888b64e9215f1fc35b68b9b3 (patch)
treebc109b01a0fd43a9ff4066fefa93438210ab6a5c /release/scripts/startup/bl_ui/space_image.py
parent6d31921b2608ba743f290bf90aabd3e6fb110c50 (diff)
rename template_color_wheel() to template_color_picker()
Diffstat (limited to 'release/scripts/startup/bl_ui/space_image.py')
-rw-r--r--release/scripts/startup/bl_ui/space_image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 5302ad9b471..18eb8f8d9dd 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -684,7 +684,7 @@ class IMAGE_PT_paint(Panel, ImagePaintPanel):
if brush:
col = layout.column()
- col.template_color_wheel(brush, "color", value_slider=True)
+ col.template_color_picker(brush, "color", value_slider=True)
col.prop(brush, "color", text="")
row = col.row(align=True)