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-24object_print3d_utils: switch 3D Print Toolbox obj export to use the new exporterAras Pranckevicius
The 3D Print Toolbox addon was using the Python based exporter API, switch it to use the C++ based obj exporter. This is faster, supports vertex color attributes, and allows to remove the Python based exporter some day. Reviewed By: Campbell Barton Differential Revision: https://developer.blender.org/D15769
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-30Cleanup: fix various typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D15328
2022-06-03Cleanup: remove <pep8 compliant> commentCampbell Barton
This is no longer necessary, see: T98554.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2021-05-143D-Print: new export option Data LayersMikhail Rachinskiy
Enables export of normals, UVs, vertex colors and materials for formats that support it. Disabled by default to reduce filesize.
2019-12-03Cleanup: object_print3d_utils, unused imports, varsCampbell Barton
2019-10-173D-Print: fix Copy Textures for STL and PLY exportMikhail Rachinskiy
2019-10-163D-Print: remove export VRML optionMikhail Rachinskiy
2019-10-16Print-3D: code cleanup, specify link to wikiMikhail Rachinskiy
2019-10-163D-Print: remove object join workaround for PLY exportMikhail Rachinskiy
PLY exporter now supports export selection. Also do not force active object into selection.
2019-10-133D-Print: cleanup redundant codeMikhail Rachinskiy
already unlinks and removes object.
2019-09-22Print3D: Use Operator.report for Export toolMikhail Rachinskiy
2019-09-20Print3D: Cleanup codeMikhail Rachinskiy
Remove redundant code and workarounds, better variable names, cleanup style.
2019-09-18Print3D: replace modulo formatting with f-stringsMikhail Rachinskiy
2019-09-18Print3D: PEP8 cleanupMikhail Rachinskiy
2019-05-23Fix syntax error in 07ec6458Sergey Sharybin
2019-05-22Remove base from addonsDalai Felinto
This is a follow up to rB0910932e71d2.
2019-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-25addons: object select_set syntax updateNBurn
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
2015-12-18Update 3d-print toolbox to only export selectionCampbell Barton
2013-04-17undo change from yesterday. scale was working correctlyCampbell Barton
2013-04-16invert scaleCampbell Barton
2013-04-15option to apply scale on export. also add global scale options for ↵Campbell Barton
exporters. OBJ/X3D/VRML/PLY/STL
2013-04-10add option to copy textures on export.Campbell Barton
2013-03-24move print toolbox into trunkCampbell Barton
[[Split portion of a mixed commit.]]