From db79c2aa5eed872e44f8462cfbc793011b4a8162 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 12 Jul 2015 12:40:24 +0200 Subject: FBX Import: Add option to not import custom normals. --- io_scene_fbx/fbx_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_fbx/fbx_utils.py') 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", -- cgit v1.2.3