Block a user
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.
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
Fix #128461: GPv3: Crash importing svg with more than one drawing
Maybe 057a6c3efd 🤔
Yes, that's the one i meant.
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…
GPv3: Attribute panel to configure layer attributes on original data
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
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.
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.
GPv3: Split Operator
Seems unnecessary to check, length
always starts out at 1 and only grows from there.