Blender plugin for terrain erosion
- Download the latest release from here or create the
.zip
manually fromterrain_eroder/
folder and install the.zip
file from Blender (Preferences -> Add-ons -> Install
)
- Create a symlink to
terrain_eroder/
folder from Blender's addons folder
cd /Users/<user>/Library/Application\ Support/Blender/<blender-version>/scripts/addons/
ln -s <path-to-terrain-eroder> terrain_eroder
cd "c:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\<blender-version>\scripts\addons\"
mklink /D terrain_eroder <path-to-terrain-eroder>
Create terrain based on built in noise functions (mathutils
module in Blender)
Select where the rain falls using vertex groups and paint tools built into Blender