forked from Lainports/freebsd-ports
While blender does support building with python 3.10, numpy doesn't support 3.10 yet so keep python version at 3.9 for now. Thumbnailer is now a compiled app instead of py script. Add options for new features and some that didn't get added earlier . PR: 260308 Sponsored by: Netzkommune GmbH.
5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/sh
|
|
|
|
export BLENDER_EXTERN_DRACO_LIBRARY_PATH=%%PYTHON_SITELIBDIR%%
|
|
|
|
exec %%PREFIX%%/bin/blender-bin "$@"
|