@@ -15,7 +15,7 @@ Here we'll go into more depth about some of the changes, and things
15
15
you should know as a user.
16
16
17
17
18
- # Linear compositing, spectral blending, compatibility
18
+ ## Linear compositing, spectral blending, compatibility
19
19
20
20
By default, MyPaint 2.0.0 uses linear compositing and spectral blending (pigment mode).
21
21
This lends itself well to creating artwork emulating the use of traditional media.
@@ -48,14 +48,14 @@ explicitly open the file in "1.x" mode regardless.
48
48
![ CompatFileOpen] ( /assets/posts/2020-02-15-compat-file-open.png )
49
49
50
50
51
- # View Rotation and View Zoom now factor in to brush strokes
51
+ ## View Rotation and View Zoom now factor in to brush strokes
52
52
53
53
Old MyPaint users may notice that brushes don't work quite the same way
54
54
anymore. Specifically the rotation and zoom of the canvas now play a part
55
55
certain aspects of the dabs that make up the strokes.
56
56
Hopefully nobody's too unhappy about this, because it is not configurable.
57
57
58
- ![ ViewRotation] ( /assets/posts/2020-02-15-compat-file-open .png )
58
+ ![ ViewRotation] ( /assets/posts/2020-02-15-viewrotation-comparison .png )
59
59
60
60
The arrows show what the drawer/painter saw as "up" when drawing
61
61
on the rotated canvas. In 2.0.0 the behavior is more like actually
@@ -66,21 +66,21 @@ As for zoom, the zoom level is now factored in to speed calculations
66
66
and is also available as an input for brush settings.
67
67
68
68
69
- # New Brush Settings and Inputs
69
+ ## New Brush Settings and Inputs
70
70
71
71
The maximum number of points in the input curves is increased to 64, providing
72
72
a ridiculous amount of control to brush makers (much more than is necessary for
73
73
the vast majority of input mappings).
74
74
75
- ## New Settings
75
+ ### New Settings
76
76
77
- ### Smudge
77
+ #### Smudge
78
78
79
79
* Smudge length multiplier
80
80
* Smudge transparency
81
81
* Smudge bucket
82
82
83
- ### Directional Offsets
83
+ #### Directional Offsets
84
84
85
85
* Offsets Multiplier
86
86
* Angular Offsets Adjustments
@@ -93,20 +93,20 @@ the vast majority of input mappings).
93
93
* Angular Offset: View
94
94
* Angular Offset Mirrored: View
95
95
96
- ### Color
96
+ #### Color
97
97
98
98
* Pigment
99
99
* Posterize
100
100
* Posterization levels
101
101
102
- ### GridMap
102
+ #### GridMap
103
103
104
104
* GridMap Scale
105
105
* GridMap Scale X
106
106
* GridMap Scale Y
107
107
108
108
109
- ## New Inputs
109
+ ### New Inputs
110
110
111
111
* Direction 360
112
112
* Attack Angle
@@ -119,7 +119,7 @@ the vast majority of input mappings).
119
119
* Base Brush Radius
120
120
121
121
122
- # Symmetry modes
122
+ ## Symmetry Modes
123
123
124
124
Symmetry painting now has five modes to choose from (up from one, in 1.2.1):
125
125
@@ -141,7 +141,8 @@ Instead of n separate brush strokes, it's more like a single brush stroke copied
141
141
on something that doesn't follow the same symmetry as the active mode,
142
142
but still good to be aware of.
143
143
144
- # Floodfill enhancements
144
+
145
+ ## Floodfill enhancements
145
146
146
147
The floodfill tool now supports:
147
148
0 commit comments