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:
Diffstat (limited to 'sequencer_kinoraw_tools/jumptocut.py')
-rw-r--r--sequencer_kinoraw_tools/jumptocut.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sequencer_kinoraw_tools/jumptocut.py b/sequencer_kinoraw_tools/jumptocut.py
index 92566d9d..7cbf64c9 100644
--- a/sequencer_kinoraw_tools/jumptocut.py
+++ b/sequencer_kinoraw_tools/jumptocut.py
@@ -520,7 +520,7 @@ class OBJECT_OT_Extrasnap(Operator): # Operator paste source in/out
bl_options = {'REGISTER', 'UNDO'}
# align: 0 = left snap, 1 = center snap, 2= right snap
- align = IntProperty(
+ align: IntProperty(
name="Align",
min=0, max=2,
default=1
@@ -556,7 +556,7 @@ class OBJECT_OT_Extrahandles(Operator): # Operator paste source in/out
bl_options = {'REGISTER', 'UNDO'}
# side: 0 = left , 1 = both, 2= right
- side = IntProperty(
+ side: IntProperty(
name="Side",
min=0, max=2,
default=1