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:
authorNBurn <7nburn@gmail.com>2019-01-23 23:03:09 +0300
committerNBurn <7nburn@gmail.com>2019-01-23 23:03:09 +0300
commit49c1b409286937d00a63fbf4cfb1f820a75a80c0 (patch)
treee85be0be22a3929aa28e4f3b4d3b16741eb26ebc /io_export_after_effects.py
parent54f2341bdee0e6e5dfacd65a38740f99996efa52 (diff)
addons: add missing text= keyword after label
Diffstat (limited to 'io_export_after_effects.py')
-rw-r--r--io_export_after_effects.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/io_export_after_effects.py b/io_export_after_effects.py
index 462efbab..65c60f5c 100644
--- a/io_export_after_effects.py
+++ b/io_export_after_effects.py
@@ -740,13 +740,13 @@ class ExportJsx(bpy.types.Operator, ExportHelper):
box = layout.box()
box.label('Size fo AE Comp (pixels per 1 BU)')
box.prop(self, 'ae_size')
- box.label('Animation:')
+ box.label(text='Animation:')
box.prop(self, 'include_animation')
- box.label('Include Cameras and Objects:')
+ box.label(text='Include Cameras and Objects:')
box.prop(self, 'include_active_cam')
box.prop(self, 'include_selected_cams')
box.prop(self, 'include_selected_objects')
- box.label("Include Tracking Data:")
+ box.label(text="Include Tracking Data:")
box.prop(self, 'include_cam_bundles')
# box.prop(self, 'include_ob_bundles')