Johannes Hinrichs

Results 63 comments of Johannes Hinrichs

@EgertKanep I can reproduce the issue in v2.6 as well. Could you please check your v2.6-test scene regarding scattering scale and absorption?

To elaborate a little on my reponse on Discord: I am already looking at fiscal hosting such as provided through OpenCollectiveEurope: https://www.oceurope.org/ Please let us know what specific alternatives you...

Donations are now possible via Patreon: https://luxcorerender.org/donate/ I still consider OCE as a second channel, currently placed a bit lower on my priority list. @SandSeppel Do you want to follow...

Thanks! That seems to have helped. I had a fresh installation of cygwin, but it was not on path. bash.exe was only found in system32. (neither from mingw or git...

Update: I do get a similar error in a later step when another github action is called. (pypa/cibuildwheel) > | C:/Users/johannes/.cache/act/b20426c31cd08834/act/workflow/15-composite-cibw.sh: line 3: C:\Users\johannes\\.cache\act\tool_cache\Python\3.12.9\x64\python.exe: command not found It appears the...

That's exactly the point (again): The path is valid, and python.exe is there. I have tested the Cygwin-bash, which is now the first on PATH. While it generally accepts Windows-Style...

I had no further success with other shells. Reported this upstream to actions/setup-python: https://github.com/actions/setup-python/issues/1066

I have just tested this and can confirm the fix works.

Findings from an analysis today: It doesn't appear to be a bug, though it is not clear to me either to which degree this was explicitly intended/accepted behaviour. Under the...

I was curious and played around a bit. Possibly the following line could get a reduced sleep time, e.g. 1/20 instead of 1/5: https://github.com/LuxCoreRender/BlendLuxCore/blob/master/engine/final.py#L173 Similarly I changed this block https://github.com/LuxCoreRender/BlendLuxCore/blob/master/engine/final.py#L132...