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-10 08:52:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-10 08:52:18 +0400
commit2965c00cc3cfc7952641a47970528a34371929a9 (patch)
tree6143fc7e5af4bb4a40a6d7474984526070ac63d2 /io_scene_x3d/__init__.py
parentd30bb5e02cd1b45c4e9412af050cfe23ef560882 (diff)
- support for path mode copying
- h3d: replace unfinvviewmat with gl_ModelViewMatrixInverse
Diffstat (limited to 'io_scene_x3d/__init__.py')
-rw-r--r--io_scene_x3d/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 766d3130..96f09900 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -126,7 +126,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
default='-Y',
)
- # path_mode = path_reference_mode
+ path_mode = path_reference_mode
def execute(self, context):
from . import export_x3d