Blender Git Loki
Git Commits -> Revision f801b2b
Revision f801b2b by Campbell Barton (master) December 1, 2010, 02:54 (GMT) |
bugfix [#23406] DPX Images load darker then saved, UI broken. - a linear float buffer was being created and saved into a non-linear DPX/Cineon file. - removed the UI since the settings are not used at the moment. added a utility function IMB_float_profile_ensure(), which returns a float buffer in the requested profile, using the existing if needed or returning an allocated buffer if the profile is different to that of the ImBuf. - Useful this case where the save function has its own linear setting. |
Commit Details:
Full Hash: f801b2bcba276a26a68accb9167798c4facb9275
SVN Revision: 33405
Parent Commit: ad0dd98
Lines Changed: +114, -46