[root]/3rdParty/modelica3d/backends/osg-gtk/python
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 277 (100.0%) | 30.7 |
sjoelund.se | 3 (33.3%) | 195 (70.4%) | 65.0 |
cschubert | 3 (33.3%) | 55 (19.9%) | 18.3 |
adeas31 | 3 (33.3%) | 27 (9.7%) | 9.0 |
Use the new external svn repos for 3rdParty sources
0 lines of code changed in 1 file:
Adding API getAvailableLibraries() => {"Modelica","ModelicaServices",...}
3 lines of code changed in 1 file:
modelica3d: * changed time to t since it is not allowed/supported in an algorithm
* preparations for integration into ModelicaServices 3.2.1
14 lines of code changed in 1 file:
modelica3d: * synchronize via time instead of integer frame number => animation runs in "real-time" now
* only send visualization information if object did move (a bug in the initial residuals prevents me from making initial system balanced)
21 lines of code changed in 1 file:
modelica3d - enabled support to load file objects:
* bugfix in modcount: need to reserve len+1 chars for a string, since it is null terminated
* synchronize frame rates -> Now animation is too slow?
* need to copy all osg libraries to backend folder, otherwise loadFromFile fails
* use absolute filename, because the backend searches for files relative to itself instead of relative to mo file
* modbus is not strict c (assignment begore declaration), msvc complained
* several primitives are still missing: "pipecylinder", "pipe", "beam", "gearwheel", "spring"
20 lines of code changed in 1 file:
- load the binaries earlier. Python doesn't complain about releasing them in this sequence. I really don't know the reason.
13 lines of code changed in 1 file:
- few fixes.
- small guide for Modelica3D.
1 lines of code changed in 1 file:
Update OMDEV.
- Fixed osg-gtk backend for windows.
- there is no gobject introspection in windows so don't use gi.repository.
- provide the dbus-python binding.
13 lines of code changed in 1 file:
- Adding makefiles for modelica3d
192 lines of code changed in 1 file: