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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user