-
Notifications
You must be signed in to change notification settings - Fork 220
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
1 parent
4e1c3c6
commit be10c2b
Showing
1 changed file
with
4 additions
and
5 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,7 +1,6 @@ | ||
# Blender-Modular-tree-addon | ||
# Blender Modular tree addon | ||
|
||
## Updating the version number | ||
* Change the __init__.py file's version (in bl_info..."version": (2, 4)) | ||
* Change the regex in check_for_updates.py | ||
This addon for blender allows the creation of realistic trees with the node editor. | ||
|
||
Documentation: https://github.com/MaximeHerpin/modular_tree/wiki/Documentation | ||
|
||
`r'\"version\":\s*\(2,\s*4\)' --> r'\"version\":\s*\(2,\s*5\)'` |