FBX: Cleanup minor comment fix.

This commit is contained in:
Bastien Montagne 2019-05-14 12:28:55 +02:00
parent 591606587d
commit ee97a837cc
1 changed files with 1 additions and 1 deletions

View File

@ -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: