Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_sequencer.py
| Context not available. | |||||
| def draw(self, _context): | def draw(self, _context): | ||||
| layout = self.layout | layout = self.layout | ||||
| layout.operator("sequencer.lock", icon='LOCKED') | layout.operator("sequencer.lock") | ||||
| layout.operator("sequencer.unlock") | layout.operator("sequencer.unlock") | ||||
ISS: Do you want to remove this icon?
Why? | |||||
Done Inline ActionsSorry, turns out, I can not read and comprehend at once - it is written in the description. ISS: Sorry, turns out, I can not read and comprehend at once - it is written in the description.
You… | |||||
| layout.separator() | layout.separator() | ||||
Not Done Inline ActionsThis line shouldn't be here. ISS: This line shouldn't be here.
It is here because there are some characters at the end of the… | |||||
| Context not available. | |||||
| layout.operator("sequencer.duplicate_move") | layout.operator("sequencer.duplicate_move") | ||||
| layout.operator("sequencer.delete", text="Delete...") | layout.operator("sequencer.delete", text="Delete...") | ||||
| layout.separator() | |||||
| layout.menu("SEQUENCER_MT_strip_lock_mute") | |||||
| strip = act_strip(context) | strip = act_strip(context) | ||||
| if strip: | if strip: | ||||
| Context not available. | |||||
| if stype != 'META': | if stype != 'META': | ||||
| layout.separator() | layout.separator() | ||||
| layout.operator("sequencer.meta_make") | layout.operator("sequencer.meta_make") | ||||
| layout.operator("sequencer.meta_toggle", text="Toggle Meta") | |||||
| layout.separator() | |||||
| layout.menu("SEQUENCER_MT_strip_lock_mute") | |||||
| layout.separator() | layout.separator() | ||||
| layout.menu("SEQUENCER_MT_strip_input") | layout.menu("SEQUENCER_MT_strip_input") | ||||
| Context not available. | |||||
Not Done Inline ActionsAlso whitespace here ISS: Also whitespace here | |||||
Do you want to remove this icon?
Why?