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:
authorCampbell Barton <ideasman42@gmail.com>2010-08-05 19:58:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-05 19:58:52 +0400
commitebfb6490e11ae9ae0429737c1bf0e0cd64222f5a (patch)
treed6b7ff4e93a37043d83ceb5dbabfdf8bc2bab117 /space_view3d_property_chart.py
parent8d94603a8de70935166a933d2fb0f9af369d567f (diff)
update for changes in blender.
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