PyAPI: Correct manipulator template

This commit is contained in:
Campbell Barton 2017-12-11 16:01:07 +11:00
parent 2e685136c4
commit 53394c6018

@ -169,7 +169,7 @@ class SelectSideOfPlaneManipulatorGroup(ManipulatorGroup):
mpr.color = 0.8, 0.8, 0.8 mpr.color = 0.8, 0.8, 0.8
mpr.alpha = 0.5 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 mpr.alpha_highlight = 1.0
self.widget_dial = mpr self.widget_dial = mpr