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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-12 13:40:24 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-12 13:40:24 +0300
commitdb79c2aa5eed872e44f8462cfbc793011b4a8162 (patch)
tree2dd93a11d60595a4e39c8abf4ece520b444c4351 /io_scene_fbx/fbx_utils.py
parent06545113736d893a3fbfa6d4f4465d297f8df893 (diff)
FBX Import: Add option to not import custom normals.
Diffstat (limited to 'io_scene_fbx/fbx_utils.py')
-rw-r--r--io_scene_fbx/fbx_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/fbx_utils.py b/io_scene_fbx/fbx_utils.py
index 85b64e51..651cac7c 100644
--- a/io_scene_fbx/fbx_utils.py
+++ b/io_scene_fbx/fbx_utils.py
@@ -1223,7 +1223,7 @@ FBXExportData = namedtuple("FBXExportData", (
FBXImportSettings = namedtuple("FBXImportSettings", (
"report", "to_axes", "global_matrix", "global_scale",
"bake_space_transform", "global_matrix_inv", "global_matrix_inv_transposed",
- "use_cycles", "use_image_search",
+ "use_custom_normals", "use_cycles", "use_image_search",
"use_alpha_decals", "decal_offset",
"anim_offset",
"use_custom_props", "use_custom_props_enum_as_string",