[bfdf16]: / Tests / test_human_model_hash.any

Download this file

17 lines (10 with data), 385 Bytes

//pytest_markers = [pytest.mark.xfail]

#include "libdef.any"

Main = {
  
  #define BM_ARM_RIGHT OFF
  #define BM_ARM_LEFT OFF
  #define BM_LEG_MODEL OFF
  #define BM_TRUNK_MUSCLES OFF

  #include "<ANYBODY_PATH_BODY>/HumanModel.any" 
  
  AnyInt CalculateHumanFolderHash = expect(0, "#define ANYBODY_HASH_BODY "+strquote(Main.HumanModel.Config.HashBodyModel));
  
};