|
10 | 10 | "soft_minimum": 0.0, |
11 | 11 | "tooltip": "The pressure reported by the tablet. Usually between 0.0 and 1.0, but it may get larger when a pressure gain is used. If you use the mouse, it will be 0.5 when a button is pressed and 0.0 otherwise." |
12 | 12 | }, |
13 | | - { |
14 | | - "displayed_name": "Fine speed", |
15 | | - "hard_maximum": null, |
16 | | - "hard_minimum": null, |
17 | | - "id": "speed1", |
18 | | - "normal": 0.5, |
19 | | - "soft_maximum": 4.0, |
20 | | - "soft_minimum": 0.0, |
21 | | - "tooltip": "How fast you currently move. This can change very quickly. Try 'print input values' from the 'help' menu to get a feeling for the range; negative values are rare but possible for very low speed." |
22 | | - }, |
23 | | - { |
24 | | - "displayed_name": "Gross speed", |
25 | | - "hard_maximum": null, |
26 | | - "hard_minimum": null, |
27 | | - "id": "speed2", |
28 | | - "normal": 0.5, |
29 | | - "soft_maximum": 4.0, |
30 | | - "soft_minimum": 0.0, |
31 | | - "tooltip": "Same as fine speed, but changes slower. Also look at the 'gross speed filter' setting." |
32 | | - }, |
33 | 13 | { |
34 | 14 | "displayed_name": "Random", |
35 | 15 | "hard_maximum": 1.0, |
|
60 | 40 | "soft_minimum": 0.0, |
61 | 41 | "tooltip": "The angle of the stroke, in degrees. The value will stay between 0.0 and 180.0, effectively ignoring turns of 180 degrees." |
62 | 42 | }, |
| 43 | + { |
| 44 | + "displayed_name": "Declination/Tilt", |
| 45 | + "hard_maximum": 90.0, |
| 46 | + "hard_minimum": 0.0, |
| 47 | + "id": "tilt_declination", |
| 48 | + "normal": 0.0, |
| 49 | + "soft_maximum": 90.0, |
| 50 | + "soft_minimum": 0.0, |
| 51 | + "tooltip": "Declination of stylus tilt. 0 when stylus is parallel to tablet and 90.0 when it's perpendicular to tablet." |
| 52 | + }, |
| 53 | + { |
| 54 | + "displayed_name": "Ascension", |
| 55 | + "hard_maximum": 180.0, |
| 56 | + "hard_minimum": -180.0, |
| 57 | + "id": "tilt_ascension", |
| 58 | + "normal": 0.0, |
| 59 | + "soft_maximum": 180.0, |
| 60 | + "soft_minimum": -180.0, |
| 61 | + "tooltip": "Right ascension of stylus tilt. 0 when stylus working end points to you, +90 when rotated 90 degrees clockwise, -90 when rotated 90 degrees counterclockwise." |
| 62 | + }, |
| 63 | + { |
| 64 | + "displayed_name": "Fine speed", |
| 65 | + "hard_maximum": null, |
| 66 | + "hard_minimum": null, |
| 67 | + "id": "speed1", |
| 68 | + "normal": 0.5, |
| 69 | + "soft_maximum": 4.0, |
| 70 | + "soft_minimum": 0.0, |
| 71 | + "tooltip": "How fast you currently move. This can change very quickly. Try 'print input values' from the 'help' menu to get a feeling for the range; negative values are rare but possible for very low speed." |
| 72 | + }, |
| 73 | + { |
| 74 | + "displayed_name": "Gross speed", |
| 75 | + "hard_maximum": null, |
| 76 | + "hard_minimum": null, |
| 77 | + "id": "speed2", |
| 78 | + "normal": 0.5, |
| 79 | + "soft_maximum": 4.0, |
| 80 | + "soft_minimum": 0.0, |
| 81 | + "tooltip": "Same as fine speed, but changes slower. Also look at the 'gross speed filter' setting." |
| 82 | + }, |
| 83 | + { |
| 84 | + "displayed_name": "Custom", |
| 85 | + "hard_maximum": null, |
| 86 | + "hard_minimum": null, |
| 87 | + "id": "custom", |
| 88 | + "normal": 0.0, |
| 89 | + "soft_maximum": 10.0, |
| 90 | + "soft_minimum": -10.0, |
| 91 | + "tooltip": "This is a user defined input. Look at the 'custom input' setting for details." |
| 92 | + }, |
63 | 93 | { |
64 | 94 | "displayed_name": "Direction 360", |
65 | 95 | "hard_maximum": 360.0, |
|
81 | 111 | "tooltip": "The difference between the angle the stylus is pointing and the angle of its stroke movement on the canvas (degrees). The value will stay between 0.0 and +/-180.0. An attack angle of 0.0 would indicate the stylus is moving in the same direction that the stylus tip is pointing. An Attack Angle of 90 would mean the direction is perpendicular to the stylus tip, and 180 would mean the pen is being dragged in the opposite direction that the stylus tip is pointing." |
82 | 112 | }, |
83 | 113 | { |
84 | | - "displayed_name": "Declination", |
85 | | - "hard_maximum": 90.0, |
86 | | - "hard_minimum": 0.0, |
87 | | - "id": "tilt_declination", |
88 | | - "normal": 0.0, |
89 | | - "soft_maximum": 90.0, |
90 | | - "soft_minimum": 0.0, |
91 | | - "tooltip": "Declination of stylus tilt. 0 when stylus is parallel to tablet and 90.0 when it's perpendicular to tablet." |
92 | | - }, |
93 | | - { |
94 | | - "displayed_name": "Ascension", |
95 | | - "hard_maximum": 180.0, |
96 | | - "hard_minimum": -180.0, |
97 | | - "id": "tilt_ascension", |
98 | | - "normal": 0.0, |
99 | | - "soft_maximum": 180.0, |
100 | | - "soft_minimum": -180.0, |
101 | | - "tooltip": "Right ascension of stylus tilt. 0 when stylus working end points to you, +90 when rotated 90 degrees clockwise, -90 when rotated 90 degrees counterclockwise." |
| 114 | + "displayed_name": "Declination/Tilt X", |
| 115 | + "hard_maximum": 90.0, |
| 116 | + "hard_minimum": -90.0, |
| 117 | + "id": "tilt_declinationx", |
| 118 | + "normal": 0.0, |
| 119 | + "soft_maximum": 90.0, |
| 120 | + "soft_minimum": -90.0, |
| 121 | + "tooltip": "Declination of stylus tilt on X-Axis. 90/-90 when stylus is parallel to tablet and 0 when it's perpendicular to tablet." |
102 | 122 | }, |
103 | 123 | { |
104 | | - "displayed_name": "Zoom Level", |
105 | | - "hard_maximum": 4.15, |
106 | | - "hard_minimum": -2.77, |
107 | | - "id": "viewzoom", |
| 124 | + "displayed_name": "Declination/Tilt Y", |
| 125 | + "hard_maximum": 90.0, |
| 126 | + "hard_minimum": -90.0, |
| 127 | + "id": "tilt_declinationy", |
108 | 128 | "normal": 0.0, |
109 | | - "soft_maximum": 4.15, |
110 | | - "soft_minimum": -2.77, |
111 | | - "tooltip": "The current zoom level of the canvas view. Logarithmic: 100% is 0. 200% is .69, 25% is -1.38\nFor Radius Setting, try dragging the slider to -4.15 to create a brush that stays the same size at (almost) every zoom level." |
| 129 | + "soft_maximum": 90.0, |
| 130 | + "soft_minimum": -90.0, |
| 131 | + "tooltip": "Declination of stylus tilt on Y-Axis. 90/-90 when stylus is parallel to tablet and 0 when it's perpendicular to tablet." |
112 | 132 | }, |
113 | 133 | { |
114 | 134 | "displayed_name": "GridMap X", |
|
129 | 149 | "soft_maximum": 256.0, |
130 | 150 | "soft_minimum": 0.0, |
131 | 151 | "tooltip": "The Y coordinate on a 256 pixel grid. This will wrap around 0-256 as the cursor is moved on the Y axis. Similar to stroke. Can be used to add paper texture by modifying opacity, etc.\nNote the brush size should be considerably smaller than the grid scale for best results." |
132 | | - }, |
| 152 | + }, |
| 153 | + { |
| 154 | + "displayed_name": "Zoom Level", |
| 155 | + "hard_maximum": 4.15, |
| 156 | + "hard_minimum": -2.77, |
| 157 | + "id": "viewzoom", |
| 158 | + "normal": 0.0, |
| 159 | + "soft_maximum": 4.15, |
| 160 | + "soft_minimum": -2.77, |
| 161 | + "tooltip": "The current zoom level of the canvas view. Logarithmic: 100% is 0. 200% is .69, 25% is -1.38\nFor Radius Setting, try dragging the slider to -4.15 to create a brush that stays the same size at (almost) every zoom level." |
| 162 | + }, |
133 | 163 | { |
134 | 164 | "displayed_name": "Base Brush Radius", |
135 | 165 | "hard_maximum": 6.0, |
|
139 | 169 | "soft_maximum": 6.0, |
140 | 170 | "soft_minimum": -2.0, |
141 | 171 | "tooltip": "The base brush radius of the current brush. This allows you to change the behavior of a brush as you make it bigger or smaller.\nYou can even cancel-out dab size increase and adjust something else to make a brush bigger.\nTake note of dabs-per-basic radius and dabs-per-actual radius, which behave much differently." |
142 | | - }, |
143 | | - { |
144 | | - "displayed_name": "Custom", |
145 | | - "hard_maximum": null, |
146 | | - "hard_minimum": null, |
147 | | - "id": "custom", |
148 | | - "normal": 0.0, |
149 | | - "soft_maximum": 10.0, |
150 | | - "soft_minimum": -10.0, |
151 | | - "tooltip": "This is a user defined input. Look at the 'custom input' setting for details." |
152 | 172 | } |
153 | 173 | ], |
154 | 174 | "settings": [ |
|
714 | 734 | "attack_angle", |
715 | 735 | "flip", |
716 | 736 | "gridmap_x", |
717 | | - "gridmap_y" |
| 737 | + "gridmap_y", |
| 738 | + "declinationx", |
| 739 | + "declinationy" |
718 | 740 | ] |
719 | 741 | } |
0 commit comments