* 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:
Nathan Letwory
2004-07-07 08:49:33 +00:00
parent 2388cada01
commit 6757a8159b
5 changed files with 79 additions and 23 deletions

View File

@@ -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;