Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/presets/operator/wm.collada_export/second_life.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/presets/operator/wm.collada_export/second_life.py b/release/scripts/presets/operator/wm.collada_export/second_life.py
index eea7423dc71..5e04903470b 100755
--- a/release/scripts/presets/operator/wm.collada_export/second_life.py
+++ b/release/scripts/presets/operator/wm.collada_export/second_life.py
@@ -1,7 +1,6 @@
import bpy
op = bpy.context.active_operator
-op.filepath = 'untitled.dae'
op.selected = True
op.apply_modifiers = True
op.include_bone_children = False