
- Added RigidConstraint. - Depricated some methods (get_result, get_constrainedness) and added some new methods (get_solution, get_cluster, get_status). Removed old SelectionConstraint and renamed FunctionConstraint to SelectionConstraint Depricated ClusterSolver2D Small bugfixes in cluster ClusterSolver3D Renamed solvergui directory to workbench Renamed solvertest directory to test
6 lines
277 B
Python
6 lines
277 B
Python
#self.debugFile = QtCore.QFile("debug.txt")
|
|
|
|
#if not self.debugFile.open(QtCore.QFile.WriteOnly | QtCore.QFile.Text):
|
|
# QtGui.QMessageBox.warning(self, self.tr("MDI"), self.tr("Cannot write file %1:\n%2.") .arg(fileName) .arg(debugFile.errorString()))
|
|
# return False
|