Lukas Tönne LukasTonne
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…

Lukas Tönne created pull request blender/blender#128471 2024-10-02 11:20:50 +02:00
GPv3: Attribute panel to configure layer attributes on original data
Lukas Tönne created branch gpv3-attribute-panel in LukasTonne/blender 2024-10-02 11:20:04 +02:00
Lukas Tönne pushed to gpv3-attribute-panel at LukasTonne/blender 2024-10-02 11:20:04 +02:00
95c21895dd GPv3: Attribute panel to configure layer attributes on original data.
db490e90fe Fix #127392: File Output doesn't write empty inputs
0f3fdd25bc Cleanup: various non-functional changes for C++
0b69e1d6f5 Cleanup: double quotes for strings, replace f-string with str.format
dadb9ba5dc Cleanup: script formatting
Compare 10 commits »
Lukas Tönne created branch geometry-nodes-rb-component-tmp in LukasTonne/blender 2024-10-02 09:25:25 +02:00
Lukas Tönne pushed to geometry-nodes-rb-component-tmp at LukasTonne/blender 2024-10-02 09:25:25 +02:00
ba8ade1824 New node for getting information about collision shapes.
Lukas Tönne approved blender/blender#128398 2024-10-01 17:32:27 +02:00
GPv3: Split Operator

Looks good to me, just had some cosmetic suggestions.

Lukas Tönne commented on pull request blender/blender#128398 2024-10-01 17:32:26 +02:00
GPv3: Split Operator

REWRITE ME

Lukas Tönne commented on pull request blender/blender#128398 2024-10-01 17:32:25 +02:00
GPv3: Split Operator

This could return a cumulative Array<int> which can be used as an OffsetIndices. That's just a pattern we use elsewhere. The counts are simply entered into an array and then the accumulate_counts_to_offsets function sums up offsets.

Lukas Tönne commented on pull request blender/blender#128398 2024-10-01 17:32:23 +02:00
GPv3: Split Operator

Seems unnecessary to check, length always starts out at 1 and only grows from there.

Lukas Tönne commented on pull request blender/blender#128398 2024-10-01 17:32:22 +02:00
GPv3: Split Operator

Formatting: start sentence with Upper case