== Sequencer ==

Removed "frame_locked"-flag from sequencer completely, since it doesn't 
work any more in Blender 2.5. (All IPOs are frame-locked now anyways.)
This commit is contained in:
Peter Schlaile
2010-06-22 21:09:50 +00:00
parent 86de9694ff
commit df76cebb8a
3 changed files with 5 additions and 23 deletions

View File

@@ -351,7 +351,6 @@ class SEQUENCER_PT_edit(SequencerButtonsPanel):
row = layout.row()
row.prop(strip, "lock")
row.prop(strip, "frame_locked", text="Frame Lock")
col = layout.column()
col.enabled = not strip.lock