DualSPHysics / DesignSPHysics

Module for FreeCAD intended to use with DualSPHysics fluid simulator.
Other
111 stars 40 forks source link

Is DesignSPHysics ready for FreeCAD v1.0 release ? #218

Open luzpaz opened 2 months ago

luzpaz commented 2 months ago
kwahoo2 commented 2 months ago

DesignSPHysics thinks that FreeCAD 1.0 is too low version: obraz

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 boot() File "/home/adi/.local/share/FreeCAD/Mod/DesignSPHysics/mod/main.py", line 149, in boot fc_object_tree: QtGui.QTreeWidget = get_fc_main_window().findChildren(QtGui.QSplitter)[0].findChildren(QtGui.QTreeWidget)[0]


<class 'IndexError'>: list index out of range`
luzpaz commented 2 months ago

@imestevez :point_up_2:

luzpaz commented 1 week ago

@imestevez ping

imestevez commented 1 day ago

It is not comptatible with FreeCAD =>v1.0 yet.

luzpaz commented 1 day ago

Is there an ETA ?