Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to tmp_audaspace_fix at LazyDodo/blender 2024-11-21 01:08:03 +01:00
050d63e1ab Merge branch 'main' into tmp_audaspace_fix
7c81ec922c UI: Calm Warning in #130617 About Variable Mismatch
2523958e0e USD: Add support for animated point instancers
8bcb714b9e UI: Face Orientation Front Color Transparent
94fda917de Cleanup: Avoid comparing bool to int value
Compare 36 commits »
Ray molenkamp pushed to main at blender/blender 2024-11-20 03:42:23 +01:00
2dd0946e97 CMake: Windows: Revert flag change that snuck into previous commit
Ray molenkamp created pull request blender/blender#130566 2024-11-20 03:26:41 +01:00
CMake: Fix Deprecation Warning in audaspace
Ray molenkamp created branch tmp_audaspace_fix in LazyDodo/blender 2024-11-20 03:26:16 +01:00
Ray molenkamp pushed to tmp_audaspace_fix at LazyDodo/blender 2024-11-20 03:26:16 +01:00
0d13386525 CMake: Fix Deprecation Warning in audaspace
Ray molenkamp created pull request blender/blender#130565 2024-11-20 03:16:24 +01:00
CMake: Fix Policy CMP0175 warning
Ray molenkamp pushed to tmp_custom_command_fix at LazyDodo/blender 2024-11-20 03:14:59 +01:00
7bc455e6ca CMake: Fix Policy CMP0175 warning
536937b4d4 CMake: Windows: Fix CMP0177 policy warnings
c57ebc99eb Cleanup: Use StringRef instead of std::string in a few cases
428ab699dc USD: Add option to merge transform and shape on export
acf82cb711 Overlay-Next: Add Texture Space support
Compare 10 commits »
Ray molenkamp created branch tmp_custom_command_fix in LazyDodo/blender 2024-11-20 03:14:57 +01:00
Ray molenkamp pushed to main at blender/blender 2024-11-20 02:54:13 +01:00
536937b4d4 CMake: Windows: Fix CMP0177 policy warnings
Ray molenkamp commented on issue blender/blender#130561 2024-11-20 01:52:42 +01:00
Extensions python wheels incompatible with 3.11 error in Blender 4.3 and 4.2.4 LTS (Extensions disabled)

@Alaska I didn't bisect, but cfc10b0232565642afbfdc5a867f027640ce8274 likely be my first stop there

Ray molenkamp commented on issue blender/blender#129626 2024-11-19 19:35:18 +01:00
Online Assets: index file format

The spec first is a thing i agree on with @dr.sybren having a well defined public data format (in whatever shape it may take) is objectively a good thing, if 3rd parties want to process any of our…

Ray molenkamp commented on pull request blender/blender#130038 2024-11-19 16:25:28 +01:00
Deps: Add Protobuf to the precompiled libraries

I'd like to see #129626 reach a conclusion before allocating the rather scarce platform module resources to something that may not make it. You have enough of it working to develop locally and…

Ray molenkamp commented on issue blender/blender#130223 2024-11-16 18:16:54 +01:00
Blender Python doesn't support long paths on Windows (FileNotFoundError / DLL load failed while importing: The filename or extension is too long.)

I'm travelling for the next few days,and won't have any time to take a closer look, if you want to play with this (if not equally ok), you can try editing `release/windows/manifest/blender.exe.mani…

Ray molenkamp commented on pull request blender/blender#130342 2024-11-15 19:21:22 +01:00
Deps: fixed msys2 path, support vs2022 x64, git ignores

will do an actual review later, however, i'm a little surprised about you being able to get a build all the way into the source folder, i build into c:\db (dependency builder) because of long path…

Ray molenkamp approved blender/blender#130236 2024-11-14 17:58:30 +01:00
Libs: Fix static libs not getting linked properly on linux

I've validated xml2+llvm is broken in main as well, so this PR doesn't break it any further, for 4.4+ we could look into what xml2 is actually used for and if we need it or not.

Ray molenkamp commented on pull request blender/blender#130038 2024-11-14 17:05:24 +01:00
Deps: Add Protobuf to the precompiled libraries

protoc/libprotoc we do need, it's the source code generator.

why would we need that on the end users system? in git lfs for devs yeah sure, makes sense, the usecase for end users is less…

Ray molenkamp commented on pull request blender/blender#130236 2024-11-13 20:11:44 +01:00
Libs: Fix static libs not getting linked properly on linux

Given this time critical with the release pending and a full build + validation of the resulting libs will take me several days, I kicked of a partial rebuild and basing my feedback off that, in…

Ray molenkamp commented on pull request blender/blender#130038 2024-11-12 19:05:28 +01:00
Deps: Add Protobuf to the precompiled libraries

Small snag, doesn't look like protobuf is ready for a mixed scenario where abseil is static, but protobuf is shared, it's either all static or all shared (atleast on windows). did a small patch to…

Ray molenkamp commented on pull request blender/blender#130137 2024-11-11 17:45:19 +01:00
Bug Reporting: Increased log details for Windows bug-reporting scripts

Beyond a technical review of "you edited the batch file without adding errors" I don't have a whole lot to add here, I think blender_debug_gpu.cmd (+variations) was added by the eevee/viewport…