Thanks for another testing round
To make behavior a bit more generic, opacity in pencil tool could behave like other tools, right now even if you set opacity at 100% and remove the pressure input mapping graph, it’s still semi-opaque so it feels unexpected.
Have you checked whether this is the case with mypaint too? if so there’s probably not much we can do about it, it’s most likely about the combination of brush settings that causes that behaviour
Changing pressure graphs does not update the stroke placed on the canvas up until the attribute slider changes.
I will look into that
Drawing fast lines show stroke segment “breaks” due to slow tracking attribute. This was tested with the Pencil tool presets; reducing slow tracking
to 0 improves the line “smoothness” when drawing fast.
Brush and Pen presets fast lines tend to break even without slow tracking enabled. Might need more testing to find if there’s an attribute pattern that leads to this, or just to conclude specific presets are faulty
Stroke breaks will likely not disappear just because of the mypaint integration, it requires a better filtering of the tablet and mouse events to fix this problem properly. Mypaint also has this issue themselves.
Using the colorize
attribute automatically crashes the app. Just try using the slider and the app closes.
Interesting, will try to reproduce
After having the colorize attribute crash the app, now I after just starting Pencil2D, If I press the config button on the brush panel for the first Pencil preset (4H_Pencil), Pencil2D crashes automatically.
Sounds like something unexpected is happening, you’ll have to reset the brush folder or remove that specific attribute from the config file to fix the situation for now.
I think there should be a way to restore the brush presets without looking in the editor. Maybe right clicking on the preset? just a thought tho, the main problem is that the editor can’t seem to parse the colorize value, even though using it on the canvas doesn’t seem to carry any trouble
This should be doable, will look into that.