I’m learning about hops on Rhino 8 and thinking of using hops to split a big definition into smalled gh files, having some sort of master GH file, calling other functions with hops.
However I found out I cannot have a python component inside a hops definition, or am I doing something wrong?
here are all the files,
I have a master file called Top_Level_Tester.ghm where I call hops_test.gh or hops_test_Py.gh
first options works, but if i call the second options with the python component inside, it crashes hops until the timeoutException.
hops_test.gh (6.9 KB)
hops_test_Py.gh (11.1 KB)
Top_Level_Tester.gh (9.1 KB)
is not possible to do this?