This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/imbuf/intern
Kent Mein 934a11e9ff ok my last little tweak for today ;)
I cleaned up the code a little did a couple of these:
if (blah > stuff - wah)  blah = stuff - wah;

changed to....
tmp = stuff - wah;
if (blah > tmp) blah = tmp;

and combined multiple if statements

Kent
2004-08-31 14:23:29 +00:00
..
2004-08-31 13:10:45 +00:00
2003-04-27 09:59:36 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2003-04-27 09:59:36 +00:00
2003-04-27 09:59:36 +00:00
2002-11-25 12:02:15 +00:00
2003-04-27 09:59:36 +00:00
2003-05-02 13:36:56 +00:00
2004-08-31 14:23:29 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00