Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on issue blender/blender#122445 2024-05-29 18:44:12 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

A string is a string, what's in there doesn't really matter, what's happening here is the UI is trying to draw some text from memory that has been freed, and it's pretty much a roll of the dice if…

Ray molenkamp commented on issue blender/blender#122445 2024-05-29 18:24:33 +02:00
EnumProperty is getting garbled characters name in non_latin languages [Weird bug in all version]

kinda looks like what is being warned about in the manual

There is a known bug with using a callback, Python must keep a reference to the strings returned by the callback or Blender will…

Ray molenkamp commented on issue blender/blender#122422 2024-05-29 18:15:49 +02:00
LoadLibrary failed with error 77: The parameter is incorrect

Oof, that's a 14 year old (Terrascale 2 based) GPU, running a 10 year old driver. The [blender…

Ray molenkamp commented on issue blender/blender#122422 2024-05-29 16:43:26 +02:00
LoadLibrary failed with error 77: The parameter is incorrect

Can you run dxdiag /dontskip /whql:off /64bit /t c:\some\place\you\can\write\dxdiag.txt and attach the resulting dxdiag.txt?

The command will return immediately, but it may take a bit for the…

Ray molenkamp commented on pull request blender/blender#122242 2024-05-29 16:07:55 +02:00
Build: Upgrade DPC++ (5.2) and Embree (4.3.2)

rats, I really hoped i wouldn't need to, i can bump to 16.11.26 without disrupting the CI infra, fingers crossed it's close enough.

Ray molenkamp commented on pull request blender/blender#122242 2024-05-29 15:41:13 +02:00
Build: Upgrade DPC++ (5.2) and Embree (4.3.2)

We're still building with vs2019 (v16.9.16) and it's having some template errors when building dpcpp

Ray molenkamp commented on pull request blender/blender#121050 2024-05-28 19:12:21 +02:00
Cycles: Linux Support for HIP-RT

yeah we can ignore the .lib if it's not being used, it was being harvested due to ${SHAREDLIBEXT} being .lib on windows, since for linkage we need to link the import library, and not the…

Ray molenkamp pushed to tmp_oiio_update at LazyDodo/blender 2024-05-28 15:59:55 +02:00
a14ef1a73f fix: deflate linking shared in openexr
e8f92ed764 Merge remote-tracking branch 'origin/main' into tmp_oiio_update
ceeaea0c8a Fix: Switch to scheduled trigger for appropriate permission scope in workflow
b15bc1b5bb Extensions: add the blender version to the remote URL
171319d9ef Extensions: send access token for HTTP requests
Compare 459 commits »
Ray molenkamp commented on pull request blender/blender#122270 2024-05-27 18:51:31 +02:00
Deps: change opencollada to arasp's fork

Think this patch is not yet fully covering all needed changes for all platforms (see note below)?

You are correct, I covered windows, and did the generic house keeping, the respective…

Ray molenkamp commented on pull request blender/blender#122270 2024-05-27 02:15:10 +02:00
Deps: change opencollada to arasp's fork

Seems to have a happy time now, at-least with the few files i tried, looks like this be ready for review then

Ray molenkamp pushed to tmp_collada_update at LazyDodo/blender 2024-05-27 02:14:06 +02:00
92dca415ca - update to newer commit
Ray molenkamp created pull request blender/blender#122270 2024-05-26 00:47:25 +02:00
WIP: Deps: change opencollada to arasp's fork
Ray molenkamp pushed to tmp_collada_update at LazyDodo/blender 2024-05-26 00:46:03 +02:00
fce24cbab9 WIP: Deps: change opencollada to arasp's fork
d3dbd7bdd0 Cleanup: Slightly simplify crazyspace quats loop
10befe6de7 Fix: Nodes: Assert on node copy
200cf730d8 Fix #122241: Apply selected as rest pose not working
b2d1979882 USD Export: option to triangulate meshes
Compare 10 commits »
Ray molenkamp created branch tmp_collada_update in LazyDodo/blender 2024-05-26 00:46:03 +02:00
Ray molenkamp commented on issue blender/blender#122253 2024-05-25 17:14:14 +02:00
Unreadable OpenEXR output file

OpenImageIo seems fine with the file, i can confirm Gimp doesn't like the files much, but technically they are fine.

f:\idiff>iinfo.exe 0001_Z_401.exr --stats
0001_Z_401.exr : 1920 x…
Ray molenkamp commented on issue blender/blender#122187 2024-05-25 05:45:05 +02:00
Blender 4.2 Alpha HIP GPU not detected

best guess, the hip compiler requires perl to be available, and it's missing

Ray molenkamp commented on pull request blender/blender#121050 2024-05-24 22:58:14 +02:00
Cycles: Linux Support for HIP-RT

Fixed most issues, and it's in a build-able state now, but some trivial things still remain i'll have to address

  • The trick of renaming the library to get rid of the version number in it,…
Ray molenkamp pushed to HIPRT_OPEN_SOURCE at salipour/AMD_HIPRT 2024-05-24 22:50:55 +02:00
2ee2604f1f - Fix Python not being found for the preprocessing steps
Ray molenkamp commented on pull request blender/blender#121050 2024-05-24 20:41:26 +02:00
Cycles: Linux Support for HIP-RT

i'd hold off on upstreaming these patches, there will be some work required for windows.

first off, the low hanging fruit

diff --git a/build_files/build_environment/cmake/hiprt.cmake…