Initial commit

This commit is contained in:
Robert Nasarek 2026-06-25 09:09:16 +02:00
commit a437c068c8
64 changed files with 561683 additions and 0 deletions

14
scripts/2gltf2/2gltf2.bat Executable file
View 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