What happened to C# script component?

Just trying out some things in WIP 8 and tried running grasshopper. I’ve written a lot of gh things using the C# script component, and it’s not available anymore. The script component is Python and I HATE Python. I’m hoping you will put the C# component back.
Joe

Hi Joe - use the Script compnent and set it to use C#.

image

-Pascal

thank you.

FWIW one can copy/paste the current C# and GHPython components from Rhino 7 to Rhino 8. One can also create user objects of these in Rhino 7 that will show up in Rhino 8. And yes, removing the current scripting components from Rhino 8 is definitely premature, as the new scripting editor does not have feature parity.

1 Like

image
This component is obsolete, you can always find any obsolete component by doing the usual double click type search on the canvas but use “#” first.

3 Likes

I was sure there was a method/setting for invoking “old” components, but couldn’t recall. That’s much simpler than the user object method. Cheers…

1 Like

It’s a little bit clunky. If you don’t know to hit that dot dot dot button first thing then you can’t change it afterwards. I’ll get used to it.

1 Like

@Joe4 Completely agree. We’re not saving precious UI real estate by convoluting C# with Python. The C# took me far too long to find too. A flatter UI heirarchy is easier for novices like me.

1 Like