File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ All cached reconstructions can be updated manually using the "Regenerate Cache"
6565 ![ Error log panel] ( img/error_log.png )
6666 - The add-on automatically enables ` Render > Lock Interface ` to prevent crashes during rendering.
6767
68+ ## Version History
69+
70+ - ** Version 1.0.1** : Split extension into packages per platform, remove image files from package
71+ - ** Version 1.0.0** : Initial submission, based on ` pySplashsurf 0.14.0.0 `
72+
6873## Preparing extension release
6974To package the extension for the Blender extension repository use the ` blender --command extension build ` command.
7075Use the ` --split-platforms ` flag to reduce size for individual platforms.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ schema_version = "1.0.0"
33# Example of manifest file for a Blender extension
44# Change the values according to your extension
55id = " splashsurf_studio"
6- version = " 1.0.0 "
6+ version = " 1.0.1 "
77name = " Splashsurf Studio"
88tagline = " Surface reconstruction for particle-based fluid simulations"
99maintainer = " Fabian Löschner"
You can’t perform that action at this time.
0 commit comments