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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user