Annoying popup in GH after installing BHOM #1674
Answered
by
peterjamesnugent
netsonicyxf
asked this question in
Q&A
|
Everytime I want to connect any two components, it will popup a BHOM selection window |
Answered by
peterjamesnugent
Oct 29, 2025
Replies: 3 comments 5 replies
|
Hi @netsonicyxf, I believe that's because you're dropping the wire on the canvas - the pop up is suggesting methods/objects to plug in. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




You can disable it using this class:
https://github.com/BHoM/Grasshopper_UI/blob/49f127f304223db54b384e40f4e68a18e2bb4684/Grasshopper_oM/UISettings.cs#L34
And save the settings using this method:
https://github.com/BHoM/BHoM_Engine/blob/d916567624c56046b2f19402e1831aa12104421f/Settings_Engine/Compute/SaveSettings.cs#L41