Block a user
GPv3: Interpolate Sequence operator
Yes, good catch. It worked because the enum values are the same, fixed.
9c9d3d5029
Use correct enum in the UI function, not the GPv2 enum.
13e9dbbab3
Rename variable.
GPv3: Interpolate Sequence operator
Also: the same smoothing is applied with the regular non-sequence interpolate operator, should that use the same settings?
GPv3: Interpolate Sequence operator
TBH i'm not seeing much of an effect at all. Not sure what keep_shape
really does, but can change it if you think it helps.
GPv3: Interpolate Sequence operator
Oops, thanks for finding. Confirmed it leaked memory. Fixed now.
GPv3: Interpolate Sequence operator
Yeah, i wasn't sure about that. It's basically a slight variation of eBezTriple_Interpolation
(copied from GPv2) and i've kept the upper-case enum here for consistency. No strong opinion either way.
6b6c166ad6
Revert a whole bunch of hacky "fixes" for build issues arising from Jolt.
fa2e995b38
Use an
extern_jolt
wrapper library to avoid leaking build settings.
600827b4e8
Merge branch 'main' into geometry-nodes-rb-component
d918c22fcc
Revert "CMake: suppress warnings building with mold on Linux"