From 84dc598e1e3583533dac2deb0670caa10a1578d1 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Fri, 6 May 2011 03:43:15 +0000
Subject: [PATCH] FBX had the scene scaling at 100.0, was annoying importing
 into other apps.

---
 io_scene_fbx/export_fbx.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index 056da9410..2004c9393 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
         }
     }
 ''')
-- 
GitLab