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>2011-06-20 05:33:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-20 05:33:47 +0400
commit6ac61fedc9bc0ab96b1159682736052c4b62d087 (patch)
tree5fa6f397b314352aaf2f90a36492c082fcb0c087 /io_scene_x3d/__init__.py
parent670bf72cb6978ff2f26a23bf2b5bb83b6e631e10 (diff)
fix [#27697] VRML Importing: Extra line segment added, orientation changed
Diffstat (limited to 'io_scene_x3d/__init__.py')
-rw-r--r--io_scene_x3d/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 96f09900..c176d95c 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -73,7 +73,7 @@ class ImportX3D(bpy.types.Operator, ImportHelper):
('-Y', "-Y Up", ""),
('-Z', "-Z Up", ""),
),
- default='-Y',
+ default='Y',
)
def execute(self, context):
@@ -123,7 +123,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
('-Y', "-Y Up", ""),
('-Z', "-Z Up", ""),
),
- default='-Y',
+ default='Y',
)
path_mode = path_reference_mode