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:
authorGaia Clary <gaia.clary@machinimatrix.org>2012-05-25 17:50:32 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-05-25 17:50:32 +0400
commit19705e969ae625b2c0e3bf02862b5a115cc35530 (patch)
tree62b60e9c8cca32c1af0c2f29255e73067d945119 /release/scripts
parent6b554c5ec4101bf1b9c3d82ff601190214684e05 (diff)
Removed setting of filepath from Operator Preset for the Collada Exporter (Second Life presets)
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