summaryrefslogtreecommitdiff
path: root/grapher/Models/Options
Commit message (Collapse)AuthorAgeFilesLines
* Disable output offset when both cap type selected in powerJacob Palecki2021-09-231-1/+38
|
* fix jump fieldsa1xd2021-09-231-0/+19
|
* rename classic_cap_modea1xd2021-09-232-10/+10
|
* fix - gui lut modea1xd2021-09-231-2/+3
| | | | AccelArgs::gain was not set from LutApplyOptions
* generalize power start-from-1a1xd2021-09-231-16/+16
| | | | starting output is determined by (gain) offset
* Add power start from oneJacob Palecki2021-09-232-0/+171
|
* Fix error in LUT guiJacob Palecki2021-09-231-2/+2
|
* Remove weightJacob Palecki2021-09-231-9/+0
|
* Get power cap workingJacob Palecki2021-09-231-1/+1
|
* Fix gain switch GUIJacob Palecki2021-09-231-3/+3
|
* Cap type options now fully workingJacob Palecki2021-09-234-33/+70
|
* Mostly working cap type in GUIJacob Palecki2021-09-233-56/+137
|
* Some reorganizingJacob Palecki2021-09-232-35/+52
|
* Most of Cap Type options in GUIJacob Palecki2021-09-234-106/+401
|
* YToXRatio fully worksJacob Palecki2021-09-232-5/+56
|
* Add y\x ratio to guiJacob Palecki2021-09-234-7/+102
|
* get grapher buildinga1xd2021-09-234-59/+63
|
* fix - motivity not set from inputv1.5.0a1xd2021-09-231-2/+12
|
* check number of points on LUT parsea1xd2021-09-231-1/+15
|
* handle lut mode exceptions on applya1xd2021-09-211-7/+7
|
* enable directionality options with by-componenta1xd2021-08-291-44/+20
|
* fix args setter from field inputa1xd2021-07-111-2/+2
|
* Small bug fixesJacob Palecki2021-07-102-0/+4
|
* Remove unneeded functionJacob Palecki2021-07-101-16/+0
|
* Fixed default values by splitting into unique text boxesJacob Palecki2021-07-101-20/+26
|
* Small bugfix + add default text for LUTJacob Palecki2021-07-091-0/+18
|
* Add separate box for power in classic modeJacob Palecki2021-07-091-24/+15
|
* Handle power\exponent correctly in GUIJacob Palecki2021-07-031-3/+25
|
* Guide updates and accel type choice fixedJacob Palecki2021-07-031-1/+1
|
* Small fixes, guide additions, tweaksJacob Palecki2021-07-031-0/+2
|
* Format mostly correctJacob Palecki2021-07-012-4/+15
|
* Further formatting adjustmentsJacob Palecki2021-07-012-4/+6
|
* LUT Panel formattingJacob Palecki2021-07-013-5/+37
|
* Mostly workingJacob Palecki2021-07-014-39/+37
|
* Better-written LUT panelsJacob Palecki2021-06-302-23/+129
|
* Add class for LUT apply typeJacob Palecki2021-06-303-221/+183
|
* Fix high DPI issueJacob Palecki2021-06-281-24/+17
|
* added point optionJacob Palecki2021-06-091-0/+39
|
* Start of LUT points editingJacob Palecki2021-04-252-0/+146
|
* Fixed layout issues for LUTJacob Palecki2021-04-252-2/+9
|
* move arbitrary input into settingsa1xd2021-04-133-106/+81
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* Add active value labels for gain switchJacob Palecki2021-04-072-2/+21
|
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-061-2/+2
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-061-2/+2
|
* Remove cap and offset style switchesJacob Palecki2021-04-061-7/+7
|
* Fix checkbox not snappingJacob Palecki2021-04-062-2/+14
|
* Correctly align gain switchJacob Palecki2021-04-051-0/+1
|
* Add gain switchJacob Palecki2021-04-052-0/+109
|
* LUT GUI fixesJacob Palecki2021-04-052-1/+4
|
* update wrapper + writer to handle luta1xd2021-04-061-13/+10
| | | | grapher is building but applying options still broken for the most part