Go to file
Campbell Barton 4937076518 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)
2010-08-03 23:59:42 +00:00
build_files build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
doc - updated man page from --help output. 2010-07-15 19:58:23 +00:00
extern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
intern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc7 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc9 Update MSVC9 project file 2010-07-15 20:16:17 +00:00
release exit image externally wasnt checking if the image existed first. 2010-08-03 23:02:18 +00:00
source bugfix [#23173] Blender crashes on selecting display color corrected image in image editor 2010-08-03 23:59:42 +00:00
CMakeLists.txt build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00