Sebastian Herholz sherholz
  • Joined on 2011-01-18
Sebastian Herholz commented on issue blender/blender#113799 2023-11-07 19:48:11 +01:00
Cycles tiling artifacts with path guiding and caustics

The observation of @Alaska is right. Path guiding does not work well together with tiled rendering. The training of the guiding structures works best when we have samples from rendering the full…

Sebastian Herholz commented on pull request blender/blender#112157 2023-09-23 13:59:26 +02:00
Fix: Cycles: wrong refractive index in path guiding

@weizhen the change look correct. About the bsdf_is_transmission function, I think the problem is that each closure can have its own shading normal, which makes it it impossible to robustly…

Sebastian Herholz deleted branch openpgl-0.5-clean-up from sherholz/blender 2023-05-23 13:23:20 +02:00
Sebastian Herholz merged pull request blender/blender#108152 2023-05-23 13:23:17 +02:00
bumping OpenPGL minimum version to 0.5 and removing version checks
Sebastian Herholz pushed to main at blender/blender 2023-05-23 13:23:17 +02:00
493856427d Cycles: bumping OpenPGL minimum version to 0.5 and removing version checks
Sebastian Herholz pushed to openpgl-0.5-clean-up at sherholz/blender 2023-05-23 12:07:54 +02:00
63063c322f Cycles: PathGuiding: removing RIS_INCOMING_RADIANCE switch
72cc68d191 Cycles: bumping OpenPGL minimum version to 0.5 and removing version checks
4997748e5e Vulkan: Select Compatible Render Surface
793446cbdc BLI: Replace some macros with inlined functions for C++
a5677d225b Refactor Render Result to allow implicit buffer sharing
Compare 39 commits »
Sebastian Herholz commented on pull request blender/blender#108152 2023-05-23 12:04:25 +02:00
bumping OpenPGL minimum version to 0.5 and removing version checks

Not really sure what's up with those addon load tests which did not succeed. Could be something intermittent as I remember seeing them few days ago as well. Don't see how this could be caused by…

Sebastian Herholz created pull request blender/blender#108152 2023-05-22 17:22:29 +02:00
WIP: bumping OpenPGL minimum version to 0.5 and removing version checks
Sebastian Herholz pushed to openpgl-0.5-clean-up at sherholz/blender 2023-05-22 17:19:26 +02:00
fab44d2d91 Cycles: bumping OpenPGL minimum version to 0.5 and removing version checks
8d17458569 Cycles: Path Guiding: Adding guiding on glossy surfaces via RIS
Compare 2 commits »
Sebastian Herholz created branch openpgl-0.5-clean-up in sherholz/blender 2023-05-22 17:19:26 +02:00
Sebastian Herholz merged pull request blender/blender#107782 2023-05-22 16:47:11 +02:00
Path Guiding: Adding guiding on glossy surfaces via RIS
Sebastian Herholz pushed to main at blender/blender 2023-05-22 16:47:10 +02:00
8d17458569 Cycles: Path Guiding: Adding guiding on glossy surfaces via RIS
Sebastian Herholz pushed to cycles_path_guiding_RIS at sherholz/blender 2023-05-22 16:45:47 +02:00
0e68cab68c Cycles: Path Guiding: Adding guiding on glossy surfaces via RIS
Sebastian Herholz pushed to cycles_path_guiding_RIS at sherholz/blender 2023-05-22 16:36:30 +02:00
6cce149144 Merge branch 'blender-v3.6-release'
23de320878 Cycles: fix multi-device rendering with oneAPI and Hardware Raytracing
7b818e7bcb Merge branch 'blender-v3.6-release'
adb36b89c7 Fix #107988: Spreadsheet not updating when playing animation
e70051ae3d Merge branch 'blender-v3.6-release'
Compare 202 commits »
Sebastian Herholz commented on pull request blender/blender#107782 2023-05-16 16:37:29 +02:00
Path Guiding: Adding guiding on glossy surfaces via RIS

I am pretty much waiting dependency builder and svns to be updated: blender/blender#104895

It's done already, all platforms have OpenPGL 0.5. …

Sebastian Herholz pushed to cycles_path_guiding_RIS at sherholz/blender 2023-05-16 14:09:19 +02:00
9709cd2348 Cycles: Path Guiding: RIS code format and added comments