Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to tmp_missing_deps at LazyDodo/blender 2024-06-17 16:54:34 +02:00
e9fae26679 add linux python flags
784897dc86 Merge remote-tracking branch 'origin/main' into tmp_missing_deps
966fdae88b Cleanup: Sculpt: Reduce brush code duplication for applying translations
2aa388a5f2 UI: Correct alignment for active tool properties
dd3a1ec095 Fix (unreported) invalid behaviors when copying an ID in a library.
Compare 56 commits »
Ray molenkamp pushed to tmp_missing_deps at LazyDodo/blender 2024-06-17 06:33:13 +02:00
d676ae712d fix windows and linux build issues.
Ray molenkamp pushed to tmp_missing_deps at LazyDodo/blender 2024-06-14 21:40:48 +02:00
511c1a3712 fix some linux leakage into other platforms
Ray molenkamp pushed to tmp_missing_deps at LazyDodo/blender 2024-06-14 21:10:24 +02:00
a2271c6e16 fix binreloc error
Ray molenkamp created pull request blender/blender#123251 2024-06-14 20:50:41 +02:00
WIP: Cleanup: Add back in some missing dependencies
Ray molenkamp pushed to tmp_missing_deps at LazyDodo/blender 2024-06-14 20:49:31 +02:00
c801818777 WIP: Cleanup: Add back in some missing dependencies
dd0c5695b7 Merge branch 'blender-v4.2-release'
1beca12b2a Fix #121750: drawing from python can disable smoothing for node zone borders
281edcc5cc Merge branch 'blender-v4.2-release'
3b4422a94b Fix: EEVEE-Next: Improve lookdev float precision
Compare 10 commits »
Ray molenkamp created branch tmp_missing_deps in LazyDodo/blender 2024-06-14 20:49:31 +02:00
Ray molenkamp pushed to main at blender/blender 2024-06-12 21:58:06 +02:00
0632f7af07 Merge remote-tracking branch 'origin/blender-v4.2-release'
0ab1291716 Windows: 4.2 library updates
Compare 2 commits »
Ray molenkamp pushed to main at blender/lib-windows_x64 2024-06-12 21:57:04 +02:00
7707ad99af Windows: 4.2 library updates
Ray molenkamp pushed to blender-v4.2-release at blender/blender 2024-06-12 21:55:33 +02:00
0ab1291716 Windows: 4.2 library updates
Ray molenkamp pushed to blender-v4.2-release at blender/lib-windows_x64 2024-06-12 21:54:23 +02:00
7707ad99af Windows: 4.2 library updates
Ray molenkamp commented on pull request blender/blender#112488 2024-06-12 15:57:57 +02:00
deps_builder: facilitate cve-bin-tool in a CI environment

yeah this one kinda got lost, this was indeed preparation to run it in a CI pipeline, i'd hold off any work on your end until this lands, otherwise it will leak your NVD key into the logs.

Ray molenkamp approved blender/blender#123123 2024-06-12 15:08:37 +02:00
Fix compilation error of the Lite configuration

There isn't much to review, we have upset the linker gods, if hopping on our left leg while humming the the Beatles classic While My Guitar Gently Weeps fixes it, so be it, I certainly am not gonna question it.

Ray molenkamp commented on pull request blender/blender#121718 2024-06-12 01:03:15 +02:00
UI: Render SVG Files for UI Icons

When measuring startup time, you generally need to check both cold and warm starts. Did you try both?

For the overhead of reading many small files, the impact can be much bigger with a…

Ray molenkamp commented on pull request blender/blender#121050 2024-06-11 20:56:25 +02:00
Cycles: Linux Support for HIP-RT

ideally there wouldn't be any writing in the source dir, so making a cache folder there is a bit suspicious