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-08-26 22:25:50 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-08-26 22:25:50 +0300
commit58a098ef8be9af602de5d4b973f6076c3d517b56 (patch)
tree64491b8fd7a6602824bf2bba6d75d858eb89c1b4 /io_scene_fbx/fbx_utils.py
parent4c4d14124953a4b70aa268ba1286468cfa4bb520 (diff)
Fix T45913: FBX Import: Add option to not import animations.
Can be handy sometimes, especialy with files which should not be animated and yet contain animdata...
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 e2b3655d..f0501792 100644
--- a/io_scene_fbx/fbx_utils.py
+++ b/io_scene_fbx/fbx_utils.py
@@ -1219,7 +1219,7 @@ FBXImportSettings = namedtuple("FBXImportSettings", (
"bake_space_transform", "global_matrix_inv", "global_matrix_inv_transposed",
"use_custom_normals", "use_cycles", "use_image_search",
"use_alpha_decals", "decal_offset",
- "anim_offset",
+ "use_anim", "anim_offset",
"use_custom_props", "use_custom_props_enum_as_string",
"cycles_material_wrap_map", "image_cache",
"ignore_leaf_bones", "force_connect_children", "automatic_bone_orientation", "bone_correction_matrix",