From b68641551624360feb4da72630c9fcc17ede4e88 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Wed, 15 Aug 2018 10:54:11 +0800 Subject: [PATCH] constraint: change Angle property type to enable expression --- constraint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraint.py b/constraint.py index 57ff58f..5b001cf 100644 --- a/constraint.py +++ b/constraint.py @@ -591,7 +591,7 @@ _AngleProps = [ _makeProp('LockAngle','App::PropertyBool', doc='Enforce an angle offset defined as yaw-pitch-roll angle of the\n' 'second plane performed in the order of x-y-z'), -_makeProp('Angle','App::PropertyAngle',getter=propGetValue, +_makeProp('Angle','App::PropertyFloat', doc='The rotation angle of the second plane about its z-axis.\n' 'You need to enable LockAngle for this to take effect.'), _makeProp('AnglePitch','App::PropertyAngle',getter=propGetValue,