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
2020-05-07Fix T70357: ANT Landscape Line artifactsJimmy Haze
2020-05-04Ant Landscape: Fix error in poll functionJacques Lucke
This raised an exception when I opened the search with developer extras enabled in the user preferences.
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-09ant landscape: other required updates for 2.8Philipp Oeser
2019-01-29addons: more view_layer syntax updatesNBurn
2019-01-23addons: add missing text= keyword after labelNBurn
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-12-19Merge branch 'master' into blender2.8Campbell Barton
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
Original report: OBJ file import fails for objects with vertex groups defined when polygroups option is selected
2018-01-26fix T53624: A.N.T. Landscape should not be operating in edit modePhilipp Oeser
2017-07-24Cleanup: trailing spacesCampbell 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-19ant landscape, fix for last commitmeta-androcto
2017-06-19ant landscape: fix z noise size, various fixesJimmy Hazevoet
2017-06-17Ant Landscape: fix requested ui changesJimmy Hazevoet
2017-06-14ANT landscape: complete update, folder systemJimmy Hazevoet