Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on issue blender/blender#119126 2024-08-26 15:57:09 +02:00
Windows ARM64 Support

I haven't tested it on WOA but make.bat clang ninja will likely be enough to get you going (assuming you have used the installer from https://github.com/llvm/llvm-project/releases/ )

Ray molenkamp approved blender/blender#122191 2024-08-23 14:33:34 +02:00
Add a script to collect system information when Blender isn't opening

lgtm, but i'd like @ideasman42 to sign off on the linux shell scripts + python code

Ray molenkamp commented on pull request blender/blender#122191 2024-08-23 06:25:01 +02:00
Add a script to collect system information when Blender isn't opening

check for %%d\python\bin\python.exe rather than the bin folder, while testing i used a debug build and got a scary looking

Ray molenkamp commented on pull request blender/blender#122191 2024-08-23 06:25:00 +02:00
Add a script to collect system information when Blender isn't opening
  • both need to be quoted, as %%d may contain spaces
Ray molenkamp commented on pull request blender/blender#122191 2024-08-23 06:24:59 +02:00
Add a script to collect system information when Blender isn't opening

Curious: is there a reason for this pause? for a batch file + python script that seemingly has no output or instructions for the user to read seems a bit odd.

Ray molenkamp commented on issue blender/blender#126618 2024-08-22 03:39:57 +02:00
Voronoi Texture + Map Range = EXCEPTION_INT_DIVIDE_BY_ZERO

Also unable to reproduce, do you need to do anything with the output from the Map Range node or is just dragging it out enough to make it go kaboom?

Ray molenkamp commented on pull request blender/blender#126396 2024-08-21 22:22:21 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations

Should be good to go! libs have landed in main

Ray molenkamp pushed to main at blender/blender 2024-08-21 22:19:39 +02:00
4f084d180b windows_x64: rebuild ffmpeg with sse flags
Ray molenkamp pushed to main at blender/lib-windows_x64 2024-08-21 22:17:51 +02:00
bb7ae0e107 windows_x64: Rebuild ffmpeg with sse flags
Ray molenkamp approved blender/blender#126563 2024-08-21 14:53:46 +02:00
Windows: Enable external manifest by default on ARM64

oh, i did miss the blender tests one, good catch!

Ray molenkamp commented on issue infrastructure/blender-projects-platform#120 2024-08-20 21:14:53 +02:00
Chat: Adjust rate limiting for @blenderbot:blender.org

I'll be upfront, that may not have been 8 lines, i didn't notice it was also updating a second channel, which had a fair number of builds in it.

it's just spewing a lot of data right now,…

Ray molenkamp commented on pull request blender/blender#126518 2024-08-20 02:36:48 +02:00
Build: Hide PugiXML symbols from MaterialX on Linux

Windows I have not tested yet.

not an issue on windows, fvisibility=hidden is the default and only option on windows, so it's not leaking the exports there.

Ray molenkamp commented on pull request blender/blender#126396 2024-08-16 18:00:36 +02:00
Fix #126394: ffmpeg on win64 is built without SIMD optimizations

there's a test somewhere that just tests in the Codecs blender expects to be working are actually there. that likely be the best place.

Ray molenkamp approved blender/blender#126331 2024-08-15 15:12:15 +02:00
Build: Add patch to OIIO fixing Windows ARM64 + clang

lgtm. best if this gets upstreamed though

Ray molenkamp approved blender/blender#126181 2024-08-14 15:57:52 +02:00
Tests: support generating code coverage report

travelling so not really in a position to review until next week, quick glance seems ok though. so if were in a rush just land this. if there are problems whatever it is will likely be minor

Ray molenkamp commented on pull request blender/blender#126181 2024-08-14 15:57:51 +02:00
Tests: support generating code coverage report

not needed, youre updating the debug flags they wont be used for anything else

Ray molenkamp commented on pull request blender/blender#126220 2024-08-13 07:08:58 +02:00
Fix #126136: Show GUI message box for unsupported GPUs on X11

Campbell is the Best bet there

Ray molenkamp approved blender/blender#126236 2024-08-12 20:38:37 +02:00
Windows: Fix OpenVDB errors when compiling with clang-cl

Travelling this week, so didn't actually test, but lgtm, and if you say it works, I'm gonna trust you there