mirror of
https://github.com/AntonioND/dsma-library.git
synced 2025-06-18 16:45:33 -04:00
14 lines
264 B
Bash
14 lines
264 B
Bash
#!/bin/sh
|
|
|
|
TOOLS=../../tools
|
|
ROBOT=../../models/robot
|
|
|
|
python3 $TOOLS/md5_to_dsma.py \
|
|
--model $ROBOT/Robot.md5mesh \
|
|
--name robot \
|
|
--output nitrofiles \
|
|
--texture 128 128 \
|
|
--anim $ROBOT/Walk.md5anim \
|
|
--skip-frames 1 \
|
|
--blender-fix
|