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>2012-02-05 13:40:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-05 13:40:34 +0400
commitf5e765036da06edfa5b080b8a3395071e1b7ea75 (patch)
tree63854db8ae972e2ac453d01a6d202e990839d895 /io_scene_x3d/export_x3d.py
parent2300ca090ab57fb238ce86669bd17724168b1dd8 (diff)
Code Cleanup: pep8
Diffstat (limited to 'io_scene_x3d/export_x3d.py')
-rw-r--r--io_scene_x3d/export_x3d.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/io_scene_x3d/export_x3d.py b/io_scene_x3d/export_x3d.py
index aafe300b..7c8870f9 100644
--- a/io_scene_x3d/export_x3d.py
+++ b/io_scene_x3d/export_x3d.py
@@ -256,8 +256,6 @@ def export(file,
from bpy_extras.io_utils import unique_name
from xml.sax.saxutils import quoteattr, escape
-
-
if name_decorations:
# If names are decorated, the uuid map can be split up
# by type for efficiency of collision testing
@@ -280,7 +278,7 @@ def export(file,
group_ = 'group_'
else:
# If names are not decorated, it may be possible for two objects to
- # have the same name, so there has to be a unified dictionary to
+ # have the same name, so there has to be a unified dictionary to
# prevent uuid collisions.
uuid_cache = {}
uuid_cache_object = uuid_cache # object
@@ -299,7 +297,7 @@ def export(file,
MA_ = ''
LA_ = ''
group_ = ''
-
+
_TRANSFORM = '_TRANSFORM'
# store files to copy