William Leeson leesonw
  • Joined on 2021-06-09
William Leeson commented on pull request blender/blender#123056 2024-06-11 15:30:32 +02:00
Fix: Crash and or assert in mesh index buffer creation

I renamed mapping to vbo_index

William Leeson pushed to fix-ibo-lines at leesonw/blender-cluster 2024-06-11 15:29:54 +02:00
6364c61ed6 FIX:Reuse the index instead of rereading it from the map
9adb29bf14 Rename mapping to index.
Compare 2 commits »
William Leeson commented on pull request blender/blender#123056 2024-06-11 14:50:54 +02:00
Fix: Crash and or assert in mesh index buffer creation

Yes, exactly the longer you wait the more likely that another thread will start working on this.

William Leeson created pull request blender/blender#123056 2024-06-11 09:12:49 +02:00
While debugging Blender I frequently encountered a crash and or assert in the extract_mesh_lines function.
William Leeson pushed to fix-ibo-lines at leesonw/blender-cluster 2024-06-11 09:09:13 +02:00
7eb6c51355 Reformat code
William Leeson created branch fix-ibo-lines in leesonw/blender-cluster 2024-06-11 09:07:54 +02:00
William Leeson pushed to fix-ibo-lines at leesonw/blender-cluster 2024-06-11 09:07:54 +02:00
af35f72fff FIX: Read mapping once to fix invalid value later
69e520627f Anim: reset idroot when adding a layer or binding to an Action
25d2e905b2 Merge branch 'blender-v4.2-release'
65f68fe7fe BPY IDProp tests: Add basic tests for 'UI data' system.
3c01ff0824 Anim: Bump subversion to 1 for 'generated' keytype theme versioning
Compare 10 commits »
William Leeson commented on pull request blender/blender#119984 2024-03-29 13:24:35 +01:00
FIX: Detect CUDA version correctly for setting c++17

Is there some repro case which demonstrates the issue?

If the variable is indeed undefined, then I'd expect an error like this to be reported by CMake:

  if given arguments:
…
William Leeson pushed to Fix_CUDA_CMakeList at leesonw/blender-cluster 2024-03-28 08:43:31 +01:00
307b074c1a Merge branch 'main' into Fix_CUDA_CMakeList
362d381a5a Cleanup: pass GPUStateMutable as a const reference
e7abad23e0 Fix #118696: Nested override libraries can cause persistent resync warning.
b4517ca148 Cleanup: replace suspicious use of "&" with "&&"
0ef033750f Cleanup: pass arguments by const reference
Compare 42 commits »
William Leeson created pull request blender/blender#119984 2024-03-27 21:46:18 +01:00
FIX: Detect CUDA version correctly for setting c++17
William Leeson pushed to Fix_CUDA_CMakeList at leesonw/blender-cluster 2024-03-27 21:33:57 +01:00
c57f9a91c7 FIX: Detect CUDA version correctly for setting c++17
53e9fb6b78 Fix #117566: Cycles persistent data not updated by device preferences
75a9cbed24 UI: Improvements to Revert File Operator Confirmation Popup
10bc136a1a Fix #119935: Attribute set operator support for 2D integer vector lost
8682ad1908 Fix: Memory leak and race condition with particle effector RNG
Compare 10 commits »
William Leeson created branch Fix_CUDA_CMakeList in leesonw/blender-cluster 2024-03-27 21:33:57 +01:00
William Leeson pushed to master-cluster at leesonw/blender-cluster 2024-01-11 08:59:51 +01:00
362e468152 Don't try to compile libcluster CUDA kernels if CUDA is not enabled.
d819299a46 Fix accidental change of geometry indexing counter.
d4db5359a7 Use OIIO package name instead of the version specific one.
2eebdb17f6 Removes unused hair code.
46e677c3e0 Merge branch 'upstream_main' into master-cluster
Compare 4653 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-08-17 13:38:30 +02:00
f863c49b19 Merge branch 'upstream_main' into geometry_update
bb8766ef01 Animation: Match Slope slider
0e2875ede9 Prevent crash when color management is turned off
f44447a628 Vulkan: Use Correct Interpolation Qualifier in Stage Interfaces
6f9c3b1bd5 Vulkan: Report Incompatible Shaders
Compare 259 commits »
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-08-17 12:43:26 +02:00
13a2a80a6d Merge branch 'upstream_main' into work_sets_similar
bb8766ef01 Animation: Match Slope slider
0e2875ede9 Prevent crash when color management is turned off
f44447a628 Vulkan: Use Correct Interpolation Qualifier in Stage Interfaces
6f9c3b1bd5 Vulkan: Report Incompatible Shaders
Compare 93 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-08-17 12:12:27 +02:00
034568d740 Merge branch 'upstream_main' into master-cluster
bb8766ef01 Animation: Match Slope slider
0e2875ede9 Prevent crash when color management is turned off
f44447a628 Vulkan: Use Correct Interpolation Qualifier in Stage Interfaces
6f9c3b1bd5 Vulkan: Report Incompatible Shaders
Compare 93 commits »
William Leeson pushed to just_balance at leesonw/blender-cluster 2023-08-17 10:35:39 +02:00
4c86764219 Store the weight between renders.
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-08-16 17:36:27 +02:00
367037d570 Set WITH_CUDA_BINARIES to OFF
William Leeson created pull request blender/blender#111183 2023-08-16 14:40:34 +02:00
Improve balancing when devices have very different compute capabilities.
William Leeson closed pull request blender/blender#111181 2023-08-16 14:38:56 +02:00
balancing_act