Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on pull request blender/blender#115911 2023-12-08 01:03:12 +01:00
Revert "CMake/MSVC: Remove stale OIIO sse flag"

landed an alternate fix in df94b2ef1bdf10ef7d7c2d63fa1d9742bc92e9d8

Ray molenkamp deleted branch tmp_matrix_test_fix from LazyDodo/blender 2023-12-08 00:23:19 +01:00
Ray molenkamp pushed to main at blender/blender 2023-12-08 00:23:18 +01:00
df94b2ef1b Fix: Build error with MSVC
Ray molenkamp merged pull request blender/blender#115916 2023-12-08 00:23:17 +01:00
Fix: Build error with MSVC
Ray molenkamp commented on pull request blender/blender#115916 2023-12-07 23:06:44 +01:00
Fix: Build error with MSVC
Ray molenkamp commented on pull request blender/blender#115916 2023-12-07 22:31:51 +01:00
Fix: Build error with MSVC

@blender-bot build windows

Ray molenkamp created pull request blender/blender#115916 2023-12-07 22:31:37 +01:00
Fix: Build error with MSVC
Ray molenkamp created branch tmp_matrix_test_fix in LazyDodo/blender 2023-12-07 22:31:10 +01:00
Ray molenkamp pushed to tmp_matrix_test_fix at LazyDodo/blender 2023-12-07 22:31:10 +01:00
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
Compare 3 commits »
Ray molenkamp commented on pull request blender/blender#115872 2023-12-07 21:16:03 +01:00
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…

Ray molenkamp commented on pull request blender/blender#115911 2023-12-07 21:04:24 +01:00
Revert "CMake/MSVC: Remove stale OIIO sse flag"

@blender-bot build windows

Ray molenkamp created pull request blender/blender#115911 2023-12-07 21:03:55 +01:00
Revert "CMake/MSVC: Remove stale OIIO sse flag"
Ray molenkamp pushed to tmp_oiio_flag_revert at LazyDodo/blender 2023-12-07 21:03:11 +01:00
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
Compare 10 commits »
Ray molenkamp created branch tmp_oiio_flag_revert in LazyDodo/blender 2023-12-07 21:03:10 +01:00
Ray molenkamp approved blender/blender#115872 2023-12-07 20:01:15 +01:00
Fix #40009: Win32 Use Message Time for Events not Current Time

lgtm, accepted contingent on fixing that one comment

Ray molenkamp commented on pull request blender/blender#115872 2023-12-07 20:00:34 +01:00
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.

Ray molenkamp pushed to main at blender/blender 2023-12-07 17:03:06 +01:00
7e916474db CMake/MSVC: Remove stale OIIO sse flag
Ray molenkamp suggested changes for blender/blender#112256 2023-12-07 16:38:56 +01:00
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.

Ray molenkamp commented on pull request blender/blender#112256 2023-12-07 16:38:55 +01:00
Mikktspace tangent calculator optimizations

left over debug print

Ray molenkamp commented on pull request blender/blender#112256 2023-12-07 16:38:54 +01:00
Mikktspace tangent calculator optimizations

-march=native is a no-go as it would break blender on lower end systems.