Blender Git Commit Log
Git Commits -> Revision 4271a40
Revision 4271a40 by Campbell Barton (master) December 17, 2009, 16:28 (GMT) |
- sequencer clipboard now stored globally (not in the scene, makes pasting into other scenes nicer) - multiple pastes after copying - clear the sound handle when copying (was crashing) - allow seq freeing without a scene (assumes seq strip isnt active and sound handle isnt set) - free clipboard sequences on exit - paste sequence strips using the relative playhead location from when they were copied. TODO - check scene pointers on paste - detect overlaps after paste |
Commit Details:
Full Hash: 4271a40ee7a53029f04389234278b7f64d834a11
SVN Revision: 25442
Parent Commit: 8d63126
Lines Changed: +93, -31
6 Modified Paths:
/source/blender/blenkernel/BKE_sequencer.h (+4, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+16, -14) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+67, -15) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+16, -14) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+67, -15) (Diff)
/source/blender/editors/space_sequencer/sequencer_ops.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+0, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+3, -0) (Diff)