AFAICS grease_pencil_layer_final_tint_and_alpha_get
wrongly sets custom onion skinning color to "gpLayerTint"
Maybe that's the reason why onion skinning colors are always visible?
In that case, both "onion skinning toggle" and "only in multiframe" are not really usable, unless there is another way to tackle the issue 😅
I see, would it work if we pass onion_skining (DRW_context_state_get()->v3d->gp_flag) value to
retrieve_visible_drawingsin
grease_pencil_geom_batch_ensure`? 👀
Made PR !129944 This works pretty well but I'm not 100% sure if that's correct way to handle it.
parent
bone property changed
Hi, I think fix is correct (will check locally). Could you add one or two lines of description? Video itself is not enough for landing the PR :)
Wrong target branch :/ @Sean-Kim @filedescriptor could you cherry pick the commit to 4.3? otherwise I'll do that :)
I can check the "only in multiframe" case. Possibly some mistake in boolean value in gpencil_engine_c.cc
but I don't think I understand what "only in multiframe" does
Only edit lines will be visible for non-active drawings when above toggle + multiframe are enabled
No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.
Thanks again for the report. If the problem persists please open a new report with the…