Block a user
Lukas Tönne
deleted branch fix-instance-gpv3-empty from LukasTonne/blender
2024-08-05 12:15:20 +02:00
Gpencil: Geometry nodes instance on points with GP crash on last keyframe delete
Fix #125866: Crash when converting empty grease pencil to instances
18fab76aab
Merge branch 'main' into gpv3-segment-selection
5fb140a36e
UI: Status Bar Using SVG Icons
fc6a99e0d2
Fix #77837: Error removing addons/extension/wheels on WIN32
fe672bd479
Cleanup: USD: const correctness fixes
c0d37d97de
Cleanup: Sculpt: Move topology islands API to C++ namespace
Fix #125866: Crash when converting empty grease pencil to instances
6a7313b29c
Fix #125866: Crash when converting empty grease pencil to instances.
5fb140a36e
UI: Status Bar Using SVG Icons
fc6a99e0d2
Fix #77837: Error removing addons/extension/wheels on WIN32
fe672bd479
Cleanup: USD: const correctness fixes
c0d37d97de
Cleanup: Sculpt: Move topology islands API to C++ namespace
Gpencil: Geometry nodes instance on points with GP crash on last keyframe delete
The issue is that the code assumes a valid InstancesComponent
pointer when it transfers attributes from layers to instances.
https://projects.blender.org/blender/blender/src/commit/e981389bddb1e…
Gpencil: Geometry nodes instance on points with GP crash on last keyframe delete
It seems the bke::Instances
data is actually null after deleting the keyframe (the component exists but the internal pointer is null). The same happens if i just move the keyframe instead of…
19de683202
More targeted functions for ensuring custom data layers.
8982e194ec
Removed the unused ensure_on_access callbacks from physics attributes.
193aa7b9ad
Another test for setting shape indices of bodies with custom data.
e8737cbdfe
Fixed the join_geometry test.
e6f1d76016
Prevent invalidation of attribute ids by updating cache in advance.
c4b0e6fd9a
Fix #125011: Scrubbing not producing audio output
a1054e6599
Audaspace: port changes from upstream.
c57a34cb49
DRW: Primitive Expansion
fc8c03e312
Collection Export: Allow renaming of exporters in the UI list