mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
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.
4 lines
140 B
Text
4 lines
140 B
Text
# Versions of Blender and its python dependency for use by depending ports, like add-ons
|
|
|
|
BLENDER_BL_VERSION= 3.0.0
|
|
BLENDER_PY_VERSION= 3.9
|