-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# Terrain eroder | ||
Blender plugin for terrain erosion | ||
|
||
|
||
# Installation | ||
|
||
## End user installation | ||
- Download the latest release from [here](https://github.com/petak5/BP/releases/) or create the `.zip` manually from `erosion_plugin/` folder and install the `.zip` file from Blender (`Preferences -> Add-ons -> Install`) | ||
- Download the latest release from [here](https://github.com/petak5/BP/releases/) or create the `.zip` manually from `terrain_eroder/` folder and install the `.zip` file from Blender (`Preferences -> Add-ons -> Install`) | ||
|
||
## Development installation (changes to code are applied to plugin after Blender restarts) | ||
- Create a symlink to `erosion_plugin/` folder from Blender's addons folder | ||
- Create a symlink to `terrain_eroder/` folder from Blender's addons folder | ||
### macOS | ||
- `cd /Users/<user>/Library/Application Support/Blender/<blender-version>/scripts/addons/` | ||
- `ln -s erosion_plugin <path-to-erosion-plugin>` | ||
- `ln -s terrain_eroder <path-to-terrain-eroder>` | ||
### Windows (cmd as Administrator) | ||
- `cd c:\Users\<user>\AppData\Roaming\Blender Foundation\Blender\<blender-version>\scripts\addons\` | ||
- `mklink /D erosion_plugin <path-to-erosion-plugin>` | ||
- `mklink /D terrain_eroder <path-to-terrain-eroder>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.