Assembly: Fix small bugs in AssemblyObject.cpp, JointObject.py and UtilsAssembly.py
This commit is contained in:
committed by
Yorik van Havre
parent
d5beaf900e
commit
b44505db39
@@ -159,7 +159,7 @@ int AssemblyObject::solve(bool enableRedo, bool updateJCS)
|
||||
}
|
||||
|
||||
try {
|
||||
mbdAssembly->solve();
|
||||
mbdAssembly->runPreDrag(); // solve() is causing some issues with limits.
|
||||
}
|
||||
catch (...) {
|
||||
Base::Console().Error("Solve failed\n");
|
||||
|
||||
Reference in New Issue
Block a user