37 lines (33 with data), 795 Bytes
//define = (
// [
// {'BM_ARM_LEFT': 'ON'},
// {'BM_ARM_LEFT': 'OFF'},
// ],
// [
// {'BM_ARM_RIGHT': 'ON'},
// {'BM_ARM_RIGHT': 'OFF'},
// ],
// [
// {'BM_ARM_DETAILED_HAND': 'OFF'},
// {'BM_ARM_DETAILED_HAND': 'ON'},
// ],
// [
// {'BM_ARM_SHOULDER_RHYTHM': 'OFF'},
// {'BM_ARM_SHOULDER_RHYTHM': 'ON'},
// ],
//)
//ignore_errors = ['BodyModel.UnallowedCombination','Model loading skipped']
//
#include "libdef.any"
#ifndef TEST_NAME
#define BM_ARM_LEFT 0
#define BM_ARM_RIGHT 1
#define BM_ARM_DETAILED_HAND 0
#define BM_ARM_SHOULDER_RHYTHM 0
#endif
Main =
{
// #path HTML_DOC "<AMMR_PATH_DOC>/bm_config/index.html"
#include "<ANYBODY_PATH_BODY>\HumanModel.any"
AnyOperationDummy RunApplication = {};
};