wonderworks-software/PyFlow

At present, can this project call functions or variables in code files through a graphical interface?

haizhou37 opened this issue · 1 comments

Perhaps the code to be called is python or C, etc

@haizhou37 You have to add some boilerplate to call raw function from pyflow ui - https://github.com/wonderworks-software/PyFlow/tree/master/PyFlow/Packages/PyFlowBase/FunctionLibraries

To get set raw variables use getGlobalVar setGlobalVar nodes. To get object field use getAttribute node.

To call c function, make it available first in python with python api or pybind11, then follow code examples