[bfdf16]: / Body / AAUHuman / BuildTools / undef_BM_params.any.jinja

Download this file

8 lines (8 with data), 200 Bytes

 {% for name, obj in data.parameters.items() if obj.type is undefined %}
 #ifdef {{name}}
 #undef {{name}}
 #endif
  {% endfor %}
 #ifdef _BM_PELVIS_DISPLAY_
 #undef _BM_PELVIS_DISPLAY_
 #endif