10 lines
485 B
Batchfile
10 lines
485 B
Batchfile
set PATH=%PATH%;"C:\Program Files\Blender Foundation\Blender 3.6"
|
|
|
|
REM Insurrectionist Animations
|
|
blender ..\animations\insurrectionist\anims-alan.blend --background --python export_anims.py
|
|
blender ..\animations\insurrectionist\anims-shelby.blend --background --python export_anims.py
|
|
|
|
REM Infantry Animations
|
|
blender ..\animations\infantry\anims-alan.blend --background --python export_anims.py
|
|
blender ..\animations\infantry\anims-shelby.blend --background --python export_anims.py
|