Block a user
Sean Kim
created branch specialize-pose-chain-fk-init in 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
Refactor: Sculpt: Add face set offset parameter for BMesh functions
Refactor: Sculpt: Add face set offset parameter for BMesh functions
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
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.
Fix: Invalid default value for vert_face_set_get with empty Span
Fix: Invalid default value for vert_face_set_get with empty Span
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
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:
/*…
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…
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