Block a user
WIP: CMake: Change build flags to use SSE42 if available
c523e0f6fe
WIP: CMake: Change build flags to use SSE42 if available
b13c7941ce
EEVEE-Next: Support sphere probe falloff
d7143459a5
Fix: Build error in boolean and bool conversion with some compilers
0326b29899
Creator: Add CPU check on startup
c473a165b8
Merge branch 'blender-v4.1-release'
Creator: Add CPU check on startup
6cf4f34967
Merge remote-tracking branch 'origin/main' into tmp_cpu_check
a93092cadf
fix comment
9e852d9471
UI: Mac Incorrect Hand Cursor for Move
1ee414feb0
Cleanup: avoid compiler warning when USE_BRUTE_FORCE_ASSERT is undefined
e3e1be21e5
Merge branch 'blender-v4.1-release' into main
e6504571ed
Merge remote-tracking branch 'origin/main' into tmp_cpu_check
5f3cc02ae2
update with feedback
d287f17803
Tests: Tweak benchmarks for automation
234e15f7b6
UI: Allow Context Online Manual Access for User Preferences
5594490aea
Fix: race condition in atomic disjoint set
Creator: Add CPU check on startup
added @Farsthary as a reviewer, just to validate my assumptions about sse42 support on mac.
a15fd2e8d3
fix linux install
32abce348e
exclude mac for the check, as there are no intel macs that ship with cpu's that don't support sse42 anyhow.
497d0ae962
Merge remote-tracking branch 'origin/main' into tmp_cpu_check
b9c8532df1
fix build error with bpy
18d62c36ad
UI: Tweak extensions repository panel
c9d506ba18
Extensions: Rename experimental feature name, description and task
a0d453ccad
Merge branch 'blender-v4.1-release'
Build: Remove LLVM linking no longer needed by OSL
I didn't check, but i assume the dead code eliminator in the linker would make short work of it, there was a significant drop in the final blender binary from 160M to about 80M (give or take on…
Build: Remove LLVM linking no longer needed by OSL
This was left in place deliberately, there was some interest from the geonodes team (cough @JacquesLucke cough) to maybe start using llvm but they were waiting on a newer version that had some…