Blender Git Loki
Git Commits -> Revision f8abfce
Revision f8abfce by Brecht Van Lommel (master) September 16, 2009, 19:27 (GMT) |
Image Panels * The image panels in the image editor and texture buttons should be more complete now, with working new/open, refreshes, and using the layout engine. * Paint panels in image editor are now consistent with the ones in the 3d view toolbar. * Curves panel also uses layout engine, and doesn't look squashed anymore. |
Commit Details:
Full Hash: f8abfce7ce022e4a7ac53a68477f56e4b740e91e
SVN Revision: 23287
Parent Commit: 5129b08
Lines Changed: +510, -621
13 Modified Paths:
/release/ui/space_image.py (+109, -0) (Diff)
/source/blender/blenkernel/intern/image.c (+11, -6) (Diff)
/source/blender/blenkernel/intern/paint.c (+16, -11) (Diff)
/source/blender/editors/include/ED_image.h (+0, -3) (Diff)
/source/blender/editors/interface/interface_templates.c (+0, -13) (Diff)
/source/blender/editors/space_image/image_buttons.c (+230, -548) (Diff)
/source/blender/editors/space_image/image_ops.c (+14, -7) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_color.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_image.c (+96, -20) (Diff)
/source/blender/makesrna/intern/rna_space.c (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+11, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+8, -6) (Diff)
/source/blender/blenkernel/intern/image.c (+11, -6) (Diff)
/source/blender/blenkernel/intern/paint.c (+16, -11) (Diff)
/source/blender/editors/include/ED_image.h (+0, -3) (Diff)
/source/blender/editors/interface/interface_templates.c (+0, -13) (Diff)
/source/blender/editors/space_image/image_buttons.c (+230, -548) (Diff)
/source/blender/editors/space_image/image_ops.c (+14, -7) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_color.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_image.c (+96, -20) (Diff)
/source/blender/makesrna/intern/rna_space.c (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+11, -3) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+8, -6) (Diff)