diff options
| author | Yann Granjon <[email protected]> | 2013-06-05 16:13:15 +0200 |
|---|---|---|
| committer | Yann Granjon <[email protected]> | 2013-06-05 16:13:15 +0200 |
| commit | 1ef133c52d12daf3fdad1d979e5a71cb39fa0d2e (patch) | |
| tree | 31e2cd5c6b0497f58762a63e3536dab76654324a /3D/fbx/toJSON.bat | |
| download | Chess3D-1ef133c52d12daf3fdad1d979e5a71cb39fa0d2e.tar.xz Chess3D-1ef133c52d12daf3fdad1d979e5a71cb39fa0d2e.zip | |
Initial Commit
Diffstat (limited to '3D/fbx/toJSON.bat')
| -rw-r--r-- | 3D/fbx/toJSON.bat | 8 |
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 |
