Blender Git Commit Log
Git Commits -> Revision 029a6c2
Revision 029a6c2 by Joshua Leung (GPencil_Editing_Stage3) October 10, 2015, 14:06 (GMT) |
Fix: The "transform strokes on unkeyed frame creates new frame" feature didn't work on the first frame As a convenience feature, it is possible to jump to a frame without any existing GP keyframe, and just use the transform tools to modify the stroke to create a new keyframe on that frame. However, if the current frame was before the first GP keyframe, the newly created keyframe would not work (if you scrub away), as it was getting incorrectly added at the end of the list of keyframes, instead of in-order as expected. |
Commit Details:
Full Hash: 029a6c2383f5e4a04585c39bde2e87b92b66f961
Parent Commit: b81f324
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)