Blender Git Loki
Git Commits -> Revision 6bfe926
Revision 6bfe926 by Sergey Sharybin (master) June 30, 2012, 12:37 (GMT) |
Color management cleanup and improvements - De-duplicate code used by color management panel drawing, moved this panel to utility file in bl_ui - Added support of per-window color management control which means view transform. exposure and gamma could be set per window and all spaces would use this settings. This is default behavior for older files now. - Added support of color management display of movie clips in clip editor. Supported both texture buffer and fallback draw methods. - Fixed default values for exposure and gamma |
Commit Details:
Full Hash: 6bfe9266be22a087e56efaccca9b52aa553b7530
SVN Revision: 48438
Parent Commit: b57a552
Lines Changed: +144, -63
1 Added Path:
/release/scripts/startup/bl_ui/properties_color_management.py (+44, -0) (View)
16 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+8, -0) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+2, -18) (Diff)
/release/scripts/startup/bl_ui/space_node.py (+2, -18) (Diff)
/source/blender/editors/include/ED_clip.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+16, -5) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+6, -8) (Diff)
/source/blender/editors/space_clip/space_clip.c (+6, -0) (Diff)
/source/blender/editors/space_image/image_draw.c (+3, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+3, -2) (Diff)
/source/blender/imbuf/IMB_colormanagement.h (+5, -1) (Diff)
/source/blender/imbuf/intern/colormanagement.c (+25, -7) (Diff)
/source/blender/makesdna/DNA_space_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_color.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+5, -0) (Diff)
/release/scripts/startup/bl_ui/space_image.py (+2, -18) (Diff)
/release/scripts/startup/bl_ui/space_node.py (+2, -18) (Diff)
/source/blender/editors/include/ED_clip.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+16, -5) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+6, -8) (Diff)
/source/blender/editors/space_clip/space_clip.c (+6, -0) (Diff)
/source/blender/editors/space_image/image_draw.c (+3, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+3, -2) (Diff)
/source/blender/imbuf/IMB_colormanagement.h (+5, -1) (Diff)
/source/blender/imbuf/intern/colormanagement.c (+25, -7) (Diff)
/source/blender/makesdna/DNA_space_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_color.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+5, -0) (Diff)