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
2020-05-04Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-04Fix T76383: Undo after cell fracture crashesCampbell Barton
2020-05-04Cleanup: object_fracture_cell indentationCampbell Barton
2020-03-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-01object_fracture_cell: add manual linkmeta-androcto
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-07-15Fix object_fracture_cell, collection optionCampbell Barton
Was adding to both the main scene as well as the named collection.
2019-07-15Fix T66820: Cell fracture not working properlyCampbell Barton
This failed to properly calculate booleans from the fractured cells.
2019-07-15object_fracture_cell: link collections to sceneCampbell Barton
Also fixes cursor access.
2019-07-07object_fracture_cell: enable redraw by defaultCampbell Barton
The bug in Blender causing this to crash has been fixed.
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-07-06object_fracture_cell: minor ui tweaks: T61901meta-androcto
2019-07-06object_fracture_cell: fix for bool method, tidy ui, clean white space: T61901meta-androcto
2019-07-01object_fracture_cell: return to release: T61901 T63750 f7c91d3382eameta-androcto
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-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
Note that some scripts still used the 3D view cursor which has been removed for a while.
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
2019-01-23addons: add missing text= keyword after labelNBurn
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-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-09-062.8: update for x_ray and draw/display renaming.Brecht Van Lommel
2017-03-19Cleanup: trailing spaceCampbell Barton
2015-04-10Cleanup: imports (formatting)Campbell Barton
2015-01-22Fix: replaced Python module "imp" with "implib"Sybren A. Stvel
Python 3.4.0 deprecated the "imp" module, and replaced it with "importlib". This changes imp.reload() into implib.reload(). Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1016
2014-02-22Fix T38342: Cell Fracture is in the wrong tab.Bastien Montagne
Names of those panels should probably be cleaned up, but for now just put Cell in "Edit" tools panel.
2013-10-01add support for object materials. fixes bug [#36899]Campbell Barton
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
make addons blender versions consistent
2012-11-14use alternate syntax to clear listsCampbell Barton
2012-09-28typos in object fracture. Patch by sergofDaniel Salazar
2012-09-27pep8 cleanupCampbell Barton
2012-07-25remove doubles after booleansCampbell Barton
2012-07-21fix for exception running with no objects selectedCampbell Barton
2012-07-21updates for changes in separate operatorCampbell Barton