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:
-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