Blender Git Loki
Git Commits -> Revision a1c4d1c
Revision a1c4d1c by Joshua Leung (master) January 1, 2009, 08:08 (GMT) |
2.5 - Assorted bugfixes * Dopesheet - clicking on keyframes in Object channels (if they came from Object-Data such as Lamps, etc.) would crash. I noticed this error in AnimSys2 yesterday * Action Editor - do versions code now totally reinitialises the Action Editor View2D data (for the timespace), since I found a few files where there appeared to be some weird settings set. * RNA Browser (Outliner->Datablocks) would crash when the Area was ripped (using Alt-R hotkey) as seen in mfoxdogg's 2.5 Tour 2 |
Commit Details:
Full Hash: a1c4d1c735c59b5911dbd0d8557b8f2b32263fe5
SVN Revision: 18211
Parent Commit: c0621a1
Lines Changed: +68, -26
9 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+19, -3) (Diff)
/source/blender/editors/animation/anim_channels.c (+9, -3) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+5, -5) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+16, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_intern.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+9, -6) (Diff)
/source/blender/editors/space_action/space_action.c (+4, -7) (Diff)
/source/blender/editors/space_outliner/outliner.c (+1, -1) (Diff)
/source/blender/editors/animation/anim_channels.c (+9, -3) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+5, -5) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+16, -0) (Diff)
/source/blender/editors/space_action/action_draw.c (+1, -1) (Diff)
/source/blender/editors/space_action/action_intern.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+9, -6) (Diff)
/source/blender/editors/space_action/space_action.c (+4, -7) (Diff)
/source/blender/editors/space_outliner/outliner.c (+1, -1) (Diff)