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-02 05:25:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-02 05:25:06 +0400
commite8eca4818c12ec200ef976c2ecb340b6ae7b4c5e (patch)
treef9e9a8b9517fdeb2e8fa3a2c69a9a4b71c108d0f /io_scene_x3d/__init__.py
parentb6131256b6654f16d0e38387ec3b8c10ed47d501 (diff)
WIP H3D/X3D code.
Diffstat (limited to 'io_scene_x3d/__init__.py')
-rw-r--r--io_scene_x3d/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py
index 43671ed8..13ff0f06 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -99,6 +99,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
use_triangulate = BoolProperty(name="Triangulate", description="Write quads into 'IndexedTriangleSet'", default=True)
use_normals = BoolProperty(name="Normals", description="Write normals with geometry", default=False)
use_compress = BoolProperty(name="Compress", description="GZip the resulting file, requires a full python install", default=False)
+ use_h3d = BoolProperty(name="H3D Extensions", description="Export shaders for H3D", default=False)
axis_forward = EnumProperty(
name="Forward",