William Leeson leesonw
  • Joined on 2021-06-09
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-31 10:42:27 +02:00
7f842849e4 Merge branch 'upstream_main' into master-cluster
f80e2c9f93 Cleanup: remove redundant struct qualifiers in 'uvedit'
e2cb52594a code_clean: add 'remove_struct_qualifier' edit
3672f9c437 Tests: add PLY import test coverage for #107299
86b54a3015 Merge branch 'blender-v3.6-release'
Compare 95 commits »
William Leeson pushed to work_sets at leesonw/blender-cluster 2023-05-30 13:47:11 +02:00
2ad2d46aeb Removes performance penalty due to rebalance for having slices.
ef5d66e1bf FIX: Buffers must always be cleared
6a73c7d345 Merge branch 'upstream_main' into work_sets
0a716b2f68 Put wavefront tracing counters in pinned memory.
1f3a0fbad8 Command line argument --open-last exists if the file isn't found
Compare 158 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-29 11:15:42 +02:00
1914f9de53 Merge branch 'upstream_main' into master-cluster
1f3a0fbad8 Command line argument --open-last exists if the file isn't found
d958a5dd24 Refactor: split file loading into its own function
260eabba8f Merge branch 'blender-v3.6-release'
2d81e65703 Fix failure to load a blend file behaving as if a new file is loaded
Compare 70 commits »
William Leeson pushed to upload_changed at leesonw/blender-cluster 2023-05-29 10:43:24 +02:00
cfe2aeb0e3 Merge branch 'upstream_main' into upload_changed
1f3a0fbad8 Command line argument --open-last exists if the file isn't found
d958a5dd24 Refactor: split file loading into its own function
260eabba8f Merge branch 'blender-v3.6-release'
2d81e65703 Fix failure to load a blend file behaving as if a new file is loaded
Compare 291 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-05-29 10:04:11 +02:00
45ac48329d Merge branch 'upstream_main' into geometry_update
1f3a0fbad8 Command line argument --open-last exists if the file isn't found
d958a5dd24 Refactor: split file loading into its own function
260eabba8f Merge branch 'blender-v3.6-release'
2d81e65703 Fix failure to load a blend file behaving as if a new file is loaded
Compare 124 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-26 15:41:53 +02:00
79b4ae1311 Merge branch 'upstream_main' into master-cluster
d36c329e16 Fix crash when selecting all bones in armature
468cadd51c Cleanup: add comments explaining best usage of Sobol dimensions
4ca39297ab Fix specialized light tree building for distant lights
d6db9e4193 Cycles: Store light name
Compare 55 commits »
William Leeson opened issue blender/blender#108316 2023-05-26 15:12:27 +02:00
CUDA error rendering Attic scene
William Leeson opened issue blender/blender#108315 2023-05-26 15:05:02 +02:00
CUDA Illegal address when rendering with F12
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-26 09:56:47 +02:00
77245e12ed FIX: Now compiles on Windows.
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-25 14:27:52 +02:00
c82cd1a3e1 FIX: Don't copy 0 height slices to display
28b2a1d462 FIX: Use remaining rows in the last work item
b670b39f92 FIX: BVH layout determination is the same across all devices.
ae6210682f Move the BVH layout determination into a method for reuse
Compare 4 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-05-25 13:35:25 +02:00
2f396da4c4 Merge branch 'upstream_main' into geometry_update
f669f6cd8c Fix #108243: Crash when save before close with modified image
0e7b81dd32 Metal: Fix MSL compilation warning
21b2393eb2 Fix off by 1 error in BLI_uniquename* clipping an extra character
9182ebdfde Cleanup: replace strcat with BLI_strncat
Compare 168 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-25 12:44:45 +02:00
ea4f9c43c7 Merge branch 'upstream_main' into master-cluster
f669f6cd8c Fix #108243: Crash when save before close with modified image
0e7b81dd32 Metal: Fix MSL compilation warning
21b2393eb2 Fix off by 1 error in BLI_uniquename* clipping an extra character
9182ebdfde Cleanup: replace strcat with BLI_strncat
Compare 32 commits »
William Leeson pushed to work_sets at leesonw/blender-cluster 2023-05-25 10:25:06 +02:00
76b0775361 Clean up code
bd669026e3 Skip over 0 height slices
f0185ed234 FIX: Don't copy 0 height slices to display
7a3135ec98 FIX: Set pinned to false when not allocating pinned memory
47e1cd75cb Merge branch 'upstream_main' into work_sets
Compare 120 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-24 16:02:20 +02:00
041b96e499 Merge branch 'upstream_main' into master-cluster
ba3f26fac5 Cycles: light and shadow linking
60d97fb5fa Fix man-page generation when ASAN_OPTIONS included strict_init_order
d1dca2d15c Cleanup: remove unused function #light_sample_new_position
4d841e1b35 Mesh: Reimplement and unify topology maps
Compare 63 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-24 14:54:45 +02:00
863ad80e6f Match Christophe's changes.
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-05-23 15:39:18 +02:00
3f23de37f3 Merge branch 'upstream_main' into master-cluster
61ed5b3d24 Depsgraph: Add explicit object collection hierarchy tracking
94f5ea9731 Refactor instanced collection relation builder in depsgraph
493856427d Cycles: bumping OpenPGL minimum version to 0.5 and removing version checks
40484a6586 Cleanup: Silence unused parameters warnings
Compare 75 commits »
William Leeson created pull request blender/blender#108147 2023-05-22 14:28:05 +02:00
WIP:Work sets for better work distrubtion with a Multi-GPU setup
William Leeson pushed to work_sets at leesonw/blender-cluster 2023-05-22 14:23:52 +02:00
d8bd1c1eb8 Merge branch 'upstream_main' into work_sets
e70051ae3d Merge branch 'blender-v3.6-release'
9692262b9d Fix #108122: onion skin disappears after scrubbing timeline
2164515fab DrawManager: Fix Incorrect Resource Binding Hair/Curves
b9049411a8 I18n: disambiguate more "A" and "B" messages
Compare 26 commits »
William Leeson pushed to work_sets at leesonw/blender-cluster 2023-05-22 12:55:54 +02:00
4c1d196af8 Merge branch 'upstream_main' into work_sets
153e1c0492 BLI: fix overload resolution with FunctionRef parameters
fd887bcb15 Merge branch 'blender-v3.6-release'
96101a66fc UV: Use correct uv packing method when all/none islands are pinned.
47cbeabb11 UV: Fix uv packing problem with rotate and scale line-search
Compare 159 commits »
William Leeson pushed to upload_changed at leesonw/blender-cluster 2023-05-22 11:12:55 +02:00
c53727e061 Merge branch 'upstream_main' into upload_changed
153e1c0492 BLI: fix overload resolution with FunctionRef parameters
fd887bcb15 Merge branch 'blender-v3.6-release'
96101a66fc UV: Use correct uv packing method when all/none islands are pinned.
47cbeabb11 UV: Fix uv packing problem with rotate and scale line-search
Compare 50 commits »