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-11-11 07:16:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-11 07:16:01 +0400
commit6cb9c0bf91a1534a601fac8e15803ad8b49669e0 (patch)
treef75955ce785d112083dbb2817fe34a41ed505913 /io_scene_fbx
parent4c7363d171e9b2d9c3aa6dd0d992192e64fafc6d (diff)
minor formatting edits
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/export_fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index 806c9030..6b2e4043 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -1866,7 +1866,7 @@ def save_single(operator, scene, filepath="",
i = 0
fw(',%.6f,%.6f,%.6f' % v.co[:])
i += 1
-
+
fw('\n\t}')
def write_group(name):