Blender Git Loki
Git Commits -> Revision 401b58c
Revision 401b58c by Brecht Van Lommel (master) June 16, 2009, 01:22 (GMT) |
2.5: Image Editor * Started porting over to python, menus nearly done, header WIP. * Game Properties panel is in python too * Deprecated "Tiles" as a per face flag here, now it's always on the image, used to be both, working in a very confusing way. Unlikely someone actually had a purpose for this being per face. * Remove GPC_PolygonMaterial.cpp/h, it's not actually used anymore, so I don't want to bother updating it. * Fix crash in image painting (own mistake in porting over bugfix from 2.4x). |
Commit Details:
Full Hash: 401b58cb45dd23d4b92143f29b77060c105ba127
SVN Revision: 20913
Parent Commit: 18d8454
Lines Changed: +866, -585
1 Added Path:
/release/ui/space_image.py (+836, -0) (View)
2 Deleted Paths:
/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.cpp (+0, -412)
/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.h (+0, -89)
/source/gameengine/GamePlayer/common/GPC_PolygonMaterial.h (+0, -89)
9 Modified Paths:
/source/blender/editors/mesh/editmesh_tools.c (+1, -3) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+7, -4) (Diff)
/source/blender/editors/space_image/image_buttons.c (+0, -41) (Diff)
/source/blender/editors/space_image/image_ops.c (+2, -2) (Diff)
/source/blender/editors/space_image/space_image.c (+13, -14) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+4, -16) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+0, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image.c (+7, -4) (Diff)
/source/blender/editors/space_image/image_buttons.c (+0, -41) (Diff)
/source/blender/editors/space_image/image_ops.c (+2, -2) (Diff)
/source/blender/editors/space_image/space_image.c (+13, -14) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+4, -16) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_meshdata_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_image.c (+0, -1) (Diff)