Blender Git Commit Log
Git Commits -> Revision eaee2b4
Revision eaee2b4 by Richard Antalik (master) May 10, 2020, 06:26 (GMT) |
Fix T36263: Pasted strip doesnt have F-Curve keyframes from the original Original code for copying strips tried to change strip name 2 times before copying and once again after pasting. Store structs in clipboard in unchanged state, so we can reference data after pasting easily. Better method would probably be storing animation data in clipboard as well, so we can copy animated strips even between scenes. Reviewed By: brecht Differential Revision: https://developer.blender.org/D7638 |
Commit Details:
Full Hash: eaee2b4119359493b87422100e913a5e1dc9a001
Parent Commit: a1b3eff
Lines Changed: +12, -39