Skip to content

Commit

Permalink
autofill model name from spawner
Browse files Browse the repository at this point in the history
  • Loading branch information
stibipet committed Feb 7, 2024
1 parent 962935e commit 604c1b1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{%- set prop_izz = 0.0001 -%}
{# <!--}--> #}

<model name="{{ name }}">
<model name="{{ spawner_args['name'] }}">

{# ================================================================== #}
{# || bare body definitions || #}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{%- set prop_izz = 0.0001 -%}
{# <!--}--> #}

<model name="{{ name }}">
<model name="{{ spawner_args['name'] }}">

{# ================================================================== #}
{# || bare body definitions || #}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
{%- set prop_izz = 0.0001 -%}
{# <!--}--> #}

<model name="{{ name }}">
<model name="{{ spawner_args['name'] }}">

{# ================================================================== #}
{# || bare body definitions || #}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{%- set prop_izz = 0.0001 -%}
{# <!--}--> #}

<model name="{{ name }}">
<model name="{{ spawner_args['name'] }}">

{# ================================================================== #}
{# || bare body definitions || #}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{%- set prop_izz = 0.0001 -%}
{# <!--}--> #}

<model name="{{ name }}">
<model name="{{ spawner_args['name'] }}">

{# ================================================================== #}
{# || bare body definitions || #}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{%- set prop_izz = 0.0001 -%}
{# <!--}--> #}

<model name="{{ name }}">
<model name="{{ spawner_args['name'] }}">

{# ================================================================== #}
{# || bare body definitions || #}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
{%- set prop_izz = 0.0001 -%}
{# <!--}--> #}

<model name="{{ name }}">
<model name="{{ spawner_args['name'] }}">

{# ================================================================== #}
{# || bare body definitions || #}
Expand Down

0 comments on commit 604c1b1

Please sign in to comment.