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-07-28Scatter Objects: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-09-18Fix T80879: add scatter objects operator to object menuJacques Lucke
This also adds it to the F3 search.
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2020-02-17Fix several typos in UI messages.Bastien Montagne
2019-10-29Object Scatter: new Use Normal Rotation optionJacques Lucke
2019-09-23Addons: fix dpi preference value for blf.size D5793meta-androcto
2019-08-20object_scatter/operator: Use ui_scale + dpi : D5455meta-androcto
2019-05-17Fix T64721: Object Scatter addon broken 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-02-05correct Object Scatter panel bl_idnameJacques Lucke
2019-02-05fix Object Scatter addon in background modeJacques Lucke
2019-02-05Add descriptions to properties in Object Scatter addonJacques Lucke
2019-01-17Fix T60591: Register/Unregister issue in Object Scatter/Oscurart ToolsJacques Lucke
2019-01-07Fix: Scatter Object was hiding objects that should be visibleJacques Lucke
2018-11-28Use collection and instance terminology in Python APISergey Sharybin
This follows naming convention agreed on in T56648.
2018-10-30New "Scatter Objects" addonJacques Lucke
This addon can distribute objects on another object. The positions of new objects are determined by custom strokes and a few settings. In the future we can support more features. For now this is mainly a replacement of the old 'Grease Scatter Objects' addon which existed in Blender 2.79. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D3787