Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on issue infrastructure/blender-projects-platform#24 2023-03-07 15:06:59 +01:00
Gitea: Poor page load and download times for some countries

git.blender.org got yanked from underneeth me, and i didn't keep any numbers, but the maintainance done last weekend has improved things on the new server, the old server ~is~ was still 4x…

Ray molenkamp commented on pull request blender/blender#105513 2023-03-07 06:15:13 +01:00
Ignore build files for VS and VS Code

I gave you the greenlight for a single VS related ignore, you submitted a patch with a whole bunch of other stuff in it, which I had to ask a second reviewer time for, and you're now not sure…

Ray molenkamp commented on pull request blender/blender#105513 2023-03-07 02:49:20 +01:00
Ignore build files for VS and VS Code

VS looks fine, i'd like to get @JacquesLucke opinion on the vscode additions though

Ray molenkamp suggested changes for blender/blender#105502 2023-03-06 21:10:10 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

one more, after fixing lame manually

Ray molenkamp suggested changes for blender/blender#105502 2023-03-06 21:03:26 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

initital pass/lowhanging fruit only, haven't been able to build just yet.

Ray molenkamp commented on pull request blender/blender#105502 2023-03-06 21:03:26 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

Took me a bit to realize what this did, 'L'? what's 'L'? only when you scroll down you realize it's a flag, I'd prefer LIBDIR_FLAG and just add the - here as well so it's even clearer that it is indeed a flag.

Ray molenkamp commented on pull request blender/blender#105502 2023-03-06 21:03:26 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

you can't hardcode 2022 here, we still support 2019 and you can't link libraries build with 2022 with older compilers, compat only works in one direction there. build in 2019 -> linked with 2022 is fine.. the otherway around is not.

Ray molenkamp commented on pull request blender/blender#105502 2023-03-06 21:03:25 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

not super obvious in the online diff viewer, but this produces

Ray molenkamp commented on pull request blender/blender#105502 2023-03-06 21:03:25 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

That's problematic, i need to be able to rebuild LTS releases for 2 years without getting all kinds of unrelated updates, the old system grabbed the packages once, and for the important ones like compiler versions they were pinned versions so there's no surprise GCC 10->11 update with all kinds of new adventures in it.

Ray molenkamp commented on pull request blender/blender#105502 2023-03-06 21:03:25 +01:00
Move Windows dep build from MinGW/GCC to msys/MSVC

This gives me the Heebie-jeebies, i'd rather see this as a patch for gmp or put the script straight up in build_files\build_environment\patches\

Ray molenkamp closed issue blender/blender#105425 2023-03-06 17:39:00 +01:00
Add out directory and CMakeSettings file to gitignore
Ray molenkamp commented on issue blender/blender#105425 2023-03-06 17:38:59 +01:00
Add out directory and CMakeSettings file to gitignore

If a single additional ignore makes your life a little easier, go for it, unsure why this needed a TODO ticket which are normally reserved for module members. You could just have asked on chat.

Ray molenkamp pushed to blender-v3.5-release at blender/blender 2023-03-05 01:39:57 +01:00
1b815678aa msgfmt: fix runtime requirements
Ray molenkamp pushed to main at blender/blender 2023-03-04 22:07:27 +01:00
38407b319a CMake/Win32: Install boost dlls during install phase
Ray molenkamp commented on pull request blender/blender#105111 2023-03-02 03:14:40 +01:00
Build: Make OpenImageIO a required dependency
Ray molenkamp reopened issue blender/blender#105348 2023-03-01 18:13:23 +01:00
[Draft] New Developer Documentation Infrastructure Proposal (Replacing Wiki?)
Ray molenkamp closed issue blender/blender#105348 2023-03-01 18:07:16 +01:00
[Draft] New Developer Documentation Infrastructure Proposal (Replacing Wiki?)
Ray molenkamp commented on issue blender/blender#104895 2023-03-01 03:50:34 +01:00
Library changes for Blender 3.6

List of available updates as of today (automatically gathered, could have mistakes)

Ray molenkamp opened issue blender/blender#105314 2023-02-28 19:24:24 +01:00
Regression: ShaderNodeCustomGroup based nodes lost their UI