Block a user
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
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
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
25b0089200
Merge branch 'master-cluster' of projects.blender.org:leesonw/blender-cluster into master-cluster
f884fd7b24
FIX: Remove ONEAPI
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
Merge latest distributed renderering changes from GHE master-cluster into master-cluster on blender.org
William Leeson
pushed to master-cluster_sync_from_ghe_patch at leesonw/blender-cluster
2023-03-31 16:21:02 +02:00
c2408ffdc7
FIX: Don't set env variables in program
William Leeson
pushed to master-cluster_sync_from_ghe_patch at leesonw/blender-cluster
2023-03-31 15:36:23 +02:00
f196973a81
Remove extra whitespace.
William Leeson
pushed to master-cluster_sync_from_ghe_patch at leesonw/blender-cluster
2023-03-31 14:31:06 +02:00
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
William Leeson
pushed to master-cluster_sync_from_ghe_patch at leesonw/blender-cluster
2023-03-30 16:07:39 +02:00
4e9b36e124
FIX: Allow building on libcluster CUDA kernels
9e1f8be465
FIX: Select context for Optix BVH build
William Leeson
pushed to master-cluster_sync_from_ghe_patch at leesonw/blender-cluster
2023-03-30 09:19:37 +02:00
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
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
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
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…
d59a30b4a0
FIX: Lock mutex before using condition variable waiting on BVH build
b0345701a0
FIX:Use the headless flag to switch on/off progress updates