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/proxy_tools.py')
-rw-r--r--sequencer_kinoraw_tools/proxy_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sequencer_kinoraw_tools/proxy_tools.py b/sequencer_kinoraw_tools/proxy_tools.py
index e0863529..10a83344 100644
--- a/sequencer_kinoraw_tools/proxy_tools.py
+++ b/sequencer_kinoraw_tools/proxy_tools.py
@@ -141,7 +141,7 @@ class CreateProxyOperator(Operator):
"and setup proxies for selected strip")
bl_options = {'REGISTER', 'UNDO'}
- size = IntProperty(
+ size: IntProperty(
name="Proxy Size",
default=1
)
@@ -198,7 +198,7 @@ class CreateBIProxyOperator(Operator):
bl_description = "Use BI system to create a proxy"
bl_options = {'REGISTER', 'UNDO'}
- size = IntProperty(
+ size: IntProperty(
name="Proxy Size",
default=1
)