I have problems with templates in MotionView tutorials:
Tutorials/Rigid Body Dynamics/MV-1011 and MV-1051.
MotionView reports the following error: "Syntax error in expression:...<!--Deactivate the extension motion first -->......Templex error evaluating text under Model-Template. [General]".
I just copy and paste the script for the template written in the tutorials and change the varname for the model.
{<!--Deactivate the extension motion first -->
<Deactivate
element_type = "MOTION"
element_id = "{the_model.mot_ext.idstring}"
/>}
I have changed "MODEL" to "the_model". I have tried several things but nothing seems to work.