Blender Git Commit Log
Git Commits -> Revision 4937076
Revision 4937076 by Campbell Barton (master) August 3, 2010, 23:59 (GMT) |
bugfix [#23173] Blender crashes on selecting display color corrected image in image editor notes, - Use our own callback which doesnt exit() blender. - Hard coded 'MONOSCNR.ICM' is bad, should this be a user preference or stored per image? - imb->crect was being set to imb->rect in some cases, disable this because its possible 'rect' gets reallocated and crect becomes freed memory. - when crect cant be created draw pink checkers, so users dont get confused if color correction isnt working. (previously would draw the uncorrected image, if it didnt crash) |
Commit Details:
Full Hash: 49370765189d67d4c65750d9bdff12bc369bcf8f
SVN Revision: 31024
Parent Commit: a72047b
Lines Changed: +58, -30