[Bf-extensions-cvs] [ee97a837] master: FBX: Cleanup minor comment fix.

Bastien Montagne noreply at git.blender.org
Tue May 14 12:29:17 CEST 2019


Commit: ee97a837ccc78ffa9660f5686580293100744da3
Author: Bastien Montagne
Date:   Tue May 14 12:28:55 2019 +0200
Branches: master
https://developer.blender.org/rBAee97a837ccc78ffa9660f5686580293100744da3

FBX: Cleanup minor comment fix.

===================================================================

M	io_scene_fbx/import_fbx.py

===================================================================

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:



More information about the Bf-extensions-cvs mailing list