If I want to find the actual component, I “could” theoretically use the InstanceId, maybe with metahopper, or finding a way to write that in C#, but it’s not possible to copy/paste this string.
So what’s the point ?
It reminds me of this type of Windows error message :
Yes, it does ! I was just mentionning the Elefront “BakeLayer” component becasue it seems to cause a lot of this kind of trouble, and maybe someone could have a solution / know the reason why.
private void RunScript(Guid id, object y, ref object A)
{
GrasshopperDocument.FindComponent(id).AddRuntimeMessage(GH_RuntimeMessageLevel.Error, "I am the partypooper");
}
yeah, I saw this.
Really nice. Even after so many years, still so much to discover.
I know it is not satisfying but maybe better than copying manually the text could be using OCR.
Edit: Just saw you used already google lens.