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>2019-05-14 13:28:55 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-05-14 13:28:55 +0300
commitee97a837ccc78ffa9660f5686580293100744da3 (patch)
treefc20ff87883e6a782613242777301199f890d362 /io_scene_fbx/import_fbx.py
parent591606587d3c6b9d7ebf38da9c92de8c26b19c55 (diff)
FBX: Cleanup minor comment fix.
Diffstat (limited to 'io_scene_fbx/import_fbx.py')
-rw-r--r--io_scene_fbx/import_fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/import_fbx.py b/io_scene_fbx/import_fbx.py
index 26e31363..10ac8aed 100644
--- a/io_scene_fbx/import_fbx.py
+++ b/io_scene_fbx/import_fbx.py
@@ -722,7 +722,7 @@ def blen_read_animations(fbx_tmpl_astack, fbx_tmpl_alayer, stacks, scene, anim_o
if id_data is None:
continue
- # Create new action if needed (should always be needed!
+ # Create new action if needed (should always be needed, except for keyblocks from shapekeys cases).
key = (as_uuid, al_uuid, id_data)
action = actions.get(key)
if action is None: