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
2021-07-30Part of fix for crash on context menu open + click on slice.Remco Burema
See also the backend (Uranium) fix/PR (needed for this to work properly). If the context menu is opened over the slice button, then it _may_ on some cases (on Windows) fail on the creation of the snapshot. Within this fix, the snapshot is then still not created, but at least it doesn't crash any more. (Also the snapshot _will_ be there if a reslice is done.) part of CURA-8412
2020-08-20Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7""Ghostkeeper
This reverts commit 28f4d8513db7efce17bfd8b80fa7c8b237fd1c18. The original revert was to revert an accidental merge from master to 4.7. This now reverts the revert on Master, so that we still have those changes on Master.
2020-08-20Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"Ghostkeeper
This reverts commit 7f47f12bf0a9cf305542b6c21600ce9b804c1dfd, reversing changes made to dd42c87da762d2030ee2220bc6f0a3e44cf85c28.
2020-08-12Fix non-printing objects in preview.Remco Burema
2020-06-23Don't copy transformations if it's not neededJaime van Kessel
CURA=7106
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Merge branch 'master' into doxygen_to_restructuredtext_commentsNino van Hooff
# Conflicts: # plugins/CuraEngineBackend/CuraEngineBackend.py # plugins/CuraEngineBackend/StartSliceJob.py
2020-05-01Don't crash if the shader fails to compileGhostkeeper
2020-04-21Converted comments in dir Cura/cura to rst styleJelle Spijker
Converted doxygen style comments to reStructuredText style in the files found in Cura/cura directory using the script dox_2_rst.py (provided in the Uranium repo). Comments were manually checked and changed if needed.
2020-04-20Add option to overhang shader to make rendering model errors optionalJaime van Kessel
CURA-7147
2020-01-10Fix bunch of issues found by pylintJaime van Kessel
2019-09-12Correct comment.Remco Burema
2019-09-12Remove face selection for a PreviewPassNino van Hooff
Fixes issue where the selected face for the lay-flat feature showed up in the model thumbail of print jobs. CURA-6754
2019-07-30Fix incorrect cast importJaime van Kessel
2019-07-23Fix mypy issues caused by scenenode iterator being correctly typedJaime van Kessel
2019-05-29Ensure that objects outside build volume are not added to thumbnailJaime van Kessel
CURA-6545
2018-06-15Add types for ShaderProgramsGhostkeeper
Otherwise it'll think that this variable can only have None in it. Contributes to issue CURA-5330.
2018-06-15Ignore type errors arising from misinterpretation of DepthFirstIterator typeGhostkeeper
MyPy requests that this needs to have a __next__ function, but actually Python calls the __iter__ function first and then calls the __next__ function on the result of that. MyPy is wrong here. Contributes to issue CURA-5330.
2018-06-13CURA-5330 Fix typing in the PreviewPassDiego Prado Gesto
2018-06-13CURA-5330 Add return type to some constructorsDiego Prado Gesto
2018-05-23Add non-thumbnail-visible flag for creating previewsLipu Fei
CURA-5373 Addition to the non-slicable meshes, the support meshes should also not be included in the previews.
2018-05-18Remove unnecessary code for taking snapshot for UFP fileAleksei S
CURA-5373
2018-05-18Do not show not printed models on snapshot for UFP filesAleksei S
CURA-5373
2018-03-29CURA-5019 thumbnail: do not scale the second color of support meshes or the ↵Jack Ha
checkboard pattern is not visible anymore
2018-03-29CURA-5019 support and infill type nodes are now correctly rendered in the ↵Jack Ha
thumbnail
2018-02-15Better readability in PreviewPassJack Ha
2018-02-15Tweaked the snapshot images to make it look prettierJack Ha
2018-01-31CURA-4425 first thumbnail in UFP file; updated CuraSceneModel and PreviewPassJack Ha
2017-11-09Update PreviewPass so that only slicable objects are renderedJaime van Kessel
2017-11-08Added previewPassJaime van Kessel