Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp commented on issue blender/blender#122599 2024-06-03 16:01:09 +02:00
Registration/Unregistration All User freezes Blender

Not a memory leak, Looks like process leak --register-allusers just spawns a new process to register, which spawn a new process to register, which spawns a new process, but never actually makes…

Ray molenkamp commented on pull request blender/blender#121897 2024-06-01 15:06:50 +02:00
Geometry Nodes: 2D Grid to Curve node

@blender-bot package

Ray molenkamp commented on pull request blender/blender#121823 2024-05-31 15:34:28 +02:00
deps: oiio, openexr, tiff updates

Usually when this happens to me, my tests are out of date or out of sync, try merging main and running make update to grab the latest test files

Ray molenkamp commented on pull request blender/blender#120794 2024-05-30 16:32:12 +02:00
make.bat enable .py formatting with make format

People keep complaining about this, so dusting off this PR, incorporated your diff with the above change to autopep8_format_no_subprocess

Ray molenkamp pushed to tmp_autopep8_windows at LazyDodo/blender 2024-05-30 16:30:33 +02:00
5d2351f1f1 incorporate autopep8_no_subprocess_v2.diff
cbb1087815 Merge remote-tracking branch 'origin/main' into pr120794
f9ea64b0ba Anim: Per bone wire width for custom shapes
53d076612a Tools: add a hash-length argument for the weekly reports generator
2bc7a7edfc Cleanup: quiet missing-declarations warning
Compare 1451 commits »
Ray molenkamp commented on pull request blender/blender#122270 2024-05-30 14:30:54 +02:00
Deps: change opencollada to arasp's fork

I need a review from campbell and anthony, there's a few more open PR's i need their attention on, i'll do a survey today and poke them about them all.

Ray molenkamp commented on pull request blender/blender#122232 2024-05-29 20:37:11 +02:00
GPU: Add GPU_shader_batch_create_from_infos

Highly windows specific and i sadly don't have any time in my schedule this week, but since there's unlikely to be a generic solution here, here's how i would tackle it for windows:

1- call…

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

not my call to make, I just ran into the same problem in the past and figured i'd help you out

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

Excellent! happy to hear you got it working!

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