Blender Git Loki
Git Commits -> Revision 59aced7
February 28, 2006, 18:30 (GMT) |
Fix for bug #3886 Basically the check for a type of jpeg was messed up. I added a imb_is_a_jpeg function since I was working on that bit and it makes it a little more similar to the other filetypes. I also changed a switch statement that had the same loop for all cases, just moved the loop outside of the switch statement. Kent |
Commit Details:
Full Hash: 59aced7a509e40654eec4e321f60ce20f173450d
SVN Revision: 6945
Parent Commit: 21df108
Lines Changed: +16, -13