Ray molenkamp LazyDodo
  • Joined on 2014-10-02
Ray molenkamp pushed to blender-v4.2-release at blender/lib-source 2024-07-30 17:05:59 +02:00
17e9f49a2a Packages: Opencollada dfc341ab0b3b23
Ray molenkamp pushed to main at blender/lib-source 2024-07-30 17:02:34 +02:00
0ed7da8c9b Packages: Opencollada dfc341ab0b3b23
Ray molenkamp pushed to blender-v4.2-release at blender/blender 2024-07-30 15:48:09 +02:00
62bfd0989e windows_x64: Opencollada dfc341ab0b3b23
Ray molenkamp pushed to blender-v4.2-release at blender/lib-windows_x64 2024-07-30 15:46:43 +02:00
41c5a2d255 Windows_X64: Opencollada dfc341ab0b3b23
Ray molenkamp pushed to main at blender/blender 2024-07-29 17:15:29 +02:00
4e6237e009 windows_x64: Opencollada dfc341ab0b3b23
Ray molenkamp pushed to main at blender/lib-windows_x64 2024-07-29 17:07:51 +02:00
ab368c849a Windows x64: Opencollada dfc341ab0b3b23
Ray molenkamp pushed to tmp_vfs at LazyDodo/blender 2024-07-29 15:22:56 +02:00
43860779bf WIP: initial commit since i have to go work on something else.
f701a71b0e Fix: Compositor Rotate node is off by 0.5 pixel
ab51d879c3 Fix #124339: Compositor artifacts with 0.5 translation
6041bdd93a Fix #125340: Div by zero in LineArt shadow stage
40be124184 Fix #122253: Image saving ignores EXR color format
Compare 10 commits »
Ray molenkamp created branch tmp_vfs in LazyDodo/blender 2024-07-29 15:22:55 +02:00
Ray molenkamp commented on pull request blender/blender#125438 2024-07-26 02:51:40 +02:00
Fix broken EEVEE material shadow mode versioning
Ray molenkamp commented on issue blender/blender#125384 2024-07-24 20:13:57 +02:00
subdivision modifier: use opensubdiv is removed?

Opensubdiv is the default and only option since blender 2.80 (2019) and as such doesn't need a checkbox anymore

Ray molenkamp commented on issue blender/blender#125377 2024-07-24 19:20:30 +02:00
Cannot Import Python Modules from PYTHONPATH Environment variable in 4.2

Does it work when you pass the --python-use-system-env flag?

#115648 fixed an issue where this flag was not properly handled and by default allowed things from PYTHONPATH to load which is…

Ray molenkamp approved blender/blender#125304 2024-07-23 19:05:39 +02:00
Update OpenCollada library version

Sorry, i sat on this one a bit longer than i liked, thanks for picking up my slack

Ray molenkamp commented on pull request blender/blender#118899 2024-07-22 23:03:29 +02:00
Extern: Update json library to version 3.11.3

Not sure my opinion should be leading here, as i'm not the consumer of this library, personally I'm very conservative, if there's no new features you like or bugs that plague us fixed any update…

Ray molenkamp opened issue blender/blender#125241 2024-07-22 18:15:45 +02:00
Library changes for Blender 4.3
Ray molenkamp commented on pull request blender/blender#121050 2024-07-22 17:19:46 +02:00
Cycles: Linux Support for HIP-RT

@Sergey is correct, but just as an educational opportunity for likely both, you can't install into blender.shared like that, it's governed by an manifest that keeps track what files are in that…

Ray molenkamp commented on issue blender/blender#124731 2024-07-22 16:28:46 +02:00
Failure to connect to online repository on WIN32: customized Python configuration

I assumed it would fall back, since we do ship certifi's pem file on windows. it appears it does not, it seemingly goes looking for C:\Program Files\Common Files\SSL\cert.pem and gives up when…

Ray molenkamp commented on issue blender/blender#124731 2024-07-22 15:41:04 +02:00
Failure to connect to online repository on WIN32: customized Python configuration

Is it possible to skip loading Windows certififcates, and rely on certifi/cacert.pem (as we do for other platforms)?

I think it is, that's what !124943 did, I think the concern there is, in…

Ray molenkamp commented on issue blender/blender#118455 2024-07-22 15:20:33 +02:00
Library changes for Blender 4.2

Added a section for 4.2.1 updates with a check-list to track the progress.

Add it to the top under todo instead (moved it for you), no one wants to scroll 2 miles to see if there's work to be…

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

did you activate the toolset?

[root@localhost ~]# gcc --version
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free…