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-12-17Fixed use of an uninitialized variable in TriangleSelector caused the cursor ...Lukáš Hejl
2021-12-03Fixed a bug in the precomputation of the data for bucket fill that was trigge...Lukáš Hejl
2021-12-02Replaced the repeated application of Cursors (Sphere or Circle) in painting u...Lukáš Hejl
2021-12-02Refactoring of Cursors in TriangleSelector as preparation for upcoming improv...Lukáš Hejl
2021-10-21Allowed painting in the FDM supports, seam, and multi-material gizmo to only ...Lukáš Hejl
2021-10-18Added an option to limit painting to triangles only highlighted by "Highlight...Lukáš Hejl
2021-09-14Removed the PRUS format parser. WIP: admesh eradication:Vojtech Bubnik
2021-08-10Reworked visualization of selected triangles by seed fill and bucket fill ins...Lukáš Hejl
2021-08-06Forced recomputation of seed fill selected areas when the seed fill angle is ...Lukáš Hejl
2021-07-29Reworked bucket fill so that all neighboring triangles are computed based on ...Lukáš Hejl
2021-07-29Get rid of unnecessary double calling of TriangleSelector::reset() in some ca...Lukáš Hejl
2021-07-16Added the bucket fill tool into the multi-material gizmo. Also, the multi-mat...Lukáš Hejl
2021-06-30Fixed incorrect use of _NDEBUG instead of NDEBUGLukas Matena
2021-06-16TriangleSelector:Vojtech Bubnik
2021-06-16Modified MMU painting gizmo behavior so that all triangles aren't painted by ...Lukáš Hejl
2021-06-15TriangleSelector optimizations:Vojtech Bubnik
2021-06-11Fixing previous TriangleSelector refactoring.Vojtech Bubnik
2021-06-11TriangleSelector - some memory optimization.Vojtech Bubnik
2021-06-11TriangleSelector refactoring for readability and a bit of performance,Vojtech Bubnik
2021-06-10TriangleSelector::get_facets() refactoring to share vertices.Vojtech Bubnik
2021-06-10Support / seam / MMU painting serialization / deserialization:Vojtech Bubnik
2021-05-04Added default object color in MMU segmentation according to the default extru...Lukáš Hejl
2021-04-27Added seed fill for MMU segmentationLukáš Hejl
2021-02-08FDM supports gizmo 'autoset by angle' improvements:Lukas Matena
2021-01-05Fix of #5632 (painter gizmos not working correctly with scaled objects)Lukas Matena
2020-10-06Painter gizmos should now work with non-uniformly scaled modelsLukas Matena
2020-10-01Sphere selection added as an option for painting gizmosLukas Matena
2020-08-18Renamed FacetSupportType to EnforcerBlockerTypeLukas Matena
2020-07-24TriangleSelector: edge limit is derived from cursor sizeLukas Matena
2020-07-24TriangleSelector: Fix of a macOS crashLukas Matena
2020-07-24TriangleSelector: backend is aware of divided trianglesLukas Matena
2020-07-24TriangleSelector: 'Select by angle' and 'reset selection' functions fixedLukas Matena
2020-07-24TriangleSelector: Separated frontend/backend, support of multiple volumes, etc.Lukas Matena