Gui: Fix handling - character in OVP

This commit is contained in:
Kacper Donat
2025-04-06 19:31:59 +02:00
committed by Chris Hennes
parent 43d94f1575
commit f71e84cad9
4 changed files with 61 additions and 10 deletions

View File

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