Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim created branch specialize-pose-chain-fk-init in Sean-Kim/blender 2024-09-15 23:33:25 +02:00
Sean Kim pushed to specialize-pose-chain-fk-init at Sean-Kim/blender 2024-09-15 23:33:25 +02:00
47014c8f09 Refactor: Sculpt: Specialize IK chain FK face set calculation
5c38eb0d81 Refactor: Sculpt: Add face set offset parameter for BMesh functions
2278f8eb1b UI: Small Corrections to Text Caret Placement
13d30e22a1 Fix: modifier execution time not set for grease pencil modifiers
f2e557725d Fix: Geometry Nodes: crash when using gizmo after changing area type
Compare 10 commits »
Sean Kim deleted branch unique-face-set-bmesh from Sean-Kim/blender 2024-09-15 23:24:40 +02:00
Sean Kim pushed to main at blender/blender 2024-09-15 23:24:35 +02:00
5c38eb0d81 Refactor: Sculpt: Add face set offset parameter for BMesh functions
Sean Kim merged pull request blender/blender#127640 2024-09-15 23:24:35 +02:00
Refactor: Sculpt: Add face set offset parameter for BMesh functions
Sean Kim created pull request blender/blender#127640 2024-09-15 06:07:02 +02:00
Refactor: Sculpt: Add face set offset parameter for BMesh functions
Sean Kim pushed to unique-face-set-bmesh at Sean-Kim/blender 2024-09-15 06:01:28 +02:00
aff64aeaff Refactor: Sculpt: Add face set offset parameter for BMesh functions
5475040906 Fix: Spelling mistake in Grease Pencil API docs
c5ccc8ceea Fix #127602: Sculpt multires drawing crash with material index attribute
2946a840ad Fix: Sculpt: Avoid nested threading in undo node push
7283cbef65 Cleanup: Sculpt: Add todo comments for PBVH data to remove
Compare 10 commits »
Sean Kim created branch unique-face-set-bmesh in Sean-Kim/blender 2024-09-15 06:01:28 +02:00
Sean Kim commented on issue blender/blender#127557 2024-09-14 21:25:47 +02:00
Sculpt Mode: Confirming gesture tool creates additional gesture point

I thought I had this working for 4.2 - appears not though. Will have to backport whatever fix we do.

Sean Kim deleted branch fix-vert-face-set-get from Sean-Kim/blender 2024-09-14 21:16:28 +02:00
Sean Kim merged pull request blender/blender#127628 2024-09-14 21:16:26 +02:00
Fix: Invalid default value for vert_face_set_get with empty Span
Sean Kim pushed to main at blender/blender 2024-09-14 21:16:25 +02:00
c8ff7f41a1 Fix: Invalid default value for vert_face_set_get with empty Span
Sean Kim created pull request blender/blender#127628 2024-09-14 21:03:35 +02:00
Fix: Invalid default value for vert_face_set_get with empty Span
Sean Kim pushed to fix-vert-face-set-get at Sean-Kim/blender 2024-09-14 21:02:39 +02:00
d508022061 Fix: Invalid default value for vert_face_set_get with empty Span
Sean Kim pushed to fix-vert-face-set-get at Sean-Kim/blender 2024-09-14 21:00:32 +02:00
a360ab0344 Fix: Invalid default value for vert_face_set_get with empty Span
5475040906 Fix: Spelling mistake in Grease Pencil API docs
c5ccc8ceea Fix #127602: Sculpt multires drawing crash with material index attribute
2946a840ad Fix: Sculpt: Avoid nested threading in undo node push
7283cbef65 Cleanup: Sculpt: Add todo comments for PBVH data to remove
Compare 10 commits »
Sean Kim created branch fix-vert-face-set-get in Sean-Kim/blender 2024-09-14 21:00:32 +02:00
Sean Kim commented on issue blender/blender#122096 2024-09-13 23:31:48 +02:00
Crash after editing multi-user mesh data with two scenes open

I suspect this may be due to the mesh->runtime->edit_mesh shared_ptr still being valid.

Looking at the stacktrace when the crash happens has the following block get executed:

  /*…
Sean Kim commented on issue blender/blender#122096 2024-09-13 22:48:43 +02:00
Crash after editing multi-user mesh data with two scenes open

Commenting out the assert in mesh_data_update.cc#824 causes it to crash later due to a use-after-free

Heap-use-after-free on address 0x00017fdbe888 at pc 0x00010c207094 bp…
Sean Kim commented on issue blender/blender#127135 2024-09-13 21:54:14 +02:00
Assert (null VBO size) in draw code when opening a Gold blendfile

I don't have access to the relevant repository to test this, but I'm fairly certain this is related to empty PBVH nodes related to recent multires changes