Hopperbin replacement

Basically I need a hopperbin like replacement.
I know that hopperbins are removed and are outdated, but I need some kind of replacement that works in 2020.

Here’s what I mean


( This is some free model I’ve found, and I need some replacement that works like this )

1 Like

What are you looking for from HopperBins? Something like the BinType property where you could set the behavior of the bin? Could you be more specific?

Tool.RequireHandle = false will mirror the same behaviour as HopperBins, which means it will not create a grip to the first part it can find named ‘Handle’

2 Likes

What I am looking for is like

  1. Clicking the hopperbin tool
  2. Getting multiple tools out of the hopperbin tool

You don’t need a hopperbin to do that. It looks like you just want a tool that doesn’t need a handle. To do that, disable the RequiresHandle property of the tool:

3 Likes