Hi everyone. I'm just creating some kind of droplet/metaball editor, when number of droplets could be customized by user just dragging the center and peak controls (Type/editor: position) over the 2d view.
The problem is when only a few points are visible all the controls is displayed in the 2d view window. besides that number of controls shown in the properties page is correct (set with VisibleIf = input["number_of_balls"]>n)

Now to the question: how can I manage this problem, to hide control points I don't want to be shown?
Any help will be appreciated