But apparently now it will snap on shift-r... Probably will take a closer look on how it failed. Undo is quite a myth
Seems to me that we probably would need to make an exception case in the transform operator and the GP call to duplicate frames, otherwise we can't use the transform operator combo to do achieve…
Looks like for new paint & fill operations here they both only used color_mode
in tool_settings
but not the pinned one in the brush. Let me try making a fix.
Ah I get it, the culpit was it's using scene.tool_settings.gpencil_paint.color_mode
, and switching tools didn't update the display of that property (you have to unpin for the buttons to update,…
Looks like pin_draw_mode
is still within each brush, not a global thing, but the commit kinda specifies it will hold the pinned mode: 88970e3900f32d43cadd0f3b6809e71771612379 . Maybe before…
Also looks like a undo thing. I tried Duplicate Move
operation in time line, and use the undo panel to adjust values, the newly created frame will immediately disappear :/
Looks like the use of EraseOperation
kinda prevented it from changing size mid-stroke. The eraser_radius
is set at the creation of the erase operation and I don't think paint operation is…
eh I don't think I see any previous files, but all files that have the binding here on my computer including the one in the report all seems to work.
Ah ok I guess I can merge it... Or did you check with the previous crashing file? @filedescriptor