11 lines
580 B
Batchfile
11 lines
580 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
|
|
blender ..\animations\insurrectionist\anims-tommy6.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
|