William Leeson leesonw
  • Joined on 2021-06-09
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-04-05 14:46:02 +02:00
5e05dcdff6 FIX: Setup correct rendering params for viewport rendering
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-04-04 16:25:05 +02:00
446aff0bd5 FIX: Enable OneAPI build and fix compile issues
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-04-04 14:41:16 +02:00
b9840e7640 Merge branch 'upstream_main' into geometry_update
cf9f3919a8 I18n: fix add-on extraction when UI code appears in __init__.py
648417bfff GHOST/Wayland: improve internal fractional scaling behavior
95ffc4ba3a GHOST/Wayland: remove fractional-scale ifdef's
d2ad00d0f5 Cleanup: remove unused RenderData::stereomode
Compare 103 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-04-04 13:51:04 +02:00
2ac20682fe Merge branch 'upstream_main' into master-cluster
cf9f3919a8 I18n: fix add-on extraction when UI code appears in __init__.py
648417bfff GHOST/Wayland: improve internal fractional scaling behavior
95ffc4ba3a GHOST/Wayland: remove fractional-scale ifdef's
d2ad00d0f5 Cleanup: remove unused RenderData::stereomode
Compare 103 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-04-04 10:31:26 +02:00
4d1d079f9c FIX: Fix denoise for multi-device render
04ef759222 Remove extra whitespaces before text.
36042f81dc Merge branch 'geometry_update' into master-cluster-gumerge
04475876d3 Merge branch 'upstream_main' into geometry_update
b75f6ad788 FIX: Make sure top level BVH is built after all other BVHs
Compare 44 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-31 21:59:26 +02:00
0e471d576c FIX: Fix spell of WITH_OPTIX (it was WITH_OPTX)
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-31 19:44:52 +02:00
877daf84fc Remove unused setting.
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-31 19:38:32 +02:00
25b0089200 Merge branch 'master-cluster' of projects.blender.org:leesonw/blender-cluster into master-cluster
f884fd7b24 FIX: Remove ONEAPI
Compare 2 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-31 17:26:02 +02:00
3d43d6d3e1 Merge pull request 'Merge latest distributed renderering changes from GHE master-cluster into master-cluster on blender.org' (#1) from master-cluster_sync_from_ghe_patch into master-cluster
c2408ffdc7 FIX: Don't set env variables in program
f196973a81 Remove extra whitespace.
bfdcff90b7 Merge branch 'master-cluster_sync_from_ghe_patch' of projects.blender.org:leesonw/blender-cluster into master-cluster_sync_from_ghe_patch
814bdee6c7 FIX: Can use METAL device for rendering with cluster
Compare 14 commits »
William Leeson merged pull request leesonw/blender-cluster#1 2023-03-31 17:26:02 +02:00
Merge latest distributed renderering changes from GHE master-cluster into master-cluster on blender.org
c2408ffdc7 FIX: Don't set env variables in program
f196973a81 Remove extra whitespace.
bfdcff90b7 Merge branch 'master-cluster_sync_from_ghe_patch' of projects.blender.org:leesonw/blender-cluster into master-cluster_sync_from_ghe_patch
814bdee6c7 FIX: Can use METAL device for rendering with cluster
45abdc0df4 Remove warning for defined as struct when previous def was for class
b32b73f05b FIX: Use the correct executable for the flatc compiler
44f43e229e FIX: Only Unix need bf_intern_libc_compat
Compare 6 commits »
4e9b36e124 FIX: Allow building on libcluster CUDA kernels
9e1f8be465 FIX: Select context for Optix BVH build
Compare 2 commits »
1166f62f41 Merge branch 'master-cluster' into master-cluster_sync_from_ghe_patch
034e662e5b FIX: Correct CMake configuration for CUDA
b00cd8a9ad Merge branch 'upstream_main' into master-cluster
bb2c89b20d Fix #106251: "Shift to extend" doesn't work in 3D View Collections panel
c0a252b833 Fix #105895: UI scaled down with 125% fractional scaling on Wayland
Compare 402 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-29 18:20:41 +02:00
04475876d3 Merge branch 'upstream_main' into geometry_update
bb2c89b20d Fix #106251: "Shift to extend" doesn't work in 3D View Collections panel
c0a252b833 Fix #105895: UI scaled down with 125% fractional scaling on Wayland
68d146d57d Fix error in WM_capabilities_flag (all capabilities were set)
86b1e5e3b6 Cleanup: simplify uv packing api
Compare 29 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-29 17:54:41 +02:00
b00cd8a9ad Merge branch 'upstream_main' into master-cluster
bb2c89b20d Fix #106251: "Shift to extend" doesn't work in 3D View Collections panel
c0a252b833 Fix #105895: UI scaled down with 125% fractional scaling on Wayland
68d146d57d Fix error in WM_capabilities_flag (all capabilities were set)
86b1e5e3b6 Cleanup: simplify uv packing api
Compare 29 commits »
William Leeson commented on issue blender/blender#101071 2023-03-29 12:59:12 +02:00
Denoising passes are darkened when denoising is enabled for multi-device rendering

Using make test and setting CYCLES_TESTS to OPTIX+CPU or CUDA+CPU in the main CMakeLists.txt or alternatively running the tests with ctest -R cycles cuda+cpu the denoise passes test…

William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-29 10:10:54 +02:00
b75f6ad788 FIX: Make sure top level BVH is built after all other BVHs
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-28 14:56:11 +02:00
d59a30b4a0 FIX: Lock mutex before using condition variable waiting on BVH build
b0345701a0 FIX:Use the headless flag to switch on/off progress updates
Compare 2 commits »