Bug fixes:

fixes reparenting bug when dressup is deleted
Engrave wasn't using final depth value
Dragknife Dressup not correctly calculating spin direction or curve intersection
Per Yorik, fix crash if PartGui hasn't been loaded
Allow selection of bottom face for profiling
Bug # 0002615
This commit is contained in:
sliptonic
2016-08-02 14:38:42 -05:00
committed by Yorik van Havre
parent affdb168b7
commit fadbd5e424
7 changed files with 77 additions and 59 deletions

View File

@@ -58,6 +58,7 @@ PyMODINIT_FUNC initPathGui()
return;
}
try {
Base::Interpreter().runString("import PartGui");
Base::Interpreter().runString("import Path");
}
catch(const Base::Exception& e) {