Block a user
Revert "CMake/MSVC: Remove stale OIIO sse flag"
landed an alternate fix in df94b2ef1bdf10ef7d7c2d63fa1d9742bc92e9d8
Fix: Build error with MSVC
Fix: Build error with MSVC
c7eecc273e
Fix: Build error with MSVC
ee57ad334e
Docs: Add button to report python API documentation issue
71f6228876
EEVEE-Next: HiZBuffer: Add support for 2nd layer
Fix #40009: Win32 Use Message Time for Events not Current Time
Yeah it's probably good to document it should only ever be used for events generated from GHOST_SystemWin32::s_wndProc
we could protect it likely with some kind of assert inside `getMessageTim…
Revert "CMake/MSVC: Remove stale OIIO sse flag"
ae5285844c
Revert "CMake/MSVC: Remove stale OIIO sse flag"
a355488993
Cleanup: make format
f4bc01b6b7
Refactor: Refactor nla_strip_get_color_inside method
3c476979b1
Cleanup: Resolve mix of bool and char warning
89f7dc9cbe
Fix #115779: Compositor Split node factor 0 still shows the other image
Fix #40009: Win32 Use Message Time for Events not Current Time
lgtm, accepted contingent on fixing that one comment
Fix #40009: Win32 Use Message Time for Events not Current Time
This is false, it returns the number of milliseconds since the start of the blender process.
Mikktspace tangent calculator optimizations
This will need specialized kernels for the various architectures that are selected at run-time, we just can't raise the blender requirements to avx2 at this point.
Mikktspace tangent calculator optimizations
-march=native
is a no-go as it would break blender on lower end systems.