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:
committed by
Yorik van Havre
parent
affdb168b7
commit
fadbd5e424
@@ -58,6 +58,7 @@ PyMODINIT_FUNC initPathGui()
|
||||
return;
|
||||
}
|
||||
try {
|
||||
Base::Interpreter().runString("import PartGui");
|
||||
Base::Interpreter().runString("import Path");
|
||||
}
|
||||
catch(const Base::Exception& e) {
|
||||
|
||||
Reference in New Issue
Block a user