Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on pull request blender/blender#124093 2024-09-18 22:32:28 +02:00
WIP: Geometry Nodes for Rigid Body Simulation

For windows, it's complicated, but for now just add /MD to the flags as setting CMAKE_MSVC_RUNTIME_LIBRARY doesn't work unless you opt it to the new cmake behaviour that respects it

Ray molenkamp commented on pull request blender/blender#127798 2024-09-18 17:39:33 +02:00
Build: Add option to remove stale files from checkout

close but no dice, seems like onexc is new in 3.12

TypeError: rmtree() got an unexpected keyword argument 'onexc'

replacing it with

diff --git a/build_files/utils/make_utils.py…
Ray molenkamp commented on pull request blender/blender#127798 2024-09-18 17:06:29 +02:00
Build: Add option to remove stale files from checkout

had some issues on an basic ntfs volume

Removing 'scripts\addons'
Traceback (most recent call last):
  File "k:\BlenderGit\blender\build_files\utils\make_update.py", line 626, in…
Ray molenkamp commented on pull request blender/blender#127798 2024-09-18 16:28:55 +02:00
Build: Add option to remove stale files from checkout

If we just pass an extra argument to make_update.py it'll fail for patches, as they would not recognize the argument =\

Just older patches, no? if we get them to merge main it should be ok?

Ray molenkamp commented on pull request infrastructure/blender-open-data#101874 2024-09-18 13:42:40 +02:00
Fix #101873: wmic not found on insider builds of Windows 11

Rather than testing if wmic exists, checking on windows version directly sounds cleaner/easier to maintain.

Rather than knowing for sure the thing you're about to execute exists feels…

Ray molenkamp commented on pull request blender/blender#121050 2024-09-17 21:52:51 +02:00
Cycles: Linux Support for HIP-RT

best guess, rebased rather than merged?

Ray molenkamp commented on pull request blender/blender#121050 2024-09-17 19:59:02 +02:00
Cycles: Linux Support for HIP-RT

a version change, HOURS after i put the "final" libs online? What is going on here? this PR has been reviewed and accepted, why are you still tinkering with things?

Ray molenkamp pushed to main at blender/blender 2024-09-17 17:49:14 +02:00
6a7b54db20 Revert "Libs: Win64: hiprt 83e18cc9c3"
Ray molenkamp commented on pull request infrastructure/blender-open-data#101874 2024-09-17 17:05:50 +02:00
Fix #101873: wmic not found on insider builds of Windows 11

not a frequent powershell user, but according to wikipedia windows 10 and 11 come with powershell 5.1 out of the box (which uses…

Ray molenkamp commented on pull request blender/blender#121050 2024-09-17 16:17:27 +02:00
Cycles: Linux Support for HIP-RT

landed the win64 libs in 4fcad1858a

Ray molenkamp pushed to main at blender/blender 2024-09-17 16:16:30 +02:00
4fcad1858a Libs: Win64: hiprt 83e18cc9c3
Ray molenkamp pushed to main at blender/lib-windows_x64 2024-09-17 16:14:56 +02:00
efa049df4c Win64: hiprt 83e18cc9c3
Ray molenkamp commented on pull request blender/blender#127719 2024-09-17 15:20:38 +02:00
Build: Add HIP-RT libraries to dependencies builder

the review by all platform devs could likely have been skipped, as long as one of us does a quick check there were no copy paste errors it should be fine.

Ray molenkamp approved blender/blender#127564 2024-09-13 18:08:04 +02:00
ShaderC: Remove global locale lock

builds fine, accepted pending that rename, but don't see a need for another review round because of that.

Ray molenkamp commented on pull request blender/blender#127564 2024-09-13 18:08:03 +02:00
ShaderC: Remove global locale lock

can you name the patch shaderc_spirv_tools_5805.diff so when we bump versions in the future we have an easy way to tell "what is this patch, do we still need it?"