Blender Git Loki
Git Commits -> Revision dfc824a
Revision dfc824a by Ton Roosendaal (master) April 19, 2004, 22:05 (GMT) |
Preparations to have Panels in all window types. Also implemented it for the UV Image window (as Nkey replacement). Blendix can take this further now. Other little improvement: vertices in UV window now draw unselected first, and then selected over it. Less confusing! Next spaces: Action and Nla. |
Commit Details:
Full Hash: dfc824a13457c724b6e86606c4586036bc39cf71
SVN Revision: 2352
Parent Commit: bf25366
Lines Changed: +264, -55
13 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+15, -2) (Diff)
/source/blender/include/BIF_drawimage.h (+1, -0) (Diff)
/source/blender/include/BIF_editsima.h (+1, -1) (Diff)
/source/blender/include/BIF_space.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_sound_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/src/drawimage.c (+197, -19) (Diff)
/source/blender/src/editsima.c (+2, -9) (Diff)
/source/blender/src/space.c (+35, -20) (Diff)
/source/blender/src/toets.c (+1, -0) (Diff)
/source/blender/src/toolbox.c (+1, -1) (Diff)
/source/blender/src/vpaint.c (+1, -0) (Diff)
/source/blender/include/BIF_drawimage.h (+1, -0) (Diff)
/source/blender/include/BIF_editsima.h (+1, -1) (Diff)
/source/blender/include/BIF_space.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_sound_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/src/drawimage.c (+197, -19) (Diff)
/source/blender/src/editsima.c (+2, -9) (Diff)
/source/blender/src/space.c (+35, -20) (Diff)
/source/blender/src/toets.c (+1, -0) (Diff)
/source/blender/src/toolbox.c (+1, -1) (Diff)
/source/blender/src/vpaint.c (+1, -0) (Diff)