Looks like this duplicated panel is shown by CYCLES_PT_context_material
(And if I manually switch to cycles on a fresh file I get this too).
Probably some registering problem with the panel…
looks like arm64 is still running. Buildbot glitch?
Got a fix, will post a PR
OK what I found is that the weight interpolation works correctly, and verifiable from weight painting mode, it's the select
button not working as it should, let me dig a bit more
Also this use_selection
option doesn't seem to be defined.
RNA_boolean_get: GREASE_PENCIL_OT_interpolate_sequence.use_selection not found
@PratikPB2123 thankfully it is correct now ❤️
Looks like it's missing a dst_to_src_curve[next_curve - 1] = stroke;
thing in the additive mode, but now additive doesn't work correctly, I'm still investigating
Looks like it crashed in gather_attributes
in build_sequential
. Will try figure out this.