(Feature Request) Changing Wire Display of Multiple Components

I was wondering if it makes sense to have the following feature:

when multiple component are selected and I right-click on one of the inputs, I can choose to apply the setting to all the selected inputs. I’m specifically thinking about the wire display because sometimes I have ten inputs and I would like them to be hidden.

I know it’s not that easy because most components have multiple inputs, so it would have to be a separate option like “apply to all inputs in this component” and “apply to all selected components”

1 Like

MetaHopper plugin has a feature named Control Wire Display.

1 Like

oh that’s pretty neat!

Seems it doesn’t work in Rh8 w/GH 1.0.0008 . . . ? awesome component if I could get it to work . . . any info?
Cheers!

Nope, my Bad . . . this is awesome, thanks to Metahooper developers! I had incorrect input.
in value list
Normal = 0
Faint = 1
Hidden = 2
Again . . . awesome!
Cheers!

i didn’t try the metahooper option yet (cuz i was stuck on the old forum) but i continued the work from here:

and added a way to select the strategy for groups … so when i want to make a group into an island free from spaghetti, i can choose external only, hidden and then it will only hide the wires that are connected to external components.

HideWires_Modified.gh (24.8 KB)





its just a python script (with much help from chatgpt) but i like the strategy.

pOd_GH_Button | Food4Rhino

cool, looks solid.

what happens if you select only a group?
can it distinguish between components that are internal vs external to the group?