瀏覽代碼

Fixing tab issues

Deltakosh 11 年之前
父節點
當前提交
7e7db27fc8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Exporters/Blender/io_export_babylon.py

+ 1 - 1
Exporters/Blender/io_export_babylon.py

@@ -136,7 +136,7 @@ class Export_babylon(bpy.types.Operator, ExportHelper):
         Export_babylon.write_bool(file_handler, "applyGravity", object.data.applyGravity)
         Export_babylon.write_array3(file_handler, "ellipsoid", object.data.ellipsoid)
 
-		locAnim = False
+        locAnim = False
         coma = False
 
         if object.animation_data: