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-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-04-26Fix T78854: Cell fracture fails in background modeCampbell Barton
Disable redrawing in background mode.
2022-04-26Cleanup: minor indentation edit to848d1dd82c906f15acc3e9c6db99e43e12Campbell Barton
For some reason autopep8 adds mixed indentation for function arguments.
2022-04-26Cleanup: autopep8 in object_fracture_cellCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-10-22Fix T81940: Cell Fracture fails with recursion & target collectionCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-15Fix T66820: Cell fracture not working properlyCampbell Barton
This failed to properly calculate booleans from the fractured cells.
2019-07-07object_fracture_cell: Cleanup/minor changesCampbell Barton
Changes to text/comments by @Gappy1, T61901
2019-07-07fracture_cell_setup: get particles from evaluated objectCampbell Barton
From patch by @Gappy1 (T61901)
2019-07-07Fix 'object_fracture_cell' error setting selection & matrix multiplyCampbell Barton
Much older update from 07ec645862275ffe2d60e2d6481080aa0ae8b1f0 enabled instead of disabling the selection. Also use `@` for matrix multiply.
2019-07-07object_fracture_cell: Update add-on for 2.8xCampbell Barton
Note, there is a remaining TODO: We should be able to initialize rigit-body data so the mass can be set.
2019-07-07Revert changes to 'object_fracture_cell'Campbell Barton
This reverts commits: daaff4199bb8a9bcf90319e48f4444989a3fc42a. 64d89567923df223f50eeeaa2f79f93f23da74f6. fffaf5d2759d38d4166f608eab8871fcd59a7e11. f7c91d3382ea19ce4565105c85288044a2d1b833. These changes removed/added functionality beyond the scope of porting 2.7x to 2.8x, where only minor changes were needed.
2019-05-24object_fracture_cell/crackit: move to contrib: T63750 T61901meta-androcto
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-01-29addons: objects.link/unlink syntax updateNBurn
Changed objects.link and objects.unlink from scene to collection
2019-01-25addons: object select_set syntax updateNBurn
2013-10-01add support for object materials. fixes bug [#36899]Campbell Barton
2012-09-27pep8 cleanupCampbell Barton
2012-07-25remove doubles after booleansCampbell Barton
2012-07-21updates for changes in separate operatorCampbell Barton
2012-07-17recursive option now works with interior verts and split edgesCampbell Barton
2012-07-16edge split option wasnt working, also add option to apply edgesplitCampbell Barton
2012-07-09add interior vertex group option.Campbell Barton
2012-07-09fix error with `own particles` using verts.Campbell Barton
2012-07-07support for using other objects particles as inputCampbell Barton
2012-07-07added back randomization its needed saddlyCampbell Barton
2012-07-05- debug option to not apply booleansCampbell Barton
- temp workaround for convex hull failing
2012-07-05non uniform cell shape, currently only xyz scale.Campbell Barton
2012-07-04rename addonCampbell Barton