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_camera.py')
-rw-r--r--io_anim_camera.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 07eeeb97..6e186b25 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -119,8 +119,6 @@ class CameraExporter(bpy.types.Operator):
bl_label = "Export Camera & Markers"
filepath = StringProperty(name="File Path", description="File path used for importing the RAW file", maxlen=1024, default="")
- filename = StringProperty(name="File Name", description="Name of the file.")
- directory = StringProperty(name="Directory", description="Directory of the file.")
frame_start = IntProperty(name="Start Frame",
description="Start frame for export",