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-09-29 15:31:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-29 15:31:56 +0400
commit29d1bd81473e316c35bfe5de9b532e83b97d3495 (patch)
tree9b4ab5daa7c85a3fd668699e329d7c0a3f7c63c2 /io_scene_obj/__init__.py
parentf51dee9e5108b93205c56d0bf2d1a55b6a4f1ae1 (diff)
remove all scenes option
Diffstat (limited to 'io_scene_obj/__init__.py')
-rw-r--r--io_scene_obj/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 8cefbf39..f1f5def2 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -215,11 +215,6 @@ class ExportOBJ(bpy.types.Operator, ExportHelper):
description="Export selected objects only",
default=False,
)
- use_all_scenes = BoolProperty(
- name="All Scenes",
- description="",
- default=False,
- )
use_animation = BoolProperty(
name="Animation",
description="",