Selection in the scene hierarchy

Requests or suggestions for new features
Post Reply
bonny
Posts: 1
Joined: 06 Feb 2022, 21:42

Selection in the scene hierarchy

Post 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.

coppelia
Site Admin
Posts: 10366
Joined: 14 Dec 2012, 00:25

Re: Selection in the scene hierarchy

Post by coppelia »

Hello,

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

Cheers

fferri
Posts: 1217
Joined: 09 Sep 2013, 19:28

Re: Selection in the scene hierarchy

Post 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.

Post Reply