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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06SceneNode settings use native python typesMaël Kerbiriou
2022-09-01use automatic drop down setting from SceneNodeSettingsMaël Kerbiriou
2022-02-21Merge branch 'master' into PyQt6_upgradeGhostkeeper
2022-01-03Merge branch 'CURA-8592_python_3.10' of github.com:Ultimaker/Cura into CURA-8...Ghostkeeper
2022-01-03Remove references to ShapelyGhostkeeper
2021-12-31Remove traces of ShapelyGhostkeeper
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-04-07Don't crash on moving empty groups down to build plateGhostkeeper
2020-03-26Catch TopologicalError when calculating convex hull intersectionGhostkeeper
2019-11-08Use QtApplication instead of ApplicationJaime van Kessel
2019-08-06Drop down to buildplate after resize (fix).Remco Burema
2019-08-02Move comments to be above the right bit of codeJaime van Kessel
2019-05-17No longer create convex hulls for modifier meshesJaime van Kessel
2019-04-24Revert "Fix crash when moving the support eraser"Lipu Fei
2019-04-24Fix crash when moving the support eraserLipu Fei
2019-02-19Increase agressiveness of short circuit logic; Just check if the node is slic...Jaime van Kessel
2018-06-11Do not move locked nodesLipu Fei
2018-05-23Merge branch 'master' into WIP_improve_initializationDiego Prado Gesto
2018-05-23CURA-5388 disable automatic_push_free / Ensure models are kept apart by defaultJack Ha
2018-05-11CURA-5164 The Preferences is not a singleton class anymore since in some pointDiego Prado Gesto
2018-03-16Parent added meshes to the parent node instead of creating a groupfieldOfView
2018-03-13Only trigger platform physics update if the node has meshdataJaime van Kessel
2018-01-23Revert "Simplify check for _outside_buildarea"Lipu Fei
2018-01-23Revert "Do boundary checks on nodes for which the boundary check is unknown"Lipu Fei
2018-01-23Do boundary checks on nodes for which the boundary check is unknownGhostkeeper
2018-01-23Simplify check for _outside_buildareaGhostkeeper
2018-01-12Use isinstance() instead or issubclass()Lipu Fei
2018-01-04Simplify temp_scale_factor assignmentLipu Fei
2018-01-04Fix code styleLipu Fei
2018-01-04Remove unused codeLipu Fei
2018-01-03Move all decorators in the scene subfolderChrisTerBeke
2018-01-03Also move other operations into operations subfolderChrisTerBeke
2018-01-03CURA-4525 solved merge conflictsJack Ha
2017-12-28Code style: Space around binary operatorGhostkeeper
2017-12-28Code style: Space after binary operatorGhostkeeper
2017-12-22Prvent integer infinitive value after arranging all modelsAleksei S
2017-12-22Set minimum distance between modelsAleksei S
2017-12-21Only push aways other objects if they are printing meshesLipu Fei
2017-12-21Fix platform physics not working across different build plates. CURA-4525Jack Ha
2017-12-21Fix push free. CURA-4525Jack Ha
2017-12-21Fixed platform physics. CURA-4525Jack Ha
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-18fixes for reverting 11ebdf730389eca66bafc37be7c6a741c5641f46ChrisTerBeke
2017-09-18Remove loggingChrisTerBeke
2017-09-18CURA-4269 added a flag to determine wether auto drop should be executed or notChrisTerBeke
2017-09-14remove unused Logger importChrisTerBeke
2017-09-14CURA-4269 disable auto-drop for first time loaded models from project filesChrisTerBeke
2017-04-07Only push free nodes inside buildplateJaime van Kessel
2017-03-30WIP Solved stash apply. CURA-3610Jack Ha