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:
authorMikhail Rachinskiy <mikhail.rachinskiy@gmail.com>2019-10-16 14:20:20 +0300
committerMikhail Rachinskiy <mikhail.rachinskiy@gmail.com>2019-10-16 14:20:20 +0300
commit17ae0409f87791f779c76fc0f41b3b0ea2a8fce3 (patch)
tree9fd46abf1906b6271fcb222979786665c0368ad2
parent2933364ad9c69c2fe9f4d66333ef809af0ebf14f (diff)
X3D: fix missing property error
-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 ee7dab6d..e64189d5 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -219,7 +219,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
default=1.0,
)
- path_mode = path_reference_mode
+ path_mode: path_reference_mode
def execute(self, context):
from . import export_x3d