File size: 760 Bytes
0390e84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ECHO OFF

REM Add arguments for Python script after last " -- "

REM Python script options

REM --body "body.json"        : Body JSON file name'

REM --name "VC-female.fbx"    : Save output as "VC-female.fbx"

REM --noposeshapes            : Remove pose shape keys

REM --nobakeshape             : Keep all shape keys for the body shape

REM --test                    : Test mode. Will not write out .fbx file

REM 



REM Female
.\blender-2.79b-windows64\blender.exe createAvatar.blend --background --python create_avatar.py -- --noposeshapes --body="body-f.json" --name "VC-female.fbx"



REM Male
.\blender-2.79b-windows64\blender.exe createAvatar.blend --background --python create_avatar.py -- --noposeshapes --body="body-m.json" --name "VC-male.fbx"