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 (Collapse)Author
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-04-10Remove unneeded semicolonsJaime van Kessel
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-07-05Add style to a variable in X3ReaderDiego Prado Gesto
2018-06-29Removed unneeded application reference in construction of meshreadersJaime van Kessel
2018-05-23CURA-5164 Make the mesh readers compliant with the new signature of the mesh ↵Diego Prado Gesto
reader. Also adapt the tests.
2018-01-03CURA-4525 cleanups and change comment and added new-linesJack Ha
2018-01-03CURA-4525 solved merge conflictsJack Ha
2017-12-28Code style: Space after binary operatorGhostkeeper
Contributes to issue CURA-4672.
2017-11-09CURA-4525 first multi slice + multi layer data, added filter on build plate, ↵Jack Ha
added option arrange on load, visuals like convex hull are now correct
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-06-22Use semantic versioning for all plugin.jsonLipu Fei
CURA-3712
2017-06-22Fix code styleLipu Fei
CURA-3712
2017-06-21Replaced catalog metadata entry with i18n-catalogJaime van Kessel
CURA-3712 & Cura-3856
2017-06-21Moved certain meta data entries to seperate fileJaime van Kessel
CURA-3856 & CURA-3712
2017-01-17Fixes for all of the plugins. Added a script to invoke mypy. (I'm stiiiick ↵Simon Edwards
of .bat files. They are just broken.)
2016-12-23D6: Moved decorator to curaVictor Larchenko
2016-12-23D5: Added decoratorVictor Larchenko
2016-12-23T466: Revert the previous commit since it messed up the file rights.Victor Larchenko
2016-12-23T466: Added ability to print loaded gcodeVictor Larchenko
2016-11-09Modify reading of Coordinate/@point attribute to allow comma separatorsVincent Marchetti
2016-09-21X3D reader no longer creates critical exceptions in the rest of curaJaime van Kessel
CURA-2083
2016-09-21Prevent exceptions when spine is emptyJaime van Kessel
CURA-2083
2016-08-24X3D loading performance: vertex organization for faster transformsSeva Alekseyev
2016-08-24Code review issuesSeva Alekseyev
2016-08-24Holeless Disk2D fixSeva Alekseyev
2016-08-24Merging all shapes into a single mesh during X3D loadingSeva Alekseyev
2016-08-24In X3D import, setSelectable(true) for the whole sceneSeva Alekseyev
2016-08-24Fixes for quad geometriesSeva Alekseyev
2016-08-24Fix for the Extrusion node, the trickiest geometry of them allSeva Alekseyev
2016-08-24Bug fixSeva Alekseyev
2016-08-24Support for explicit length unit override in X3D headerSeva Alekseyev
2016-08-24Initial support for the X3D scene file format (see http://www.web3d.org/).Seva Alekseyev
For now, just mesh import. Supports all geometry nodes in Rendering, Geometry3D, CAD geometry modules. No support for materials, color, or textures. Normals in the file (if any) are ignored. Light sources, viewpoints, sensors, world, shaders, scripts also ignored.