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-09-22Carver: replace deprecated bgl moduleGermano Cavalcante
Part of T80730
2022-02-11File headers: use SPDX license identifiersCampbell Barton
Some files needed to be changed manually.
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2020-12-09Fix T84328: Correct errors caused by renamingRobert Guetzkow
In rBA6aa8e130eff59059886e203ff95221609f63b222 all occurrences of "lamp" where replaced with "light" which also accidentally renamed "clamp" to "clight". In case of the x3d importer and object carver add-on this broke some functionality. This commit fixes the names to match the use the correct properties of the Python API and use semantically correct names for other add-on where the renaming didn't cause functional changes. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D9782
2020-10-16quiet prints on startupCampbell Barton
Add-ons shouldn't be printing information at startup.
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-06Addons: Use Manual URL prefixAaron Carlisle
2020-03-05Cleanup: tabs -> spacesCampbell Barton
2020-03-05Update 'bl_info' use 'doc_url' instead of 'wiki_url'Campbell Barton
2019-12-01object carver: add manual linkmeta-androcto
2019-09-24object carver: add bl_location infometa-androcto
2019-09-23Addons: fix dpi preference value for blf.size D5793meta-androcto
2019-08-20object_carver: Use ui_scale + dpi : D5455meta-androcto
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
Differential Revision: https://developer.blender.org/D5240
2019-06-22Cleanup: redundant set/tuple use for comparisonCampbell Barton
2019-06-04Fix (unreported) missing updates after `scene.update()` removal.Bastien Montagne
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-01Update object_carver to 2.8 thanks @clarkxmeta-androcto