chiark / gitweb /
Should use "is None" instead of "== None"
[cura.git] / Cura / util / mesh.py
2013-01-09 daid303Should use "is None" instead of "== None"
2013-01-07 daid303Pass a matrix to the slicer for scale and rotation.
2012-12-06 daid303Fixed the imports.
2012-12-05 Ilya KulakovMerge remote-tracking branch 'upstream/master' into...
2012-12-05 daid303Added rotation circle to make it easier to rotate models.
2012-10-08 daid303Remove the print message from the mesh splitter, these...
2012-10-04 daid303Vastly improve rendering time for complex models.
2012-07-30 daidFix the mesh splitter after bug introduced by numpy...
2012-07-30 daidImprove rendering time by using numpy to generate norma...
2012-07-28 DaidFaster generation of normals with numpy.
2012-07-27 daidImprove performance of rotating 3D objects a bit.
2012-07-27 daidFixed the part splitter
2012-07-26 daidMerge branch 'master' of github.com:daid/Cura
2012-07-26 daidFix the save STL function after numpy upgrade.
2012-07-26 daidIncrease performance and decrease memory usage by using...
2012-06-28 daidFixed #143 - Properly align models when using multiple...
2012-06-04 DaidMerge branch 'master' of github.com:daid/Cura
2012-05-31 daidSome cleanup and preperation for better packaging.
2012-05-25 daidAdded "split plate" function to project planner, which...
2012-05-18 DaidAbstract the 3D model related functions into a seperate...