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 'game_engine_save_as_runtime.py')
-rw-r--r--game_engine_save_as_runtime.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py
index 6c9e11b6..37387d9a 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -194,8 +194,6 @@ class SaveAsRuntime(bpy.types.Operator):
subtype='FILE_PATH',
)
filepath = StringProperty(
- name="Output Path",
- description="Where to save the runtime",
subtype='FILE_PATH',
)
copy_python = BoolProperty(