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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-05 02:59:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-05 02:59:48 +0300
commit92c449776db8384c6555b21b135247ec4aa84e71 (patch)
tree59d7628cbe2e0c37d60843fd6f61cf373428a887 /release/scripts/startup/bl_ui/space_sequencer.py
parent18959c502d62d3d51912bb3cf34ec6c8e8a3544a (diff)
Cleanup: quiet shadow warning, trailign space
Diffstat (limited to 'release/scripts/startup/bl_ui/space_sequencer.py')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index 4f76c645bcb..b5904422beb 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -1051,7 +1051,7 @@ class SequencerButtonsPanel_Output:
class SequencerColorTagPicker:
bl_space_type = 'SEQUENCE_EDITOR'
bl_region_type = 'UI'
-
+
@staticmethod
def has_sequencer(context):
return (context.space_data.view_type in {'SEQUENCER', 'SEQUENCER_PREVIEW'})