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:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2020-10-27 20:36:18 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2020-10-27 20:36:18 +0300
commit3c670394b5eba10e348dacec80137c772fa40bd7 (patch)
tree40e80b107b47123a75dc581d8be680696eeef980 /io_coat3D
parent65ef52639ec89def2f0f7fe0f7f9d50619c5b0a6 (diff)
io_coat3D: fix vox scaling issue
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 0a1b7791..a5f28246 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -717,7 +717,7 @@ class SCENE_OT_export(bpy.types.Operator):
if(coat3D.type == 'autopo'):
coat3D.bring_retopo = True
coat3D.bring_retopo_path = checkname
- bpy.ops.export_scene.fbx(filepath=checkname, global_scale = 0.01, use_selection=True, use_mesh_modifiers=coat3D.exportmod, axis_forward='-Z', axis_up='Y')
+ bpy.ops.export_scene.fbx(filepath=checkname, global_scale = 1, use_selection=True, use_mesh_modifiers=coat3D.exportmod, axis_forward='-Z', axis_up='Y')
elif (coat3D.type == 'vox'):
coat3D.bring_retopo = False