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>2017-03-19 04:49:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-03-19 04:49:18 +0300
commit57f376e9465c6b79ebd4409bc30e0b5930dd4140 (patch)
tree8dc6d5940bc8c39d7979d3b35c19d91f4bb83bf0 /io_scene_fbx
parent1338695613af08ae912e6507f0fc89d54577e11a (diff)
Cleanup: trailing space
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/export_fbx.py2
-rw-r--r--io_scene_fbx/import_fbx.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index ff39ff44..dc647f71 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -1571,7 +1571,7 @@ def save_single(operator, scene, filepath="",
if do_textures:
fw('\n\t\tLayerElementTexture: %d {'
'\n\t\t\tVersion: 101'
- '\n\t\t\tName: "%s"'
+ '\n\t\t\tName: "%s"'
'\n\t\t\tMappingInformationType: "%s"'
'\n\t\t\tReferenceInformationType: "IndexToDirect"'
'\n\t\t\tBlendMode: "Translucent"'
diff --git a/io_scene_fbx/import_fbx.py b/io_scene_fbx/import_fbx.py
index 87e1973f..caf65efd 100644
--- a/io_scene_fbx/import_fbx.py
+++ b/io_scene_fbx/import_fbx.py
@@ -290,7 +290,7 @@ from collections import namedtuple
FBXTransformData = namedtuple("FBXTransformData", (
- "loc", "geom_loc",
+ "loc", "geom_loc",
"rot", "rot_ofs", "rot_piv", "pre_rot", "pst_rot", "rot_ord", "rot_alt_mat", "geom_rot",
"sca", "sca_ofs", "sca_piv", "geom_sca",
))