Hello everyone,I ran the Grasshopper Paint Background transparent code in rhino 6.0 and ran into some problems.
In the rhino6.0.I can select objects in the rhino document directly through GH,Like this.
THIS IS AMAZING!!! I have been wishing for this feature!!! Autodesk Dynamo has this kind of interface and it’s awesome, but I like Grasshopper way better.
I finally just googled “grasshopper background transparent” and BAM! you did it!!!
Thank you for this! Simple and great!
I hope this feature is not forgotten and one day incorporated in to the GH environment.
I almost bought a second monitor, but I think this is just the feature i needed
Just recently learnt that GH plugins can alter GH itself. I never realize how open Rhino and GH code is, and how easy it is to compose GHA files.
I just assumed that plugins added nodes that affected geometry and such. So, after looking through the UI menus in GH and not seeing the option I figured it just was not an available feature.
I just started learning about what C# can do in GH.
I’m a python amateur, but I’m all in with C#, its so much more powerful.
Yeah, and if you’re not careful, you can really mess it up too with a plug-in. Especially if you’re willing to use Reflection, you can get access to pretty much all the functionality in GH. The menus, the toolbars, event handlers, there’s even people who changed the shape of wires on the canvas by replacing the method which draws them with their own.