[Bf-extensions-cvs] [39cadb50] master: Storypencil: Cleanup comments

Antonio Vazquez noreply at git.blender.org
Wed Jan 25 18:27:01 CET 2023


Commit: 39cadb50aa31005bb64461f98b36a1a0f88ebc78
Author: Antonio Vazquez
Date:   Wed Jan 25 18:26:32 2023 +0100
Branches: master
https://developer.blender.org/rBA39cadb50aa31005bb64461f98b36a1a0f88ebc78

Storypencil: Cleanup comments

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

M	storypencil/synchro.py

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

diff --git a/storypencil/synchro.py b/storypencil/synchro.py
index 99f95881..589491d1 100644
--- a/storypencil/synchro.py
+++ b/storypencil/synchro.py
@@ -821,6 +821,8 @@ class STORYPENCIL_OT_TabSwitch(Operator):
                 # Get strip under time cursor
                 strip, old_frame = get_sequence_at_frame(
                     scene.frame_current, sequences=sequences)
+                # For meta strips the tab key must be processed by other operator, so
+                # just pass through to the next operator in the stack.
                 if strip is None or strip.type != 'SCENE':
                     if context.active_sequence_strip and context.active_sequence_strip.type == 'META':
                         return {'PASS_THROUGH'}



More information about the Bf-extensions-cvs mailing list