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>2017-12-11 08:01:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-12-11 08:01:07 +0300
commit53394c60188a6ce23835226022a8bc7ea3bcecf9 (patch)
treec80f45def4f9ba5d31d42178fd4e5683d62de5a9 /release/scripts/templates_py
parent2e685136c4336bc73428e32215605da7b2a0aa94 (diff)
PyAPI: Correct manipulator template
Diffstat (limited to 'release/scripts/templates_py')
-rw-r--r--release/scripts/templates_py/manipulator_operator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/templates_py/manipulator_operator.py b/release/scripts/templates_py/manipulator_operator.py
index 00b24736b8e..c16de53e694 100644
--- a/release/scripts/templates_py/manipulator_operator.py
+++ b/release/scripts/templates_py/manipulator_operator.py
@@ -169,7 +169,7 @@ class SelectSideOfPlaneManipulatorGroup(ManipulatorGroup):
mpr.color = 0.8, 0.8, 0.8
mpr.alpha = 0.5
- mpr.color_highlight = 1.0, 1.0, 1.0, 1.0
+ mpr.color_highlight = 1.0, 1.0, 1.0
mpr.alpha_highlight = 1.0
self.widget_dial = mpr