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:
authorCampbell Barton <ideasman42@gmail.com>2019-04-29 05:22:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-29 05:22:49 +0300
commite059588947d55de88c4472abd65b187da621cdfa (patch)
tree0469a059ec177a137c77a891e1ba64687481f200 /io_export_after_effects.py
parent352254d5c84eec8b2ef1922e9ccec25516f6d8c2 (diff)
Fix T63955: label text not used as a keyword arg
Diffstat (limited to 'io_export_after_effects.py')
-rw-r--r--io_export_after_effects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_export_after_effects.py b/io_export_after_effects.py
index 65c60f5c..c0afe51f 100644
--- a/io_export_after_effects.py
+++ b/io_export_after_effects.py
@@ -738,7 +738,7 @@ class ExportJsx(bpy.types.Operator, ExportHelper):
layout = self.layout
box = layout.box()
- box.label('Size fo AE Comp (pixels per 1 BU)')
+ box.label(text='Size fo AE Comp (pixels per 1 BU)')
box.prop(self, 'ae_size')
box.label(text='Animation:')
box.prop(self, 'include_animation')