Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to main at blender/blender 2024-01-03 21:29:48 +01:00
0da2ebf644 make: fix clang-format detection
Ray molenkamp commented on pull request blender/blender#116745 2024-01-03 15:52:03 +01:00
Fix compilation error with WITH_COMPILER_ASAN=ON on macOS

deugging ->debugging

Ray molenkamp commented on issue blender/blender#116592 2024-01-01 11:46:50 +01:00
Design: Changes required to target SSE42

I was looking further into a /arch:sse42 switch being missing for msvc, it actually looks like without any /arch flags it does actually generate sse42 code already, it does a run-time check…

Ray molenkamp commented on issue blender/blender#115778 2024-01-01 04:13:44 +01:00
Unable to load coreclr from Pythonnet in blender 4.0

I just hacked into my build.ninja file, but can confirm linking the python libs that way fixes the issue, i'd leave the actual fix up to the linux platform maintainer.

we currently have…

Ray molenkamp commented on issue blender/blender#115778 2023-12-31 00:46:26 +01:00
Unable to load coreclr from Pythonnet in blender 4.0

this error is the important one

---> System.MissingMethodException: Failed to load symbol Py_Main: ./blender: undefined symbol: Py_Main

validating manually:

[root@SRV blender-4.0.2-l…
Ray molenkamp commented on issue blender/blender#116592 2023-12-30 19:20:09 +01:00
Design: Changes required to target SSE42

Yes, but that won't be relevant until we start the 4.2 library update, @brecht suggested doing blender itself first hence the plan focused on those changes first.

Ray molenkamp commented on issue blender/blender#115829 2023-12-28 21:08:46 +01:00
Regression: userpref.blend file are not complatible between macOS and Windows

Can you attach the problematic userpref.blend ?

Ray molenkamp opened issue blender/blender#116592 2023-12-28 01:35:42 +01:00
Design: Changes required to target SSE42
Ray molenkamp commented on issue blender/blender#113157 2023-12-27 18:57:30 +01:00
Library changes for Blender 4.1

I'll leave it up to @brecht as this doesn't affect linux+windows at this point, bumping it would require no rework there, if he has the libs done already just not uploaded, it's unlikely to be…

Ray molenkamp commented on issue blender/blender#113157 2023-12-26 20:55:30 +01:00
Library changes for Blender 4.1

OIIO was including imath's half.h when it didn't need to, which lead to build errors on lite builds, this has been fixed already upstream in [OIIO PR 4062](https://github.com/AcademySoftwareFound

Ray molenkamp pushed to main at blender/blender 2023-12-26 20:50:23 +01:00
fcbb94ed1e deps_builder: include OIIO PR #4062
Ray molenkamp commented on issue blender/blender#113157 2023-12-23 22:05:21 +01:00
Library changes for Blender 4.1

here's mine

Ray molenkamp pushed to main at blender/blender 2023-12-23 20:46:23 +01:00
6f21b09e73 CMake: Windows: Install oidn HIP kernel if available
Ray molenkamp pushed to main at blender/blender 2023-12-23 19:45:25 +01:00
c6ae08b06b deps_builder: build fixes for oidn
Ray molenkamp pushed to main at blender/blender 2023-12-22 21:36:02 +01:00
079a752a20 CMake: windows: disable vcpkg for blendthumb
Ray molenkamp commented on issue blender/blender#116306 2023-12-21 21:23:45 +01:00
Windows: Blender and Google Chrome are grouped together in taskbar

Likely but there's not a whole lot we can do about it, best you can do is find the corrupted chrome shortcut in

`%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortCu…

Ray molenkamp pushed to main at LazyDodo/GiteaBrowserHelpers 2023-12-21 17:44:11 +01:00
d263eddd3b Add screenshot
Ray molenkamp commented on issue blender/blender#116421 2023-12-21 15:41:16 +01:00
Core: OCIO path wrong even after unsetting it

we struggled for so long with this [...] We wasted so much time with the solution

At any point in the last 15 years could you have read the documentation, this has been documented since [at…

Ray molenkamp commented on issue blender/blender#116421 2023-12-21 14:44:53 +01:00
Core: OCIO path wrong even after unsetting it

the user config will always be in appdata unless you make a portable blender as outlined in the manual

Ray molenkamp commented on issue blender/blender#113157 2023-12-21 00:53:34 +01:00
Library changes for Blender 4.1

@brecht took a bit but can confirm that with the current state of tmp_libupdate_41 all tests are passing on windows, there are no more outstanding issues that i'm aware of, I think we can…