Blender Git Commit Log
Git Commits -> Revision f30b60d
Revision f30b60d by Joshua Leung (master) April 2, 2015, 10:48 (GMT) |
Fix: Crash when using "On Selected Markers" mode for Propogate Pose with no markers present The function to get a list of markers was not clearing the list before it exited early, and with no way to tell that the method failed, callers could make the mistake of trusting that the list was now valid (i.e. either full of marker frames or empty, vs being invalid) |
Commit Details:
Full Hash: f30b60d1397d8109d6fb25188eace7b8d3a7e1d5
Parent Commit: 838c350
Lines Changed: +13, -1
1 Modified Path:
/source/blender/editors/animation/anim_markers.c (+13, -1) (Diff)