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
2022-02-08Merge branch 'master' into fs_mouseFilip Sykala
2022-01-27Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Refactoring of GLModel to:enricoturri1966
2021-12-14Merge branch 'dev' into fs_mouseFilip Sykala
2021-12-10remove GLModel from base classFilip Sykala
2021-12-10Clean up GLGizmoManagaerFilip Sykala
2021-12-10Gizmos refactoring - Removed GLModels defined into GLGizmoBase, and mostly un...enricoturri1966
2021-12-10Separate GizmoManager on_move into gizmo itselfFilip Sykala
2021-11-19Changed gizmo entering/leaving string handling to make localization easierLukas Matena
2021-09-03Fix taking entering/leaving snapshots in SLA gizmo:Lukas Matena
2021-08-16SLA supports: ask about saving changes when Esc is pressedLukas Matena
2021-07-27Tech ENABLE_SINKING_CONTOURS -> Sinking contours shown while dragging Move/Ro...enricoturri1966
2021-05-28Removed GLU calls from all the gizmosLukas Matena
2020-05-26Include cleanup: Selection.hppLukas Matena
2020-05-05Fixed SLA supports gizmo undo/redo stackLukas Matena
2020-04-07Merge branch 'lm_gizmos' into lm_fdm_supports_gizmoLukas Matena
2020-04-07Removed obsolete codeLukas Matena
2020-04-07Fixed crash related to ClippingPlane and incorrect handling of sla z shift in...Lukas Matena
2020-04-07SLA supports gizmo is now enabled and uses the new infrastructureLukas Matena
2020-03-19WIP: Duplicated the SLA gizmo for the FDM, removed what was not neededLukas Matena
2020-03-03Removed SLA unused codeLukas Matena
2020-02-27Shared data for SLA gizmos have been removed from GLGizmoBaseLukas Matena
2020-02-06SLA gizmos: make sure that the clipping plane is properly reset to zero when ...Lukas Matena
2020-02-03Clipping plane is now common for Hollowing and SLA supports gizmosLukas Matena
2020-01-30SlaSupports gizmo - most of updating now assumes that common data struct is u...Lukas Matena
2020-01-16Fixed SLA gizmos picking problem - hollowed mesh was not rendered for pickingLukas Matena
2019-12-17First steps on SLA and Hollowing gizmo data sharingLukas Matena
2019-11-29Hollowing gizmo has now its own shortcut [H], fixed a situation with supports...Lukas Matena
2019-11-12SLA support points gizmo renders the holes and does not allow to place a sup...Lukas Matena
2019-11-11Merge branch 'tm_openvdb_integration' into lm_tm_hollowingtamasmeszaros
2019-09-24MeshUtils.cpp: MeshRaycaster is now aware of the clipping planeLukas Matena
2019-09-17SLA gizmo no more uses IGL code directly, all was moved to the new MeshRaycas...Lukas Matena
2019-09-17Unproject on mesh in the SLA gizmo is now performed by the MeshRaycaster classLukas Matena
2019-09-13Renamed MeshClipper.cpp/.hpp to MeshUtils.cpp/.hppLukas Matena
2019-09-13Calculating the transformations is now only performed by the MeshClipperLukas Matena
2019-09-13Initial implementation of MeshClipper classLukas Matena
2019-09-13Refactoring the SLA clipping planeLukas Matena
2019-09-04Fixed some more warnings (mostly GLGizmoSlaSupports.cpp)Lukas Matena
2019-09-03Merge branch 'lm_gizmomanagerrefactoring' into devLukas Matena
2019-09-02Fixed couple of warningsLukas Matena
2019-09-02Nearly finished refactoring of GLGizmoManagerLukas Matena
2019-08-23When synchronizing the front end with the back end after Undo / Redobubnikv
2019-08-23Followup of previous commits - removing some unnecessary codeLukas Matena
2019-08-23Recalculate SLA supports after undo/redo in case SLA gizmo was active and had...Lukas Matena
2019-08-23SLA gizmo takes snapshots on opening and closingLukas Matena
2019-08-07GLGizmoSlaSupports.cpp: unproject_on_mesh does not throw exceptions but uses ...Lukas Matena
2019-07-31Config parameters accessible from SLA gizmo are now saved on the undo/redo stackLukas Matena
2019-07-30SLA gizmo - making sure the cone direction is correctly undone/redoneLukas Matena
2019-07-29SLA gizmo now uses the new separate undo/redo stack for manual editing modeLukas Matena
2019-07-23SLA gizmo and undo/redo: 'autogenerated points' state is now correctly undone...Lukas Matena
2019-07-17SLA support points edits are now pushed onto undo/redo stackLukas Matena