Patrick Mours pmoursnv
  • Joined on 2019-02-21
Patrick Mours pushed to fix_optix_osl_wavelength_node at pmoursnv/blender 2024-10-25 18:19:58 +02:00
799660e94b Move wavelength to color code into utility function
Patrick Mours created pull request blender/blender#129398 2024-10-25 17:47:17 +02:00
Fix #129251: Broken OptiX denoiser output
Patrick Mours created branch 2024_10/fix_optix_denoiser in pmoursnv/blender 2024-10-25 17:12:01 +02:00
Patrick Mours pushed to 2024_10/fix_optix_denoiser at pmoursnv/blender 2024-10-25 17:12:01 +02:00
990e02357f Fix OptiX denoiser artifacts when denoising without tiles
Patrick Mours created pull request blender/blender#129372 2024-10-24 13:39:13 +02:00
Fix #127205: OptiX error with OSL material using wavelength node
Patrick Mours pushed to fix_optix_osl_wavelength_node at pmoursnv/blender 2024-10-24 11:54:34 +02:00
5a26dd2146 Implement "osl_wavelength_color_vf" intrinsic
b2cff223a1 Fix: #126515: Brush radius sensitivity not consisted at different zoom levels
931469484e pyproject.toml: correct autopep8 configuration for 2.3.1
88f298f66f Fix: Error when baking custom properties of unavailable addon
30adc33730 Fix #128827: GPv3: Bucket fill doesn't work on macOS
Compare 10 commits »
Patrick Mours created branch fix_optix_osl_wavelength_node in pmoursnv/blender 2024-10-24 11:54:34 +02:00
Patrick Mours commented on pull request blender/blender#129280 2024-10-22 16:49:28 +02:00
Cycles: Enable OptiX OSL render tests

It needs a 565 driver, 560 doesn't work unfortunately.

Patrick Mours closed issue blender/blender#123270 2024-10-14 17:55:39 +02:00
Blender Crash during Optix Denoise
Patrick Mours commented on issue blender/blender#123270 2024-10-14 17:55:35 +02:00
Blender Crash during Optix Denoise

This was fixed by !124001 (the logs attached here indicate a crash because an invalid context handle was passed to optixDenoiserCreate, which happened because after some changes introduced for…

Patrick Mours commented on issue blender/blender#122779 2024-10-14 16:26:24 +02:00
Illegal address error with OptiX OSL with specific materials

This is now fixed with driver 565.90 and higher (on Windows, Linux release still a bit further out).

Patrick Mours commented on issue blender/blender#128537 2024-10-14 16:24:59 +02:00
Error when entering Cycles rendered mode - OptiX OSL

This is a duplicate of #122779.

Patrick Mours commented on issue blender/blender#108992 2024-08-21 17:36:37 +02:00
Cycles: Ambient Occlusion not working with OptiX OSL

It wasn't really possible to support previously, since OSL generates code that calls its intrinsics (like texture("@ao", ...) or trace(...)) via normal CUDA function calls, but OptiX trace may…

Patrick Mours commented on pull request blender/blender#125899 2024-08-19 12:21:56 +02:00
Cycles: Change OptiX curve vertex data generation to use more compact representation

For reference, I've always been building Blender with the most up-to-date CUDA and OptiX SDK up to current CUDA 12.6 and OptiX 8.0 locally, so can at least vet (on Windows) that things work with…

Patrick Mours deleted branch compact_optix_curve_data from pmoursnv/blender 2024-08-15 15:01:19 +02:00
Patrick Mours pushed to main at blender/blender 2024-08-15 15:01:16 +02:00
013a2ce765 Cycles: Change OptiX curve vertex data generation to use more compact representation
Patrick Mours merged pull request blender/blender#125899 2024-08-15 15:01:15 +02:00
Cycles: Change OptiX curve vertex data generation to use more compact representation
Patrick Mours pushed to compact_optix_curve_data at pmoursnv/blender 2024-08-15 14:57:53 +02:00
8eebb5e68c Merge branch 'main' into compact_optix_curve_data
d8913812ef Cleanup: Code format
4f4add5406 Fix #125426: Update paths in animation when renaming IDProperty
bd4e535009 CMake: fail with an error if wayland-scanner can't be found
b0ec4bba70 CMake: library path reference for PLATFORM_ENV_BUILD on unix & macos
Compare 324 commits »
Patrick Mours commented on pull request blender/blender#125899 2024-08-06 12:46:44 +02:00
Cycles: Change OptiX curve vertex data generation to use more compact representation

I can't say I'm familiar with where the various Linux distros stand unfortunately. But just took a peek at the packages for Ubuntu 18.04 (considering that's even out of LTS already), and that…