Blender Git Commit Log
Git Commits -> Revision 5917d08
Revision 5917d08 by Joshua Leung (master) January 26, 2009, 23:18 (GMT) |
Graph Editor: Added files + Bugfixes * Copied files containing code for tools from Action Editor to use as a base for the Graph Editor's tools. The toolsets are now very similar, so it should just be a case of making a few tweaks here and there. Currently all of these tools are #if-def'd out, as there are still a few things to clean up. (BUILDSYSTEM MAINTAINERS BEWARE!) * Tweaked some UI stuff (width of mode selector in header, names in the spacetype choosing menu) * Fixed a few bugs which were causing crashes when loading old files with IPO Editors open. |
Commit Details:
Full Hash: 5917d0892c8d73b38c2988c911341ef325a4656d
SVN Revision: 18685
Parent Commit: 63cedd8
Lines Changed: +2386, -32
3 Added Paths:
/source/blender/editors/space_ipo/ipo_edit.c (+1373, -0) (View)
/source/blender/editors/space_ipo/ipo_ops.c (+166, -0) (View)
/source/blender/editors/space_ipo/ipo_select.c (+818, -0) (View)
/source/blender/editors/space_ipo/ipo_ops.c (+166, -0) (View)
/source/blender/editors/space_ipo/ipo_select.c (+818, -0) (View)
8 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+1, -5) (Diff)
/source/blender/editors/animation/anim_filter.c (+6, -2) (Diff)
/source/blender/editors/screen/area.c (+2, -2) (Diff)
/source/blender/editors/space_ipo/ipo_draw.c (+8, -9) (Diff)
/source/blender/editors/space_ipo/ipo_header.c (+2, -1) (Diff)
/source/blender/editors/space_ipo/ipo_intern.h (+5, -0) (Diff)
/source/blender/editors/space_ipo/SConscript (+1, -1) (Diff)
/source/blender/editors/space_ipo/space_ipo.c (+4, -12) (Diff)
/source/blender/editors/animation/anim_filter.c (+6, -2) (Diff)
/source/blender/editors/screen/area.c (+2, -2) (Diff)
/source/blender/editors/space_ipo/ipo_draw.c (+8, -9) (Diff)
/source/blender/editors/space_ipo/ipo_header.c (+2, -1) (Diff)
/source/blender/editors/space_ipo/ipo_intern.h (+5, -0) (Diff)
/source/blender/editors/space_ipo/SConscript (+1, -1) (Diff)
/source/blender/editors/space_ipo/space_ipo.c (+4, -12) (Diff)