Blender Git Loki
Git Commits -> Revision 6171314
Revision 6171314 by Sergey Sharybin (master) October 2, 2014, 13:06 (GMT) |
Fix T42008: Dragging and packing issue about new blank image The issue was caused by the fact that we never used to store the generated image color in DNA, so image reload will loose this information. Now we store the color in DNA, making ti so re-loading the image will preserve it's generated color. It is now also possible to change generated image color using the color swatch in image properties after the image was created. |
Commit Details:
Full Hash: 617131410c74bc0291ede50803e5d9badff2a0c9
Parent Commit: 9ac0b4f
Lines Changed: +23, -2
5 Modified Paths:
/source/blender/blenkernel/intern/image.c (+4, -2) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+7, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_image_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_image.c (+7, -0) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+7, -0) (Diff)
/source/blender/editors/space_image/image_buttons.c (+4, -0) (Diff)
/source/blender/makesdna/DNA_image_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_image.c (+7, -0) (Diff)