Block a user
3b6a3cccf8
Merge branch 'upstream_main' into master-cluster
2a8c20853c
Fix LibOverride broken resync behavior in some cases after recent changes.
b196109dac
Cycles: enable HIP-RT for AMD hardware ray-tracing
a85ad2d0eb
Cleanup: remove f-string use, single quote enums
98dd91f418
WM: make all blend file paths absolute & normalized on read/write
4e0a06e08e
Merge branch 'upstream_main' into upload_changed
2a8c20853c
Fix LibOverride broken resync behavior in some cases after recent changes.
b196109dac
Cycles: enable HIP-RT for AMD hardware ray-tracing
a85ad2d0eb
Cleanup: remove f-string use, single quote enums
98dd91f418
WM: make all blend file paths absolute & normalized on read/write
621de2cb63
Merge branch 'upstream_main' into geometry_update
2a8c20853c
Fix LibOverride broken resync behavior in some cases after recent changes.
b196109dac
Cycles: enable HIP-RT for AMD hardware ray-tracing
a85ad2d0eb
Cleanup: remove f-string use, single quote enums
98dd91f418
WM: make all blend file paths absolute & normalized on read/write
84fa6cfc51
Merge branch 'upstream_main' into work_sets
c5da8e6429
Request transfers for all slices then sync only once
4e4d5f3ea0
Only realloc the buffer if it is bigger
cddbd2dfb3
CMake: use a custom message when Python is not found
b2ebb01255
Fix crash when adding a modal operator from Python with no active window
4557b85b38
Merge branch 'upstream_main' into upload_changed
cddbd2dfb3
CMake: use a custom message when Python is not found
b2ebb01255
Fix crash when adding a modal operator from Python with no active window
edc12436c6
UV: During packing, add progress bar and ability to cancel
85ddc1b0de
Cleanup: Use OffsetIndices class in extrude node and merge by distance node
ef96757f9e
Merge branch 'upstream_main' into geometry_update
cddbd2dfb3
CMake: use a custom message when Python is not found
b2ebb01255
Fix crash when adding a modal operator from Python with no active window
edc12436c6
UV: During packing, add progress bar and ability to cancel
85ddc1b0de
Cleanup: Use OffsetIndices class in extrude node and merge by distance node
9a05337cb4
Merge branch 'upstream_main' into master-cluster
cddbd2dfb3
CMake: use a custom message when Python is not found
b2ebb01255
Fix crash when adding a modal operator from Python with no active window
edc12436c6
UV: During packing, add progress bar and ability to cancel
85ddc1b0de
Cleanup: Use OffsetIndices class in extrude node and merge by distance node
WIP:Work sets for better work distrubtion with a Multi-GPU setup
b26ba314bc
Merge branch 'upstream_main' into upload_changed
fc7b5f993b
Cleanup: Follow naming conventions for Plane Track node
ed5dee857e
Fix blender failing to link WITH_USD when building for the first time
0d171bc5be
Cleanup: quiet enumerated type warning
ee09d75e80
Cleanup: naming of looptri indexing variables
c172fc3a71
Merge branch 'upstream_main' into geometry_update
fc7b5f993b
Cleanup: Follow naming conventions for Plane Track node
ed5dee857e
Fix blender failing to link WITH_USD when building for the first time
0d171bc5be
Cleanup: quiet enumerated type warning
ee09d75e80
Cleanup: naming of looptri indexing variables
748cbeae23
Merge branch 'upstream_main' into master-cluster
fc7b5f993b
Cleanup: Follow naming conventions for Plane Track node
ed5dee857e
Fix blender failing to link WITH_USD when building for the first time
0d171bc5be
Cleanup: quiet enumerated type warning
ee09d75e80
Cleanup: naming of looptri indexing variables
9622bcbac1
Merge branch 'upstream_main' into upload_changed
309775a28b
I18N: updated UI messages translations from SVN trunk (r6511).
1f3fda16e6
Vulkan: Extract Correct UniformBuf Name From Interface
f6b492c43d
Build: use versioned TBB library to avoid conflicts with Linux system libs
3c2dc42712
Fix (studio-reported) crash in liboverride resync code after recent changes.
Alternative Upload geometry data in parallel to multiple GPUs using the "Multi-Device"
Alternative Upload geometry data in parallel to multiple GPUs using the "Multi-Device"
Alternative Upload geometry data in parallel to multiple GPUs using the "Multi-Device"
@blender-bot package
f80ef452a1
Merge branch 'remove_parallel_for' into upload_changed
b7a80ba6ef
FIX: Enable local intersection testing on BVH
72be875f3c
FIX: BVH layout determination is the same across all devices.
ed1b971948
FIX: Use memory_size and upload_changed in the correct places
df7d92a33e
FIX: Size used should be the data_size
c8b685fe2e
FIX: BVH layout determination is the same across all devices.
5cb0b8a3bf
Move the BVH layout determination into a method for reuse