Commit: f1462c759f409a36b640f2810b4993fa73f82e30
Author: Antony Riakiotakis
Date: Mon Feb 9 14:47:45 2015 +0100
Branches: wiggly-widgets
https://developer.blender.org/rBf1462c759f409a36b640f2810b4993fa73f82e30
Fix warning in py code.
===================================================================
M release/scripts/startup/bl_ui/space_sequencer.py
===================================================================
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py
b/release/scripts/startup/bl_ui/space_sequencer.py
index 0fc4bd2..d199b72 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -447,7 +447,7 @@ class SequencerButtonsPanel_Output:
@staticmethod
def has_preview(context):
st = context.space_data
- return (st.view_type in {'PREVIEW', 'SEQUENCER_PREVIEW'}) or
st.show_backdrop
+ return (st.view_type in {'PREVIEW', 'SEQUENCER_PREVIEW'}) or
st.show_overdrop
@classmethod
def poll(cls, context):
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs