[Bf-blender-cvs] [8142e13] gooseberry: quiet py exception

Campbell Barton noreply at git.blender.org
Thu Jan 22 12:14:44 CET 2015


Commit: 8142e13d1a43d45f8d6b02f8e33a474398c35aca
Author: Campbell Barton
Date:   Thu Jan 22 22:14:04 2015 +1100
Branches: gooseberry
https://developer.blender.org/rB8142e13d1a43d45f8d6b02f8e33a474398c35aca

quiet py exception

===================================================================

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 eb2adc9..c964635 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -448,7 +448,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):




More information about the Bf-blender-cvs mailing list