Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on issue blender/blender#125013 2024-07-18 20:13:43 +02:00
Drawing with Smear or Average Vertex causes debug assert

A quick fix solution here could be to wrap this in a std::optional, but that seems to indicate to me that the initial assert is in the wrong place, as even the GMutableSpan explicitly allows…

Sean Kim commented on issue blender/blender#125013 2024-07-18 20:07:49 +02:00
Drawing with Smear or Average Vertex causes debug assert

The relevant line that causes this is in paint_vertex.cc

  GMutableSpan g_previous_color = ss.cache->prev_colors_vpaint;

prev_colors_vpaint can occasionally be null depending…

Sean Kim opened issue blender/blender#125013 2024-07-18 20:05:03 +02:00
Drawing with Smear or Average Vertex causes debug assert
Sean Kim created pull request blender/blender#125004 2024-07-18 18:29:02 +02:00
Cleanup: Remove edit info calculation from boundary preview
Sean Kim pushed to remove-edit-info-calc at Sean-Kim/blender 2024-07-18 18:28:10 +02:00
57c72b1556 Cleanup: Remove edit info calculation from boundary preview
972fadf5a4 Fix: Sculpt: Various tools not using crosshair cursor
cb4aecca80 Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc
2fa7e7eda3 Anim: call RNA_POINTER_INVALIDATE() when deleting things from RNA
935c49f1cf Render tests: Use blocklist name for blocked tests
Compare 25 commits »
Sean Kim deleted branch specialize-flood-fill from Sean-Kim/blender 2024-07-18 18:19:14 +02:00
Sean Kim merged pull request blender/blender#124830 2024-07-18 18:19:11 +02:00
Refactor: Specialize flood_fill methods per PBVH type
Sean Kim pushed to main at blender/blender 2024-07-18 18:19:11 +02:00
5bbf2f430a Refactor: Specialize flood_fill methods per PBVH type
Sean Kim deleted branch sculpt-gesture-crosshair from Sean-Kim/blender 2024-07-18 18:14:45 +02:00
Sean Kim merged pull request blender/blender#124946 2024-07-18 18:14:43 +02:00
Fix: Sculpt: Various tools not using crosshair cursor
Sean Kim pushed to main at blender/blender 2024-07-18 18:14:42 +02:00
972fadf5a4 Fix: Sculpt: Various tools not using crosshair cursor
Sean Kim pushed to main at blender/blender-manual 2024-07-18 18:13:16 +02:00
279e9fc07a Sculpt: Add stablize stroke section for lasso gesture tools
Sean Kim deleted branch boundary-doxygen from Sean-Kim/blender 2024-07-18 18:12:45 +02:00
Sean Kim merged pull request blender/blender#124958 2024-07-18 18:12:42 +02:00
Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc
Sean Kim pushed to main at blender/blender 2024-07-18 18:12:42 +02:00
cb4aecca80 Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc
Sean Kim deleted branch stabilize-stroke from Sean-Kim/blender-manual 2024-07-18 18:10:28 +02:00
Sean Kim merged pull request blender/blender-manual#104864 2024-07-18 18:10:26 +02:00
Sculpt: Add stablize stroke section for lasso gesture tools
Sean Kim created pull request blender/blender#124958 2024-07-18 07:04:36 +02:00
Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc