Initial commit
This commit is contained in:
commit
a437c068c8
64 changed files with 561683 additions and 0 deletions
9
scripts/2gltf2/2gltf2.sh
Executable file
9
scripts/2gltf2/2gltf2.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue