Assembly: Change the joint placements to be relative to the object rather than to the doc origin.

This enable 'detaching' them, so that they are not recomputed
This commit is contained in:
Paddle
2023-12-20 23:32:29 +01:00
committed by PaddleStroke
parent f306515b28
commit 1a44706e6d
4 changed files with 178 additions and 47 deletions

View File

@@ -205,8 +205,6 @@ App::DocumentObject* ViewProviderAssembly::getActivePart()
bool ViewProviderAssembly::mouseMove(const SbVec2s& cursorPos, Gui::View3DInventorViewer* viewer)
{
// Base::Console().Warning("Mouse move\n");
// Initialize or end the dragging of parts
if (canStartDragging) {
canStartDragging = false;