Skip to content

Commit 4d573e9

Browse files
committed
Move extension to subfolder for easier build
1 parent 5c41dd5 commit 4d573e9

14 files changed

+9
-0
lines changed

splashsurf_studio/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ 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+
## Preparing extension release
69+
To package the extension for the Blender extension repository use the `blender --command extension build` command.
70+
Use the `--split-platforms` flag to reduce size for individual platforms.
71+
On MacOS the full command to run in this folder is:
72+
```
73+
/Applications/Blender.app/Contents/MacOS/Blender --command extension build --source-dir src --split-platforms
74+
```
75+
Remember to update the packaged wheels and to update version numbers in the add-on.
76+
6877
## Acknowledgements
6978

7079
This add-on contains notable contributions from the following people:
File renamed without changes.

splashsurf_studio/wheels/pysplashsurf-0.14.0.0-cp310-abi3-macosx_13_0_x86_64.whl renamed to splashsurf_studio/src/wheels/pysplashsurf-0.14.0.0-cp310-abi3-macosx_13_0_x86_64.whl

File renamed without changes.

0 commit comments

Comments
 (0)