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-05-06 07:43:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-06 07:43:15 +0400
commit84dc598e1e3583533dac2deb0670caa10a1578d1 (patch)
treebffcb17caf854195f543ee0fc11efd856c491310 /io_scene_fbx
parent1113b9f1378fddb9cfee2f25447fc97905ef3cc4 (diff)
FBX had the scene scaling at 100.0, was annoying importing into other apps.
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 056da941..2004c939 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -2239,7 +2239,7 @@ Objects: {''')
Property: "FrontAxisSign", "int", "",1
Property: "CoordAxis", "int", "",0
Property: "CoordAxisSign", "int", "",1
- Property: "UnitScaleFactor", "double", "",100
+ Property: "UnitScaleFactor", "double", "",1
}
}
''')