florianblume / 6d-pat

6D - Pose Annotation Tool (6D-PAT) - is a tool that allows the user to load a set of images and also a set of 3D models and annotate where in the 2D image the 3D object ist placed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rotation is not settable from the controls anymore

florianblume opened this issue · comments

There is a problem with the flow of events causing the rotation from the spin boxes never to be applied. I need to reorganize the code such that the PoseEditingController is the central instance managing all pose editing and not via signals of the Pose class, this causes confusion where to do what.