Skip to content
Snippets Groups Projects
Commit 4e7bd1a6 authored by Campbell Barton's avatar Campbell Barton
Browse files

add a poll function for the sequencer

parent dad3eccc
No related branches found
No related tags found
Loading
......@@ -170,6 +170,8 @@ class SequencerEditProps(bpy.types.Panel):
draw = _property_chart_draw
def poll(self, context):
return context.scene.sequence_editor is not None
# Operator to copy properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment