You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Modelica3D requires some changes to the standard ModelicaServices in order to work correctly. These changes will make your MultiBody models unable to simulate because they need an object declared as: <pre>inner ModelicaServices.Modelica3D.Controller m3d_control</pre>. This API call will load the modified ModelicaServices 3.2.1 so Modelica3D runs. You can also simply call loadModel(ModelicaServices,{\"3.2.1 modelica3d\"});</p>
2675
+
<p>Modelica3D requires some changes to the standard ModelicaServices in order to work correctly. These changes will make your MultiBody models unable to simulate because they need an object declared as:</p>
<p>This API call will load the modified ModelicaServices 3.2.1 so Modelica3D runs. You can also simply call loadModel(ModelicaServices,{\"3.2.1 modelica3d\"});</p>
2676
2678
<p>You will also need to start an m3d backend to render the results. We hid them in $OPENMODELICAHOME/lib/omlibrary-modelica3d/osg-gtk/dbus-server.py (or blender2.59).</p>
2677
2679
<p>For more information and example models, visit the <a href=\"https://mlcontrol.uebb.tu-berlin.de/redmine/projects/modelica3d-public/wiki\">Modelica3D wiki</a>.</p>
2678
2680
</html>"));
@@ -2919,7 +2921,7 @@ This release includes small improvements and some bugfixes of the OpenModelica C
2919
2921
<ul>
2920
2922
<li>Better support for if-equations, also inside when.</li>
2921
2923
<li>Better support for calling functions in parameter expressions and interactively through dynamic loading of functions.</li>
2922
-
<li>Less memory consumtion during compilation and interactive evaluation.</li<
2924
+
<li>Less memory consumtion during compilation and interactive evaluation.</li>
2923
2925
<li>A number of bug-fixes.</li>
2924
2926
</ul>
2925
2927
<h4>OpenModelica Notebook (OMNotebook)</h4>
@@ -2956,7 +2958,7 @@ A number of improvements, primarily in the plotting functionality and platform a
2956
2958
<li>A number of improvements in the plotting functionality: scalable plots, zooming, logarithmic plots, grids, etc.</li>
2957
2959
<li>Programmable plotting accessible through a Modelica API.</li>
2958
2960
<li>Simple 3D visualization.</li>
2959
-
<li<Support for several platforms Linux, MacOS, Windows (2000, Xp, Vista).</li>
2961
+
<li>Support for several platforms Linux, MacOS, Windows (2000, Xp, Vista).</li>
0 commit comments