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 'io_anim_c3d')
-rw-r--r--io_anim_c3d/__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index 2a460bea..36c6f0c2 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -105,9 +105,7 @@ class C3DImporter(bpy.types.Operator):
bl_label = "Import C3D"
filepath = StringProperty(
- name="File Path",
- maxlen=1024,
- description="Path to the C3D file",
+ subtype='FILE_PATH',
)
from_inches = BoolProperty(
name="Convert from inches to metric",