patch for bug #17553: material emit is allowed to go from 0.0 to 2.0; however curves only make it go to 1.0

reported and patched by slikdigit
This commit is contained in:
Nathan Letwory
2008-08-30 21:41:02 +00:00
parent 4d888fb6c8
commit ff0aab05b2

View File

@@ -1672,6 +1672,8 @@ void set_icu_vars(IpoCurve *icu)
icu->ymax= 5.0; break;
case MA_ADD:
icu->ymax= 1.0; break;
case MA_EMIT:
icy->ymax= 2.0; break;
default:
icu->ymax= 1.0; break;
}