Target multiple selections

Target multiple selections

In C3D you can select multiple objects in the object browser by shift or command clicking on them. In the 3D view this seems to be reflected by all the objects being highlighted orange except for last selected object which is coloured red.

The Document.selectedObject() method only appears to return the last selected object. Is there a way to get all the other selected objects?
 
Not as far as I can tell. Probably worth a wishlist request!

If it were anywhere it would be in the Object or Base classes (of which document.root() is an instance) since selections can be at any level of the hierarchy (and in different parts of the hierarchy) and materials can be selected.

I think this exposes an underlying problem which is that multiple selection doesn't really work as it should in C3D (there's the actual selected object and the other not-quite-selected objects).
 
Back
Top