Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-02-10Reduction on compiler warnings, mainly on MSVC.Vojtech Bubnik
2019-12-09Fixed crash while repairing imported modelEnrico Turri
2019-07-18Undo / Redo memory conservation strategy: Release recoverable databubnikv
2019-07-05Fix of the Undo / Redo for Cut.bubnikv
2019-06-14Fix of admesh import due to boost::pool::destroy taking O(n).bubnikv
2019-06-13Further C++isation of the admesh library & TriangleMeshbubnikv
2019-06-11Sharing TriangleMesh objects between the front end (UI) and back endbubnikv
2019-06-11admesh refactoring: Using boost::object_pool for linked list memorybubnikv
2019-06-10admesh refactoring: Use Eigen vec3i for indexed triangles.bubnikv
2019-06-10admesh refactoring: replaced various diagnostics outputs with boost::logbubnikv
2019-06-10Refactored admesh to get rid of the error and fp members of stl_file.bubnikv
2019-06-10admesh refactoring: Move the hashing structure out of stl_filebubnikv
2019-06-10Fix of the previous refactoring.bubnikv
2019-06-04WIP: Admesh - replacement of C memory allocation with std vectorsbubnikv
2019-06-04Fix of mesh decimation (the admesh library).bubnikv
2019-04-04Fix of "Latest commit of Slic3r 1.42.0 cuts away part of the model #2063"bubnikv
2019-03-11Fixed a regression issue in the triangle mesh slicing code, wherebubnikv
2018-09-25Fixed a regression bug in admesh: bad hashing.bubnikv
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv