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/datamosh.py')
-rw-r--r--sequencer_kinoraw_tools/datamosh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sequencer_kinoraw_tools/datamosh.py b/sequencer_kinoraw_tools/datamosh.py
index 81f679bd..f64adbed 100644
--- a/sequencer_kinoraw_tools/datamosh.py
+++ b/sequencer_kinoraw_tools/datamosh.py
@@ -65,7 +65,7 @@ class CreateAvi(Operator):
bl_description = "Create an avi output file"
bl_options = {'REGISTER', 'UNDO'}
- size = IntProperty(
+ size: IntProperty(
name="proxysize",
default=1
)