aboutsummaryrefslogtreecommitdiff
path: root/3D/fbx/toJSON.bat
blob: 1f8c155f472ebe997eb0a941dc71994f730f20d3 (plain)
1
2
3
4
5
6
7
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
)