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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-07-17Refactoring of GLGizmosXX classes to cleanup their interfaceEnrico Turri
2019-07-15Merge remote-tracking branch 'remotes/origin/vb_undo_redo'bubnikv
2019-07-12Tech ENABLE_SVG_ICONS set as defaultEnrico Turri
2019-06-27WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBasebubnikv
2019-06-18Merge branch 'vb_admesh_fix'bubnikv
2019-06-18#2506 - Fixed crash while manually editing SLA supportsEnrico Turri
2019-06-10SLA gimzmo: Sharing the Mesh's indexed triangle set with IGL AABBbubnikv
2019-05-27SLA dialog: Prevented the slider to have zero width, even in case the text wi...Lukas Matena
2019-04-25Rectangle selection in 3D scene -> renderingEnrico Turri
2019-04-24GLCanvas3D -> added support for cursor change and change cursor when using SL...Enrico Turri
2019-04-24Selection rectangle moved into a separate classLukas Matena
2019-04-18Added dialog with shortcuts to the SLA gizmo, tried to improve the dialog lookLukas Matena
2019-04-17SLA gizmo clipping plane is now not necessarily perpendicular to camera direc...Lukas Matena
2019-04-16SLA gizmo now does not make redundant copies of the object and supports meshesLukas Matena
2019-04-16SLA gizmo clipping now also triangulates the cuts on support structureLukas Matena
2019-04-10Merge branch 'master' into lm_sla_gizmo_clipping_planeLukas Matena
2019-04-10SLA gizmo fix: recalculation of the mesh was sometimes skippedLukas Matena
2019-04-08SLA gizmo now uses ctrl to add to selection and alt to remove from selectionLukas Matena
2019-04-08Merge branch 'master' into lm_sla_gizmo_clipping_planeLukas Matena
2019-04-08Allowed general object transformation and SLA z-shift (clipping plane)Lukas Matena