Page 1 of 1

Selection in the scene hierarchy

Posted: 17 Feb 2022, 07:58
by bonny
Good afternoon, I would like to see improvements in terms of multiple selection. Clamping ctrl and individually clicking on an element is not convenient. I ask you to make an implementation, when, as in other applications and windows explorer, you can select one, hold down ctrl + shift and click on the last one in the large list and everything will be selected from and to.

Re: Selection in the scene hierarchy

Posted: 17 Feb 2022, 08:16
by coppelia
Hello,

you can simply hold down the shift key, then you can easily do multiple object selection.

Cheers

Re: Selection in the scene hierarchy

Posted: 18 Feb 2022, 14:16
by fferri
Also you can do more complex object selection (e.g. based on some algorithm) via command line and sim.setObjectSelection API and other useful functions such as sim.getObject, sim.getObjects, sim.getObjectsInTree, sim.getObjectAlias etc, or also via remote api or an add-on.