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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-09object_print3d_utils: replace f-strings by str.format() for I18nCampbell Barton
Unfortunately, messages cannot be properly extracted from f-strings. Use `str.format()` method instead. Ref D15615
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-03-28Fix various UI messages issues.Bastien Montagne
2022-02-15Cleanup: minor changes & simplification to Align-XYCampbell Barton
Also shorten text which didn't fit in the UI.
2022-02-153D Print Toolbox: Add Align to XY PlaneJaggz H
Allow an object to be rotated so one face/selection can lie flat - parallel to the - XY plane. This is useful for 3d printing setup. The button is added in the 3d Print tools addon, in the transform section. Reviewed By: campbellbarton Ref D13094
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-05-173D-Print: refactor clean_float to take float valuesMikhail Rachinskiy
Put float to string formatting inside the function, code looks more readable that way.
2021-05-173D-Print: reduce the scope of mesh_helpers moduleMikhail Rachinskiy
2021-05-173D-Print: Volume/Area tools respect scene units settingsMikhail Rachinskiy
2019-12-03Cleanup: object_print3d_utils, unused imports, varsCampbell Barton
2019-10-16Print-3D: code cleanup, specify link to wikiMikhail Rachinskiy
2019-10-113D-Print: correct description for Export operatorMikhail Rachinskiy
2019-10-093D-Print: better formatting for tool reportsMikhail Rachinskiy
2019-10-093D-Print: make sure all UI panels have poll methodMikhail Rachinskiy
2019-10-093D-Print: Clean Distorted support for Adjust Last OperationMikhail Rachinskiy
2019-10-093D-Print: remove Clean Isolated toolMikhail Rachinskiy
This is already handeled by Make Manifold.
2019-10-093D-Print: better property name and description for Make ManifoldMikhail Rachinskiy
2019-10-093D-Print: Fix Make Manifold not deleting loose facesMikhail Rachinskiy
2019-10-093D-Print: remove interior faces with Make ManifoldMikhail Rachinskiy
2019-10-083D-Print: Cleanup convert docstrings to bl_descriptionMikhail Rachinskiy
2019-10-07Rename Print3D to 3D-PrintMikhail Rachinskiy
D2315
2019-09-22Print3D: Use Operator.report for Export toolMikhail Rachinskiy
2019-09-20Print3D: Cleanup styleMikhail Rachinskiy
Format class names according to Blender code style guide.
2019-09-20Print3D: Use Operator.report for cleanup toolsMikhail Rachinskiy
* Cleanup Isolated: use Operator.report istead of Print3D report.\n* Cleanup Distorted: report triangulated face count.
2019-09-20Print3D: Cleanup codeMikhail Rachinskiy
Remove redundant code and workarounds, better variable names, cleanup style.
2019-09-18Print3D: Fix (unreported) error in Make Manifold toolMikhail Rachinskiy
Remove redundant boundary fill step which gave the error when there was no boundary selected. Make sides property default to 0 so fill holes will cover for boundary fill absence.
2019-09-18Print3D: replace modulo formatting with f-stringsMikhail Rachinskiy
2019-09-18Print3D: PEP8 cleanupMikhail Rachinskiy
2019-05-06Update addons for changes to proportional edit modeCampbell Barton
2018-10-02Print3D: use annotationsCampbell Barton
2018-10-01Update for 2.8Campbell Barton
TODO: - Ray-cast for thickness doesn't have access to an evaluated mesh. - Exporters such as PLY need updating too.
2018-06-15Print3D: CleanupMikhail Rachinskiy
2018-04-25Print3D: Fix (unreported) broken Clean DistortedMikhail Rachinskiy
Distort check gave positive result with all faces.
2017-09-03Print3D: Accidentally removed default property value in previous commitMikhail Rachinskiy
2017-09-02Print3D Cleanup: Strict namanig for classesMikhail Rachinskiy
2017-01-11Fix T50352: 3D-printing check misinterprates flat ngons as non-flatPhilipp Oeser
2016-11-12Print3D: cleanup unused variables and imports, fix unused operatorlijenstina
Pep8 cleanup Remove unused variables and imports Print3DCleanThin was registered even though it was just a stub It would crash when called from the search menu (TODO was not commented out) Added an info message about multiple object selection - only the active object is checked
2016-07-18Print3D: Make statistics less confusing D2107Mikhail Rachinskiy
2016-02-13Use power instead of multiplyCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2014-08-11Patch T41093: Cleanup non-manifoldCampbell Barton
by Caretdashcaret with own edits
2014-02-24Fix T38788: zero area faces raised exception with overhang testCampbell Barton
2013-11-20Fix T37555: Update 3D toolbox for changes to the BMesh API.Campbell Barton
2013-05-07use bmesh volume function, show cubit inches for volume/area statistics.Campbell Barton
2013-05-06minor tweak to printing tools, report which axis is clamped.Campbell Barton
2013-05-06add scale to bounds, scale to volume - to the 3d toolboxCampbell Barton
2013-04-04resolve issues reported by dolf.Campbell Barton
(but not all) 1. Don't zoom out when selecting output. Often you want to recheck an area you're working on... and you have to zoom back in again and again. 3. The distorted check is a great tool.. I have the default value at 45 degrees... I think you had it at 15? That's a bit low. 4. The upper limit for thickness check needs to be much higher. If you're working in mm 1 is too low (coloured prints have a lower limit of 2mm)... so make the limit for the check 10 or so. 5. Sharp edge check seems to work for both negative and positive values. There is very much a difference between those when printing... You're usually looking for pointy stuff.
2013-03-25Typo! ;)Bastien Montagne
2013-03-24move print toolbox into trunkCampbell Barton
[[Split portion of a mixed commit.]]