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 (Expand)Author
2022-06-30Cleanup: fix various typosBrecht Van Lommel
2022-04-26Cleanup: autopep8 in object_fracture_cellCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
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-15Fix object_fracture_cell, collection optionCampbell Barton
2019-07-15object_fracture_cell: link collections to sceneCampbell Barton
2019-07-07object_fracture_cell: enable redraw by defaultCampbell Barton
2019-07-07object_fracture_cell: Cleanup/minor changesCampbell Barton
2019-07-07Fix 'object_fracture_cell' error setting selection & matrix multiplyCampbell Barton
2019-07-07object_fracture_cell: Update add-on for 2.8xCampbell Barton
2019-07-07Revert changes to 'object_fracture_cell'Campbell Barton
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-03-01Update for API change: scene.cursor_location -> scene.cursor.locationCampbell Barton
2019-01-29addons: objects.link/unlink syntax updateNBurn
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
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
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
2014-02-22Fix T38342: Cell Fracture is in the wrong tab.Bastien Montagne
2012-12-19fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?Campbell Barton
2012-09-28typos in object fracture. Patch by sergofDaniel Salazar
2012-07-21fix for exception running with no objects selectedCampbell Barton
2012-07-17change how recursion works, now keep scanning all input to re-shatterCampbell Barton
2012-07-17recursive option now works with interior verts and split edgesCampbell Barton
2012-07-16sorting recursive children to fracture wasnt working rightCampbell Barton
2012-07-16edge split option wasnt working, also add option to apply edgesplitCampbell Barton
2012-07-13impliment source limit a bit differentlyCampbell Barton
2012-07-13recursion source limitCampbell Barton
2012-07-10option to set mass based on volumeCampbell Barton
2012-07-10fix for fracture when objects are already in a group.Campbell 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-06add phymec as co-author, added own wiki link.Campbell Barton
2012-07-05fractureCampbell Barton
2012-07-05- debug option to not apply booleansCampbell Barton
2012-07-05non uniform cell shape, currently only xyz scale.Campbell Barton
2012-07-05minor improvement to cell fracture algo.Campbell Barton