What is the syntax used to set a default input in ghpython?
How do you access pManager to set the default input value for that Param?
Grasshopper.Kernel.Parameters.Param_GenericObject("", “”, “”, ??.GH_ParamAccess, input_value)
I need to set it so that when the gh file is reopened the last set default is still there.