Blender Git Commits
October 11, 2021, 09:15 (GMT) |
Correct numpy hash |
October 11, 2021, 09:15 (GMT) |
Fix typo |
October 11, 2021, 09:14 (GMT) |
Remove numpy patch, as it no longer applies; the option it tries to disable seems to have been removed from numpy. |
October 11, 2021, 09:01 (GMT) |
Bump requests, certifi, urllib, idna, cython, and numpy packages. Replace chardet with charset-normalizer (dependency change of requests) |
October 11, 2021, 08:17 (GMT) |
Bump Python to 3.9.7 and add zstandard package These changes will be committed in two separate consecutive commits. It's easier to review & build as a whole, hence the single diff. ---------------------- *Bump Python 3.9.2 ? 3.9.7* If we're going to add a Python package to Blender, this usually means rebuilding all of Python, so we might just as well bump it to the latest 3.9 release. ---------------------- *Bundle the `zstandard` Python package* This package allows Python scripts to handle compressed blend files. This is for example needed by #blender_asset_tracer to send files to a Flamenco render farm. This change includes a new `WITH_PYTHON_INSTALL_ZSTANDARD` build-time option, to control whether to actually install the package. For this the already-existing approach for Requests was copied. I'm not too happy with the way Python packages and their dependents (Audaspace & Mantaflow) are handled, but that's for a different cleanup commit. Differential Revision: https://developer.blender.org/D12777 |
October 11, 2021, 08:17 (GMT) |
Deps: bump Python 3.9.2 ? 3.9.7 |