qbhf2's picture
added: VirtualCaliper
0390e84
@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"