Opensubdiv is the default and only option since blender 2.80 (2019) and as such doesn't need a checkbox anymore
Does it work when you pass the --python-use-system-env
flag?
#115648 fixed an issue where this flag was not properly handled and by default allowed things from PYTHONPATH
to load which is…
Sorry, i sat on this one a bit longer than i liked, thanks for picking up my slack
Not sure my opinion should be leading here, as i'm not the consumer of this library, personally I'm very conservative, if there's no new features you like or bugs that plague us fixed any update…
@Sergey is correct, but just as an educational opportunity for likely both, you can't install into blender.shared
like that, it's governed by an manifest that keeps track what files are in that…
I assumed it would fall back, since we do ship certifi's pem file on windows. it appears it does not, it seemingly goes looking for C:\Program Files\Common Files\SSL\cert.pem
and gives up when…
Is it possible to skip loading Windows certififcates, and rely on certifi/cacert.pem (as we do for other platforms)?
I think it is, that's what !124943 did, I think the concern there is, in…
Added a section for 4.2.1 updates with a check-list to track the progress.
Add it to the top under todo instead (moved it for you), no one wants to scroll 2 miles to see if there's work to be…
did you activate the toolset?
[root@localhost ~]# gcc --version
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free…