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

9
scripts/2gltf2/2gltf2.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
#TODO PATH for Blender
if [ "$#" -ge 1 ]
then
/var/lib/snapd/snap/blender/current/blender -b -P 2gltf2.py -- "$1" "$2" "$3"
else
echo Supported file formats: .abc .blend .dae .fbx. .obj .ply .stl .wrl .x3d
echo 2gltf2.sh [filename]
fi