浏览代码

Fixed inconsistent tabs

Ryan Lee 9 年之前
父节点
当前提交
7857352f44
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/exporters/blender/addons/io_three/exporter/api/object.py

+ 2 - 2
utils/exporters/blender/addons/io_three/exporter/api/object.py

@@ -219,8 +219,8 @@ def animated_xform(obj, options):
     use_inverted = options.get(constants.HIERARCHY, False) and obj.parent
 
     if times == None:
-    logger.info("In animated xform: Unable to extract trackable fields from %s", objName)
-    return tracks
+        logger.info("In animated xform: Unable to extract trackable fields from %s", objName)
+        return tracks
 
     # for each frame
     inverted_fallback = mathutils.Matrix() if use_inverted else None