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-03Tissue: Use vertex color functions instead of operatorsHans Goudey
Needed after rB44aa9e40ffe40c0b2.
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-03-18File headers: use SPDX license identifiersCampbell Barton
da9a50a46ed3e293146428a87a275a947a54b9fe reverted these changes.
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-03-01Merge branch 'blender-v3.1-release'Aaron Carlisle
2022-03-01Update documentation url fo mesh tissue add-onAaron Carlisle
See T95442
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.
2021-02-12Cleanup: Remove trailing period in descriptions.Ankit Meel
Reduces warnings while running tests. Also fix some descriptions with strings concatenated but without a space in between. Reviewed by campbellbarton Differential Revision: https://developer.blender.org/D9655
2020-07-15Fix T78864: the apply_as parameter of modifier_apply was removed.Alexander Gavrilov
Explicitly specifying DATA was redundant anyway, as that was the default.
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-06Tissue: fix unreported duel mesh error.meta-androcto
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-02mesh_tissue: revert version bump rBA498d912a9d58meta-androcto
2019-07-01mesh_tissue: add warning: 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-05-15Update for object add align property changesBrecht Van Lommel
2019-02-28Update for rename: constraint_orientation -> orient_typeCampbell Barton
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-21addons: blender version number fixNBurn
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-11-21Fix T53350: Address the vertex color changes for Mesh tissuelijenstina
Bumped version to 0.3.4 Fix crashes related to access of vertex color components: - curvature_to_vertex_groups: Fix the crash with accessing the r, g, b values - vertex_colors_to_vertex_groups: Replace usage of Value component (from h, S, V) it was removed as an attribute, use rgb_to_hsv instead Notes: - Added versioning code (check for 2.79.1). Can be removed later - Is there a better way of getting the value instead of using the colorsys function
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-20ant landscape: bug fix stable releasemeta-androcto
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-14ANT landscape: complete update, folder systemJimmy Hazevoet
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)