Bumped up ipo limit for material "normal" mapping to 25.0 max.
This commit is contained in:
Ton Roosendaal 2005-05-05 20:39:50 +00:00
parent 8717577950
commit 2887e68705

@ -1415,7 +1415,7 @@ void set_icu_vars(IpoCurve *icu)
icu->ymax= 1.0;
break;
case MAP_NORF:
icu->ymax= 5.0;
icu->ymax= 25.0;
break;
}
}