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-03-15Cleanup: fix source comment typosBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D14312
2022-03-01Tissue: Update to 3.52Aaron Carlisle
From https://github.com/alessandro-zomparelli/tissue/releases/tag/v0-3-52 with https://github.com/alessandro-zomparelli/tissue/pull/131 applied. Fixes T80702 Fixes T73136
2022-03-01Tissue: Update to 3.52Aaron Carlisle
From https://github.com/alessandro-zomparelli/tissue/releases/tag/v0-3-52 with https://github.com/alessandro-zomparelli/tissue/pull/131 applied. Fixes T80702 Fixes T73136
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2022-01-05Cleanup: fix typos in source codeBrecht Van Lommel
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
2021-03-02mesh_tissue: add comment to object.tessellate.working_onCampbell Barton
This was made into an annotation 498d912a9d5854c0cfc1f54ed8b4216d442b89f1 But it seems it should have been kept a class variable, keep commented but note that the functionality could be restored.
2021-02-22mesh_tissue: correct invalid annotationCampbell Barton
typing.get_type_hints fails when setting the type to a string. This has been commented in other uses, so it can be commented here too.
2019-09-24mesh_tissue: close panels by default, use Edit category: T70017meta-androcto
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-03mesh_tissue: fix errors, remove read me, clean up: T63477meta-androcto
2019-07-01mesh_tissue: initial update 2.80meta-androcto
2019-05-21Fix T64941: Insert missing bpy. to access context after recent changesJacques Lucke
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-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-29addons: view_layer.objects.active syntax updateNBurn
2019-01-25addons: object select_set syntax updateNBurn
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
Original report: OBJ file import fails for objects with vertex groups defined when polygroups option is selected
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-06-25Mesh Tissue: cleanup, fix remove base object crasheslijenstina
Bumped version to 0.3.3 Pep8 Cleanup Fix crashes related to removing the base object with Settings and Refresh Move bl_info on top of the files Imports as tuples consistent prop definitions
2017-06-20mesh tissue: update to correct sable versionmeta-androcto
2017-06-16mesh tissue: update panels by Alessandrometa-androcto
2017-06-14mesh tissue: clean up uimeta-androcto
2017-06-14mesh tissue update by Alessandrometa-androcto
2017-06-08mesh_tissue: close panels by default T50357meta-androcto
2017-05-22initial commit mesh tissue tesselation: T51508 by @Alessandro Zomparelli ↵meta-androcto
(alessandrozompa)