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-29Cleanup: run autopep8 on ant_landscapeCampbell Barton
2022-02-11File headers: use SPDX license identifiersCampbell Barton
See T95597
2019-05-22Add-ons: remove temporary disabling of use_global_undoBrecht Van Lommel
This can cause bugs where if the operator throws an exception, undo is not properly enabled again. There have been maybe a dozen Blender bug reports related to this. This could get worse now that we are autosaving preferences. Some add-ons guard against this, but turning off undo should not be needed in the first place. If the operator is set to do an undo push, any operators it calls will automatically not do any undo pushes. If this fail in some cases, it should be reported as a bug in Blender. I could not find issues or a performance impact testing a few add-ons though. Differential Revision: https://developer.blender.org/D4908
2018-12-31Port 'A.N.T. Landscape' addon to Blender 2.8Amir Shehata
Differential Revision: https://developer.blender.org/D4122
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2017-07-11ant landscape: fix noise typesJimmy Hazevoet
2017-07-10ant landscape fix for noise types part1Jimmy Hazevoet
2017-07-02ant landscape: update/various fixesJimmy Hazevoet
2017-06-20ant landscape: bug fix stable releasemeta-androcto
2017-06-17Ant Landscape: fix requested ui changesJimmy Hazevoet
2017-06-14ANT landscape: complete update, folder systemJimmy Hazevoet