MarginallyClever / Robot-Overlord-App

Simulation and control software for robots
https://www.marginallyclever.com/
GNU General Public License v2.0
157 stars 48 forks source link

Move a Pose in the Scene tree should not teleport poses in world space. #266

Closed i-make-robots closed 5 months ago

i-make-robots commented 5 months ago

Is your feature request related to a problem? Please describe. When a Pose node moves in the scene tree it keeps it's current local matrix. that can appear to the 3d view as a teleport.

Describe the solution you'd like Save the pose node world matrix before the move. set it again after the move. Make sure this is undo-able.