Block a user
UI: Updated Windows File Registration
Nitpicking, especially since i'm pretty sure this is my code, if we move the check for blender.exe
before SHGetPropertyStoreForWindow
we can save our selves a SHGetPropertyStoreForWindow/Release
call when things "go bad"
UI: Updated Windows File Registration
This can move inside the if (SUCCEEDED(hr)) {
branch no need to execute it if we're not gonna use it.
63383d8ad7
CMake: allow scope keywords in INC section.
716613289b
Merge remote-tracking branch 'origin/main' into tmp_modern_cmake
406cfd214a
Refactor ImBuf buffer access
07058765b9
Merge branch 'blender-v3.6-release'
6dcebc68d6
Fix "~" expanding to the default document directory instead of HOME
4368b0e296
Merge branch 'blender-v3.6-release' into main
96867a713b
CMake/Windows: Blacklist MSVC 17.6.x
Ray molenkamp
deleted branch tmp_small_change from LazyDodo/blender-manual
2023-05-17 20:16:40 +02:00
manual: small change to test workflow
manual: small change to test workflow
CMake: plumbing for modern CMake usage
That's not being picky, don't be shy with things like this, consistency IS worth having
WIP: CMake: plumbing for modern CMake usage
52e565f6f3
WIP: CMake: plumbing for modern CMake usage
53bccfe34a
CMake/Win: fftw adjust for filename changes in 3.6
6f3cf1e436
LibOverride: Fix resync process no properly tagging newly used linked data as directly linked.
061712fcc6
Add ORIENTATION_PARENT icon
39ba60e88d
Math: add unit test for
mat3_normalized_to_quat_fast