Prechádzať zdrojové kódy

Fixed inconsistent tabs

Ryan Lee 9 rokov pred
rodič
commit
7857352f44

+ 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