-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIMP 2.9.5 MyPaint-Brushes weird effect #91
Comments
There were indeed breaking changes. I'm fine having changes breaking the tests to add new features, but in this case it seems many brushes have to be updated or made from scratch again to be usable. Here I'm comparing MyPaint master on the left with MyPaint stable on the right. Trying to do the same strokes with the same shape and pressure in both sides.
|
Well, I broke this. Any brushes that rely heavily on Speed need to be tweaked slightly to get back the original look. I can work on updating the brushes, there shouldn't be a whole lot that rely so heavily on speed, but obviously these ones are quite a bit different now. For instance with Classic Ink Blot, if you reduced the Offset By Speed from .13 to .04 it seems to bring it back to normal. Sorry about this... On the bright side, you should notice that Speed behavior is consistent across zoom levels and brush radiuses. Previously changing either of these would directly affect the speed, so the effect of Speed would either diminish or explode, causing major brush consistency issues. It just seems no one really noticed this issue before :-/. |
@briend thanks for your work, is really great. I will see if I can come with a script to automate the change to all brushes. |
Thanks @manuq :). I don't think it's so simple though. Previously, if a brush was "designed" at 50% zoom (like many devaad brushes), those Speed settings didn't work "as designed" if the next person was using 100% zoom (they would be tempered a bit). Same thing with the default brush diameter, effectively. So I think we're going to just have to compare and tweak manually, and even then for the comparison we need to decide if comparing at 100% zoom or 50% zoom for deevad. Sadly, if we do 50% zoom for devaad and capture the personality he intended, it could still seem broken for people that were used to the brushes at 100% zoom. |
In other words, all the brushes need to be re-adjusted to use? |
@SenlinOS Well, not all. I only counted about 8 brushes that even use offset_by_speed, which seems to be the more dramatic change in behavior. However, there are indeed 73 brushes that use either speed_1 or speed_2 as inputs to at least one setting. I am hoping that only a small percentage of those are actually noticeably different. |
@manuq maybe there is a formula, actually. If we just set our standard for 100% zoom and ignore the "as-designed issue". We should be able to take any speed setting and divide it by the default brush radius (radius_logarithmic) for that brush. In the Classic Ink Blot example, the default brush radius is 2.5. So, 0.13/2.5 is .052 which is pretty close to my suggestion of 0.04. That's easy for base value of offset_by_speed, but to fix the curve points I think we have to drag the slider to adjust the magnitude of the entire set of points. Let me know if your script works, otherwise I can manually fix them. |
@briend for offset_by_speed I get better results if I divide the current value by radius_logarithmic * 2.5 . Better testcases are "Experimental speed blot" or "small blot". For finer adjustment I think is important to narrow the UI range (currently goes from -3 to 3). All my tests are at 100% zoom. Indeed the brushes that have speed1 or speed2 as inputs are a problem. I played with "Classic modelling" but I wasn't able to find a formula to fix it. I know many artists use this brush. |
@manuq @SenlinOS can you try this branch: |
and... just realized "stroke" is affected by speed. not my day :/ |
@briend GIMP2.9.5, libmypaint/tree/zoomfix: |
@SenlinOS are you sure you pulled the latest change I made to the stroke, there should be two commits on that branch above. Can you include a screenshot too? |
Oh wow, that's really broken. I don't think GIMP has it working yet, see this post: |
@briend excellent! This branch is very close to the previous situation. I've made two videos. In the smudging tools, some like If someone wants to test this branch easily, it can be installed from here:
|
@manuq Thank you for testing! |
Ok the zoomfix has been merged into master. I will create a new issue on the MyPaint side for the tweaks to a few brushes to get them back to "normal". Thanks for everyone's patience!! |
Lubuntu 16.04, GIMP 2.9.5 PPA (Just updated)
2017-06-20, The latest version of libmypaint-master is installed, but questions remain.
Such as: MyPaint Brushes deevad-v6 (The brush parameter is the default)
spray2: A spacing stroke appeared in the splash effect.
watercolor expressive: Using this brush will cause GIMP to Feign death.
Some MyPaint Brushes: There will be a big of spacing or no flow.
If there is the problem with GIMP, please close this report.
The text was updated successfully, but these errors were encountered: