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 'io_scene_x3d')
-rw-r--r--io_scene_x3d/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 6bf64017..f87bd428 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -157,7 +157,6 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
),
default='Z',
)
-
axis_up = EnumProperty(
name="Up",
items=(('X', "X Up", ""),