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
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-06-08Update for changes in the Python API using keyword only argumentsCampbell Barton
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
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.
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
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-16Merge branch 'blender-v2.81-release'Mikhail Rachinskiy
2019-10-16Revert "3D-Print: fix error using evaluated mesh as obj data"Mikhail Rachinskiy
This reverts commit 16b4498b6899ec23923235288218fea0dcb2ea15. First need to push to 2.81 release branch and then merge to master.
2019-10-163D-Print: fix error using evaluated mesh as obj dataMikhail Rachinskiy
2019-10-133D-Print: cleanup redundant codeMikhail Rachinskiy
already unlinks and removes object.
2019-10-133D-Print: fix error using evaluated mesh as obj dataMikhail Rachinskiy
Also clean up remaining mesh data after object join.
2019-10-113D-Print: correct description for Export operatorMikhail Rachinskiy
2019-10-10Cleanup: rename 3D print mix-in classCampbell Barton
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-073D-Print: reorganize UI panelsMikhail Rachinskiy
Since add-on has its own tab there is no reason for using subpanels. Move Scale To tools into Transform panel. Various name changes: change top panel title to Analyze, Cleanup > Clean Up, Modify > Transform, Report > Result.
2019-10-07Rename Print3D to 3D-PrintMikhail Rachinskiy
D2315
2019-09-25Print3D: remove Select Non Manifold tool from reportMikhail Rachinskiy
There is no reason why it should be there.
2019-09-24object_print3d_utils: shorten tab name: T70017meta-androcto
2019-09-24Print3D: use subpanels to declutter UIMikhail Rachinskiy
Print3D has three tool categories: Mesh Check, Cleanup & Modify, Export. The first category being the main point of the add-on, the rest are supplementary and should not take visual space by default. Notes: Ideally Cleanup & Modify should be their own categories, but there are only two Modify tools so I decided to merge into one category. There is a point to make that Cleanup & Modify panel should be open by default, I am not strongly agains that and it could be done upon receiving feedback from users. Also fix multiple Select Non Manifod operators displaying in report.
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: cleanup readmeMikhail Rachinskiy
Remove readme.rst as there was no useful information there. Cleanup todo.rst, remove completed TODOs.
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-23Fix syntax error in 07ec6458Sergey Sharybin
2019-05-22Remove base from addonsDalai Felinto
This is a follow up to rB0910932e71d2.
2019-05-17Update for Depsgraph API changesPhilipp Oeser
Reviewers: sergey Differential Revision: https://developer.blender.org/D4883
2019-05-16Update for Depsgraph API changesSergey Sharybin
Addresses new behavior of object.to_mesh(). This is corresponding part for D4875. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4876
2019-05-16Addons: Adopt for Dependency Graph API changesSergey Sharybin
Mainly search-and-replace approach. Tested the enabled-by-default export/import addons. Seems to work with an exception of X3D which is still referencing Blender Internal material properties. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4866
2019-05-06Update addons for changes to proportional edit modeCampbell Barton
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