Blender Git Loki
Git Commits -> Revision 2fe36c0
Revision 2fe36c0 by Sergey Sharybin (master) December 24, 2012, 15:51 (GMT) |
Separate image input and sequencer's color spaces in the UI This two things were using the same DNA and RNA structures because internally they're completely the same. However, that was confusing from the interface point of view. Now it should be much more clear what's going on there. |
Commit Details:
Full Hash: 2fe36c0139827aaba2f8aad0caa89cab8796357a
SVN Revision: 53313
Parent Commit: fb989c2
Lines Changed: +21, -9
7 Modified Paths:
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_color.c (+14, -3) (Diff)
/source/blender/makesrna/intern/rna_image.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_color.c (+14, -3) (Diff)
/source/blender/makesrna/intern/rna_image.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+1, -1) (Diff)
/source/blender/makesrna/RNA_access.h (+2, -1) (Diff)