chiark / gitweb /
Remove all the absolute imports, as they are unneeded.
[cura.git] / Cura / util / mesh.py
2014-01-30 daidRemove all the absolute imports, as they are unneeded.
2013-12-02 daidAllow tight packing of "one at a time" objects without...
2013-11-28 daidMerge pull request #632 from jbheren/SteamEngine
2013-11-28 daidAdd convex hulls for all objects and do collision detec...
2013-11-26 daidCopy the hull when making an object copy.
2013-11-26 daidAdd convex hull to mesh class, to improve collision...
2013-10-22 daidScale down/up really small or really big meshes.
2013-10-18 daidUpdates to the SVG class (still unused), fixed some...
2013-10-04 daidMerge pull request #581 from martinxyz/SteamEngine
2013-10-03 Martin Renoldfix filename when saving gcode
2013-08-28 daidMerge pull request #540 from hg42/debian-tree-chmod...
2013-08-27 daidUpload design files with mesh files when uploading...
2013-08-12 daidMerge pull request #531 from jcosmo/SteamEngine
2013-08-12 daidAdd youmagine uploader (inactive, no API urls filled)
2013-06-27 daidChange how AMF is saved. Make better use of the index...
2013-06-27 DaidMerge branch 'SteamEngine' of https://github.com/daid...
2013-06-12 daidMerge branch 'SteamEngine' of github.com:daid/Cura...
2013-06-11 daid303Save the filename of loaded files so we can use that...
2013-05-17 daid303Copyright message needs to be after the __future__...
2013-05-17 daid303Add proper copyright statements.
2013-05-16 daid303Draw the object sink. Fix the lay-flat function.
2013-04-26 daid303Added saving as STL. Still need to add AMF.
2013-04-25 daid303Remove debug print message.
2013-04-25 daid303Copy the rotation/scaling when making a split object.
2013-04-25 daid303Add print time and filament usage estimates.
2013-04-22 daid303Merge branch 'master' into SteamEngine
2013-04-19 daid303Slice all the objects at once if one of them is larger...
2013-04-17 daid303Merge branch 'master' into SteamEngine
2013-04-16 daid303Cleanup, remove AABB tree, no longer needed.
2013-04-16 daid303Add object split function. Optimize printing order...
2013-04-12 daid303Add proper head size code for scene planning. Fixed...
2013-04-12 daid303Merge branch 'master' into SteamEngine
2013-04-12 daid303Add lay-flat code.
2013-04-12 daid303Add working scale up to machine size.
2013-04-12 daid303Add object duplication.
2013-04-11 daid303Add reset scale and rotation. Add placeholders for...
2013-04-08 daid303Add working scale entry form.
2013-04-05 daid303bunch of small things.
2013-04-04 daid303Merge branch 'master' into SteamEngine
2013-04-04 daid303Merge branch 'SteamEngine' of github.com:daid/Cura...
2013-04-04 daid303Add partial working rotate/scale.
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-04-03 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-29 daid303Merge branch 'master' into SteamEngine
2013-03-25 daid303Merge fix.
2013-03-25 daid303Split the scene logic into another file, so we can...
2013-03-22 daid303Add zoom animation.
2013-03-22 daid303Add camera translation animation.
2013-03-22 daid303Merge branch 'master' into SteamEngine
2013-03-22 daid303Add multi object rendering and selection.
2013-03-21 daid303Massive breaking time, start of the new scene display...
2013-03-21 daid303Merge branch 'master' into SteamEngine
2013-03-21 daid303Start of the "projectableObject" which contains multipl...
2013-03-07 Ilya KulakovMerge remote-tracking branch 'upstream/master'
2013-03-04 daid303Fixed a typo. Changed the GCode rendering so it gives...
2013-01-29 daidMerge pull request #349 from smorloc/master
2013-01-28 daid303Rotate/scale now work in the project planner!.
2013-01-16 daidMerge pull request #323 from smorloc/master
2013-01-16 daid303Update on rotation tools, this breaks a lot of function...
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...