* fixed bug in rainbow color for material and world ipoview
* removed 32 channel limit (can now have 50, or of you know what number to change, 999 ;) * added new IPOs: mirror fresnel and fac, transparency fresnel and fac, and glow factor transparent materials (add)
This commit is contained in:
@@ -1591,7 +1591,7 @@ void winqreadipospace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
||||
switch(event) {
|
||||
case UI_BUT_EVENT:
|
||||
/* note: bad bad code, will be cleaned! is because event queues are all shattered */
|
||||
if(val>0 && val < 32) do_ipowin_buts(val-1);
|
||||
if(val>0 && val < 51) do_ipowin_buts(val-1);
|
||||
else do_ipobuts(val);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user