Gui: Fix handling - character in OVP
This commit is contained in:
committed by
Chris Hennes
parent
43d94f1575
commit
f71e84cad9
@@ -387,7 +387,6 @@ class AttachmentEditorTaskPanel(FrozenClass):
|
||||
pos.z = Q(self.form.attachmentOffsetZ.text()).getValueAs(mm)
|
||||
if index >= 0 and index <= 2:
|
||||
plm.Base = pos
|
||||
|
||||
if index >= 3 and index <= 5:
|
||||
yaw = Q(self.form.attachmentOffsetYaw.text()).getValueAs(deg)
|
||||
pitch = Q(self.form.attachmentOffsetPitch.text()).getValueAs(deg)
|
||||
|
||||
Reference in New Issue
Block a user