== 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user