Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'space_view3d_property_chart.py')
-rw-r--r--space_view3d_property_chart.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/space_view3d_property_chart.py b/space_view3d_property_chart.py
index 10aeba9b..eb4d57ae 100644
--- a/space_view3d_property_chart.py
+++ b/space_view3d_property_chart.py
@@ -169,7 +169,8 @@ class SequencerEditProps(bpy.types.Panel):
draw = _property_chart_draw
- def poll(self, context):
+ @staticmethod
+ def poll(context):
return context.scene.sequence_editor is not None
# Operator to copy properties