Plumiferos report: Ipo for material 'hardness' didn't go beyond 128

(Note; this value is stored in the curve when you make it, so you have
to remove the curve and insert it again...)
This commit is contained in:
Ton Roosendaal
2006-06-26 16:57:44 +00:00
parent a6d6a35d3c
commit 1fa9af5dbc

View File

@@ -1512,7 +1512,7 @@ void set_icu_vars(IpoCurve *icu)
case MA_HASIZE:
icu->ymax= 10000.0; break;
case MA_HARD:
icu->ymax= 128.0; break;
icu->ymax= 511.0; break;
case MA_SPEC:
icu->ymax= 2.0; break;
case MA_MODE: