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-27Bugfix: SLA pad and supports were sometimes shown on instances that should ha...Lukas Matena
2020-02-27Shared data for SLA gizmos have been removed from GLGizmoBaseLukas Matena
2020-02-27Fixed a crash when deleting an object after switching from SLA to FDMLukas Matena
2020-02-21Make sure that objects are correctly shown/hidden when switchedLukas Matena
2020-02-21SLA gizmo clipping plane resettingLukas Matena
2020-02-21AABB trees for SLA gizmos are not calculated when the object is selected, but...Lukas Matena
2020-02-20SLA support gizmo correctly hides drain holes if they are clipped by clipping...Lukas Matena
2020-02-06Hollowing: allow to place drain holes on the inner surface of a hollowed cavityLukas Matena
2020-02-04Fixed a crash on deleting object with SLA gizmo activeLukas Matena
2020-02-04SlaSupports gizmo - show holes position even when user did not Preview the dr...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-29Fixed transformation of the hollowed mesh to be used at frontendLukas Matena
2020-01-29SLA gizmos can now fetch hollowed and drilled mesh from the backendLukas Matena
2020-01-16Fixed SLA gizmos picking problem - hollowed mesh was not rendered for pickingLukas Matena
2020-01-16Fixed issues in SLA gizmos related to showing/hiding of the model/support str...Lukas Matena
2020-01-16Fixed update of clipping plane when a gizmo was turned offLukas Matena
2020-01-14Hollowing config values contain min/max values, these are respected when sett...Lukas Matena
2020-01-09Fixed transformations of the hollowed GLVolumeLukas Matena
2020-01-06Fixed incorrect z-shift when showing hollowed objectLukas Matena
2019-12-20Fixed scaling of the holes and instance showing/hidingLukas Matena
2019-12-20Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-20SLA supports gizmo now uses hollowed mesh when availableLukas Matena
2019-12-17First steps on SLA and Hollowing gizmo data sharingLukas Matena
2019-12-12Fixed positioning of gizmos' imgui dialogsEnrico Turri
2019-12-12Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-12SLA gizmos fix: clipping of points/holes always used coords from the first in...Lukas Matena
2019-12-11Some rework on layout of imgui dialogsEnrico Turri
2019-12-06Fix trianglemesh slicer error with empty meshestamasmeszaros
2019-12-04Localization improvements:version_2.2.0-alpha0YuSanka
2019-11-29Hollowing gizmo has now its own shortcut [H], fixed a situation with supports...Lukas Matena
2019-11-19Started work on extending EigenMesh3D to account for possible drain holes whe...Lukas Matena
2019-11-13Holes are now visible on slices in preview.tamasmeszaros
2019-11-12SLA support points gizmo renders the holes and does not allow to place a sup...Lukas Matena
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-17MeshRaycaster class is now used in SLA gizmo when selecting by rectangleLukas Matena
2019-09-17Added functions get_hit_pos, get_hit_normal, ready to implement intersect_rayLukas 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-03GLGizmoSlaSupports.cpp: Snapshot label now differs for turning the gizmo on/offLukas 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-09-02SLA gizmo open/close should be saved on undo/redo stackLukas Matena
2019-08-23When synchronizing the front end with the back end after Undo / Redobubnikv