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>2013-02-07 08:25:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-07 08:25:53 +0400
commit9e11509b70067c0c24fec6f1c38e7c4b93ba7f06 (patch)
treef8540bde9c30863a530ad072ffed51060799155b /io_scene_x3d/__init__.py
parent05b77ae4f880355178641584939cfb87d6cc7638 (diff)
make option for applying modifiers consistent
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 1440684b..6bf64017 100644
--- a/io_scene_x3d/__init__.py
+++ b/io_scene_x3d/__init__.py
@@ -109,7 +109,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
description="Export selected objects only",
default=False,
)
- use_apply_modifiers = BoolProperty(
+ use_mesh_modifiers = BoolProperty(
name="Apply Modifiers",
description="Use transformed mesh data from each object",
default=True,