فهرست منبع

Normalize indentation in Blender exporter

Making the exporter for Blender 2.66 producing consistent indentation (all tabs rather than mixed tabs and spaces).
Nicholas Kinsey 11 سال پیش
والد
کامیت
2e7400d2c7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      utils/exporters/blender/2.66/scripts/addons/io_mesh_threejs/export_threejs.py

+ 1 - 1
utils/exporters/blender/2.66/scripts/addons/io_mesh_threejs/export_threejs.py

@@ -267,7 +267,7 @@ TEMPLATE_MODEL_ASCII = """\
 
 	"skinWeights" : [%(weights)s],
 
-    "animations" : [%(animations)s]
+	"animations" : [%(animations)s]
 """
 
 TEMPLATE_VERTEX = "%g,%g,%g"