In both Blender and the Python executables.
Ref T99618
Differential D16733
Tests: test availability of new bundled Python libraries Authored by Brecht Van Lommel (brecht) on Dec 9 2022, 10:51 PM.
Details
In both Blender and the Python executables. Ref T99618
Diff Detail
Event TimelineComment Actions This can land when all the platforms have been updated with new libraries, but can be useful for platform maintainer testing now. Comment Actions Thanks! that was useful! While this will work for us, down stream builders may want to have these separated out depending if support for a dep was enabled or not? that being said, we could just land it as is and see if any one complains. Comment Actions script_python_bundled_modules fails on windows since TEST_PYTHON_EXE is pointing to K:/BlenderGit/blender/../lib/win64_vc15/python/310/bin/python$<$<CONFIG:Debug>:_d>.exe which is a stock install of python, the extra modules are installed on demand in creators install, likely just needs to be pointed to the one in the bin folder but i need to check if that breaks anything else. @Brecht Van Lommel (brecht) just requesting changes so it doesn't land while i sort this out, no action required on your end for now Comment Actions Works fine on all platforms now. More reliable this way since TEST_PYTHON_EXE is a CMake option so it could point to another Python executable even on Linux/macOS. |