Skip to content

Commit

Permalink
increase custom input range from -2, +2 to -10, +10
Browse files Browse the repository at this point in the history
to allow 1:1 mapping from custom setting which already
allows -10, +10.  Existing brushes shouldn't be affected
but will need to be editing to allow full range usage.
  • Loading branch information
briend committed Jul 8, 2017
1 parent 1672d09 commit 831b2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brushsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
"hard_minimum": null,
"id": "custom",
"normal": 0.0,
"soft_maximum": 2.0,
"soft_minimum": -2.0,
"soft_maximum": 10.0,
"soft_minimum": -10.0,
"tooltip": "This is a user defined input. Look at the 'custom input' setting for details."
}
],
Expand Down

0 comments on commit 831b2a0

Please sign in to comment.