[Bf-blender-cvs] [53394c60188] blender2.8: PyAPI: Correct manipulator template

Campbell Barton noreply at git.blender.org
Mon Dec 11 06:00:39 CET 2017


Commit: 53394c60188a6ce23835226022a8bc7ea3bcecf9
Author: Campbell Barton
Date:   Mon Dec 11 16:01:07 2017 +1100
Branches: blender2.8
https://developer.blender.org/rB53394c60188a6ce23835226022a8bc7ea3bcecf9

PyAPI: Correct manipulator template

===================================================================

M	release/scripts/templates_py/manipulator_operator.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



More information about the Bf-blender-cvs mailing list