Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component-tmp at LukasTonne/blender 2024-10-03 08:56:30 +02:00
95cafb0895 progress.
Lukas Tönne pushed to geometry-nodes-rb-component-tmp at LukasTonne/blender 2024-10-02 17:57:55 +02:00
59eedc825a progress.
Lukas Tönne commented on pull request blender/blender#128480 2024-10-02 16:40:38 +02:00
GPv3: Remove unused GPv2 keymap entries
Lukas Tönne pushed to gpv3-remove-gp2-ui at LukasTonne/blender 2024-10-02 16:40:22 +02:00
cf4a03318d Cleanup formatting.
Lukas Tönne commented on pull request blender/blender#128480 2024-10-02 16:34:54 +02:00
GPv3: Remove unused GPv2 keymap entries
Lukas Tönne pushed to gpv3-remove-gp2-ui at LukasTonne/blender 2024-10-02 16:30:04 +02:00
9fcadc32c7 Remove GPv2 keymap entries.
Lukas Tönne created pull request blender/blender#128480 2024-10-02 14:45:23 +02:00
WIP: GPv3: Remove unused GPv2 UI code
Lukas Tönne created branch gpv3-remove-gp2-ui in LukasTonne/blender 2024-10-02 14:43:44 +02:00
Lukas Tönne pushed to gpv3-remove-gp2-ui at LukasTonne/blender 2024-10-02 14:43:44 +02:00
dfc8a782f5 GPv3: Attribute panel to configure layer attributes on original data
a25456eaf1 Fix: GP: UI errors when no layer tree node is active
9d5c5d4a93 Fix: GP: Wrong offset vector when drawing onto surfaces
906bc801f4 Release cycle: Blender 4.3 Beta
d7fb60be4d Fix #128461: GPv3: Crash importing svg with more than one drawing
Compare 10 commits »
Lukas Tönne pushed to geometry-nodes-rb-component-tmp at LukasTonne/blender 2024-10-02 14:33:44 +02:00
c84dc91dcc Progress on shape info node.
Lukas Tönne commented on pull request blender/blender#128477 2024-10-02 14:05:58 +02:00
GPv3: Add mode toggle operators

are notifiers still the same, or is there a NC_GREASE_PENCIL now? Not that i have any idea what these do specifically.

Lukas Tönne pushed to gpv3-attribute-panel at LukasTonne/blender 2024-10-02 12:06:26 +02:00
e185123e5f Cleanup: formatting.
806503ac04 GPv3: Attribute panel to configure layer attributes on original data.
d7fb60be4d Fix #128461: GPv3: Crash importing svg with more than one drawing
78e330923d UI: Tree-view scrolling and resizing support
0315eae536 Cycles: Add more scattering phase functions
Compare 5 commits »
Lukas Tönne commented on pull request blender/blender#128472 2024-10-02 11:54:47 +02:00
Fix #128461: GPv3: Crash importing svg with more than one drawing

Maybe 057a6c3efd 🤔

Yes, that's the one i meant.

Lukas Tönne pushed to gpv3-attribute-panel at LukasTonne/blender 2024-10-02 11:45:32 +02:00
1ff996f1d5 Cleanup: formatting.
Lukas Tönne commented on pull request blender/blender#128472 2024-10-02 11:36:41 +02:00
Fix #128461: GPv3: Crash importing svg with more than one drawing

Ah thanks for the fix. This was broken by a change to the OffsetIndices::total_size() function which previously included the start offset: ba28469e45d7320f9d55525b71b1340c1370980f

I got bit…