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
2020-02-04ant landscape: fix noise defaults, fix cursor loc, fix smooth mesh. by Nerkmeta-androcto
2019-07-06ant_landscape: Remove auto smooth shading T64428meta-androcto
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
2019-03-18A.N.T. Landscape: prevent entering editmodePhilipp Oeser
This addon is designed to work in objectmode and this has already (partially) been taken care of (see rBA87579bd164c6 / T53624). However, this could still run into errors when the 'Enter Edit mode' preference was ON, so disable that while adding a landscape object (and restore afterwards) Fixes T54954 Reviewers: brecht Maniphest Tasks: T54954 Differential Revision: https://developer.blender.org/D4539
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
2018-01-26fix T53624: A.N.T. Landscape should not be operating in edit modePhilipp Oeser
2017-08-31Cleanup: quiet warningsCampbell Barton
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