I am working on making a plugin in Rhino 8. I was testing the new method in Rhino 8’s Script Editor which allows you to convert custom Grasshopper/Python scripts into compiled components. When I initially place the compiled component on the canvas and hover over the parameters of the compiled component, i can’t see the descriptions that I set up inside the python script. Whenever I connect an input geometry, the component runs the script and descriptions appear correctly. I wonder if I miss a step while compiling the components or if it is a bug that needs to be fixed. Thank you!
When you set descriptions inside the script, they are only assigned when the script is executed. They are also run EVERY TIME your script runs which is quite unnecessary.
It works when I use the “tooltip” but it does not allow me to paste a long description with multiple lines like the one on the image that I shared previously.