Initial commit
This commit is contained in:
commit
a437c068c8
64 changed files with 561683 additions and 0 deletions
14
scripts/2gltf2/2gltf2.bat
Executable file
14
scripts/2gltf2/2gltf2.bat
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
ECHO OFF
|
||||
|
||||
IF "%1"=="" GOTO USAGE
|
||||
|
||||
"C:/Program Files/Blender Foundation/Blender 2.93/blender.exe" -b -P 2gltf2.py -- %1
|
||||
GOTO END
|
||||
|
||||
:USAGE
|
||||
ECHO To glTF 2.0 converter.
|
||||
ECHO Supported file formats: .abc .blend .dae .fbx. .obj .ply .stl .wrl .x3d
|
||||
ECHO.
|
||||
ECHO 2gltf2.bat [filename]
|
||||
|
||||
:END
|
||||
Loading…
Add table
Add a link
Reference in a new issue