Open luzpaz opened 2 months ago
DesignSPHysics thinks that FreeCAD 1.0 is too low version:
Here is the culprit: https://github.com/DualSPHysics/DesignSPHysics/blob/master/mod/freecad_tools.py#L45
FreeCAD.Version()[0] + FreeCAD.Version()[1]
returns 10, while min version constant is 018.
After making a workaround for this, there is another issue:
`12:10:43 pyException: Traceback (most recent call last):
File "/home/adi/.local/share/FreeCAD/Macro/DesignSPHysics.FCMacro", line 25, in
<class 'IndexError'>: list index out of range`
@imestevez :point_up_2:
@imestevez ping
It is not comptatible with FreeCAD =>v1.0
yet.
Is there an ETA ?