Lukas Tönne LukasTonne
Lukas Tönne pushed to main at blender/blender 2024-08-05 12:15:21 +02:00
43b68132c0 Fix #125866: Crash when converting empty grease pencil to instances
Lukas Tönne deleted branch fix-instance-gpv3-empty from LukasTonne/blender 2024-08-05 12:15:20 +02:00
Lukas Tönne closed issue blender/blender#125866 2024-08-05 12:15:19 +02:00
Gpencil: Geometry nodes instance on points with GP crash on last keyframe delete
Lukas Tönne merged pull request blender/blender#125887 2024-08-05 12:15:17 +02:00
Fix #125866: Crash when converting empty grease pencil to instances
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-05 11:45:04 +02:00
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
Compare 19 commits »
Lukas Tönne created pull request blender/blender#125887 2024-08-05 11:36:53 +02:00
Fix #125866: Crash when converting empty grease pencil to instances
Lukas Tönne pushed to fix-instance-gpv3-empty at LukasTonne/blender 2024-08-05 11:35:48 +02:00
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
Compare 10 commits »
Lukas Tönne created branch fix-instance-gpv3-empty in LukasTonne/blender 2024-08-05 11:35:48 +02:00
Lukas Tönne commented on issue blender/blender#125866 2024-08-05 11:28:46 +02:00
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

Lukas Tönne commented on issue blender/blender#125866 2024-08-05 10:25:08 +02:00
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…

Lukas Tönne pushed to main at LukasTonne/.profile 2024-08-05 09:30:54 +02:00
363d5fe658 update
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-05 00:17:50 +02:00
4584601b2a Find first world data physics when realizing.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 22:03:27 +02:00
fb9383308c Dedicated test for realizing instances vs. joining geometries.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 15:30:38 +02:00
b1ef83e57e Add missing finish() calls for attribute writers.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 15:04:02 +02:00
c170c1c875 Make sure custom data attributes exist before writing to them.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 12:43:39 +02:00
19de683202 More targeted functions for ensuring custom data layers.
8982e194ec Removed the unused ensure_on_access callbacks from physics attributes.
Compare 2 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 10:17:52 +02:00
193aa7b9ad Another test for setting shape indices of bodies with custom data.
e8737cbdfe Fixed the join_geometry test.
Compare 2 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 01:58:15 +02:00
d3b2c8b11f Fix mismatching type declarations for attributes and add asserts to catch them.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 01:41:07 +02:00
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
Compare 106 commits »
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-03 23:48:28 +02:00
d172d745de Alternative curve selection function returning an index mask.