-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/friggog/tree-gen
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 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,12 +1,13 @@ | ||
# tree-gen | ||
|
||
Blender plugin produced as part of my undergraduate dissertation: [Procedural generation of tree models for use in computer graphics](https://chewitt.me/Papers/CTH-Dissertation-2017.pdf). | ||
|
||
![Tree Samples](http://chewitt.me/Folio/Trees.jpg) | ||
![Tree Sample Image](http://chewitt.me/Folio/Trees.jpg) | ||
|
||
Thanks to the awesome work of [Luke Pflibsen-Jones](https://github.com/luketimothyjones) you can install the zip through the Blender addon UI (or drop the extracted folder into your blender addons directory) and enable the plugin in user settings to start generating trees - now with a complete customisation UI! | ||
|
||
Download the latest version (for blender 2.8+) [here](https://github.com/friggog/tree-gen/archive/master.zip). The 2.79 version of the plugin is available [here](https://github.com/friggog/tree-gen/archive/blender-279.zip). | ||
Download the latest version (for blender 2.8+) [here](https://github.com/friggog/tree-gen/archive/master.zip). | ||
|
||
(WIP) Docmentation is available on the [Wiki](https://github.com/friggog/tree-gen/wiki). | ||
|
||
The code is under GPL-3.0 License, any models generated using the tool are free for use without restriction in any context apart from direct sale as assets. | ||
The code is under GPL-3.0 License, any models generated using the tool are free for use without restriction in any context apart from direct sale as assets. |