https://github.com/ynput/ayon-speedtree
SpeedTree addon for AYON
https://github.com/ynput/ayon-speedtree
addon ayon host
Last synced: about 2 months ago
JSON representation
SpeedTree addon for AYON
- Host: GitHub
- URL: https://github.com/ynput/ayon-speedtree
- Owner: ynput
- License: apache-2.0
- Created: 2025-01-16T17:23:51.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-03-26T20:32:27.000Z (2 months ago)
- Last Synced: 2026-04-13T07:49:46.326Z (about 2 months ago)
- Topics: addon, ayon, host
- Language: Python
- Homepage:
- Size: 1.61 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpeedTree addon
This adds Unity SpeedTree integration for AYON. SpeedTree is the industry-standard vegetation toolkit for projects of any size and style, used across both games and film.
## Dev resources
* https://docs.unity3d.com/speedtree-runtime-sdk/manual/index.html
* https://docs.unity3d.com/speedtree-pipeline-sdk/manual/index.html
## Settings
Path to SpeedTree executable must be set in the Ayon Setting in `Applications` addon (`ayon+settings://applications/applications/speedtree`), for more information see [Applications and Tools](https://help.ayon.app/articles/3945756-applications-and-tools) documentation.
### Implemented workflows
Currently supports importing/exporting models and saving/opening/publishing workfiles in SpeedTree integration. All the associated data would be stored in `.sptree_metadata` folder
## How Create Addon Zip Package
There is a `create_package.py` python file which contains logic how to create the addon from AYON codebase. Just run the code.
```shell
python ./create_package.py
```
## Additional Resources
For information about working with speedtree in AYON, see
- Artist Documentation: [Working with SpeedTree in AYON](https://help.ayon.app/en/help/articles/1430359-working-with-speedtree-in-ayon)
- Admin Documentation: [Configure SpeedTree Addon](https://help.ayon.app/en/help/articles/9963950-configure-speedtree-addon)