Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 15:40:50 +02:00
4ba3149ea5 foreach function for segments to simplify code.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 13:00:56 +02:00
ca0231d4c3 Struct for storing curve segmentation.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-05 18:18:27 +02:00
3603e8599b Progress.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-05 16:51:36 +02:00
85737ff580 Utility functions for generating selection index masks.
Lukas Tönne opened issue blender/blender#125897 2024-08-05 14:10:23 +02:00
GPv3: Segment selection ignores last line in cyclic curves
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.