Block a user
GPv3: Segment selection ignores last line in cyclic curves
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…