[bfdf16]: / Body / AAUHuman / BuildTools / bm_constants.md.jinja

Download this file

26 lines (20 with data), 555 Bytes

{%- set parameters = data.parameters -%}
{%- set constants = data.constants -%}
% Do not edit this file. It is generated automatically 
% by body/AAUHuman/BuildTools/render_templates.py

# All BodyModel constants

{% for name, obj  in constants.items() %}

::::{dropdown} `{{name}}`
:animate: fade-in-slide-down
:margin: 0 0 2 2

:::{ammr:bm_constant} {{name}}
:value: {{obj.default}}
{%- if obj.deprecated is defined %}
:deprecated:
{%- endif %}
{%- if obj.descr is defined %}
{{ obj.descr }}
{%- endif %}
:::
::::

{% endfor %}