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>2010-06-27 02:33:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-27 02:33:13 +0400
commit69a384d3ed2608ae6cf064dd33c9293908b955e6 (patch)
tree4a986acbb69de36bd6517634e986fa8fa7217b4b /io_anim_camera.py
parentd35dee7d0ce5719d26c2db1fa2b46b007a58cf60 (diff)
remove filename and directory from ops that dont need them
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",