aboutsummaryrefslogtreecommitdiff
path: root/3D/fbx/toJSON.bat
diff options
context:
space:
mode:
Diffstat (limited to '3D/fbx/toJSON.bat')
-rw-r--r--3D/fbx/toJSON.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/3D/fbx/toJSON.bat b/3D/fbx/toJSON.bat
new file mode 100644
index 0000000..1f8c155
--- /dev/null
+++ b/3D/fbx/toJSON.bat
@@ -0,0 +1,8 @@
+set fbxPath=C:\Users\Administrateur\Dropbox\Public\javascript\webGL\chess\3D\fbx\refining\
+set jsonPath=C:\Users\Administrateur\Dropbox\Public\javascript\webGL\chess\3D\json\
+set pyPath=C:\Python26\python
+
+for %%f in (*.fbx) do (
+
+ "%pyPath%" "%fbxPath%fbx2JSON.py" "%fbxPath%%%~nf.fbx" "%jsonPath%%%~nf.json" -g
+) \ No newline at end of file