Hi, Guys,Im a newbe to grasshopper and python. I
m planning to make a small tool with grasshopper and compile it as a rhino plugin(.RHP file), and Id like to make a interface window to make input and adjustment of parameters for that rhp file. so it can run smoothly in Rhino itself and no need to open grasshopper window anymore.(Human UI has to open grasshopper window so it
s not considered for now)
Is it able to be done by python? Like invoke this Rhp file into a .py file and use eto to make the interface.