William Leeson leesonw
  • Joined on 2021-06-09
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-15 18:39:55 +02:00
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
Compare 85 commits »
William Leeson pushed to upload_changed at leesonw/blender-cluster 2023-05-15 16:40:41 +02:00
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
Compare 85 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-05-15 16:12:50 +02:00
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
Compare 85 commits »
William Leeson pushed to work_sets at leesonw/blender-cluster 2023-05-12 11:11:33 +02:00
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
Compare 52 commits »
William Leeson pushed to upload_changed at leesonw/blender-cluster 2023-05-12 10:45:30 +02:00
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
Compare 50 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-05-12 10:16:33 +02:00
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
Compare 50 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-12 09:52:57 +02:00
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
Compare 50 commits »
William Leeson created pull request leesonw/blender-cluster#3 2023-05-10 17:57:19 +02:00
WIP:Work sets for better work distrubtion with a Multi-GPU setup
William Leeson created branch work_sets in leesonw/blender-cluster 2023-05-10 17:51:11 +02:00
William Leeson pushed to work_sets at leesonw/blender-cluster 2023-05-10 17:51:11 +02:00
127066dd99 Add work_sets for better multi-gpu scaling
William Leeson pushed to upload_changed at leesonw/blender-cluster 2023-05-10 15:57:05 +02:00
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
Compare 59 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-05-10 15:33:41 +02:00
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
Compare 59 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-10 15:04:54 +02:00
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
Compare 59 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-05-09 13:57:18 +02:00
e701b8e09d FIX: Don't disable ray query on scene BVH
William Leeson pushed to upload_changed at leesonw/blender-cluster 2023-05-09 11:59:00 +02:00
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.
Compare 94 commits »
William Leeson reopened pull request blender/blender#107552 2023-05-09 11:43:23 +02:00
Alternative Upload geometry data in parallel to multiple GPUs using the "Multi-Device"
William Leeson closed pull request blender/blender#107552 2023-05-09 11:41:50 +02:00
Alternative Upload geometry data in parallel to multiple GPUs using the "Multi-Device"
William Leeson pushed to upload_changed at leesonw/blender-cluster 2023-05-09 11:15:48 +02:00
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
Compare 135 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-05-08 16:49:23 +02:00
c8b685fe2e FIX: BVH layout determination is the same across all devices.
5cb0b8a3bf Move the BVH layout determination into a method for reuse
Compare 2 commits »