From 53394c60188a6ce23835226022a8bc7ea3bcecf9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Dec 2017 16:01:07 +1100 Subject: PyAPI: Correct manipulator template --- release/scripts/templates_py/manipulator_operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/templates_py') 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 -- cgit v1.2.3