There are multiple libraries with the mname pyflow,Kunda1 wrote: ↑Tue May 14, 2019 10:59 amSorry to be the bearer of bad news but it seems like development on the PyFlow is stalled, last activity on GH is March 2018. It's also not py3 compatible yet.
I deleted the a line in GraphEditor_ui.py line 100tak wrote: ↑Wed May 22, 2019 3:20 amI downloaded the source and click starterui.bat to run it. But there is a error message:
"AttributeError: 'PySide.QtGui.QScrollArea' object has no attribute 'setSizeAdjustPolicy'"
https://imgur.com/UaemRNJ
I Use this sourse. It is working now. But I don't know why there is nothing is propertyViewmicroelly2 wrote: ↑Wed May 22, 2019 7:45 amMy working version is
https://github.com/microelly2/PyFlow/tree/freecad (branch freecad)
I had to deactivate some lines of code to get it running too.
I created a workbench structure with two test actions to start a simple environment
there will be a library with FreeCAD object nodes but I still have to learn the best way for the communication between the FreeCAD objects and the PyFlow nodes.