constraint: change Angle property type to enable expression

This commit is contained in:
Zheng, Lei 2018-08-15 10:54:11 +08:00
parent 9011ed7dea
commit b686415516

View File

@ -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,