Page 1 of 1

Deselect Nodes

Posted: Wed Jul 17, 2013 10:23 pm
by Otuama
Say for example I have a lot of close together objects in the scene.

I want to select some.... I can either click drag over the objects or select one, hold shift and select another.

However, what if I need to deselect one? As far as I can see there is no way to do it. Ctrl click selects the one I want to deselect and deselects the rest. Shift click only places the transform controls on the one I clicked and keeps it selected.

Ctrl click drag deselects them but also deselects any within the drag area.

Ctrl clicking in the node list deselects objects, however, when shift clicking in the UI, the node list moves about and shows some selected objects but there is no way to tell which is the one I want to deselect.

Re: Deselect Nodes

Posted: Thu Jul 18, 2013 1:45 am
by CG_Nema
If you mouse-hover over a node in the viewport, it will show you the name of the node. Hope that helps.

Re: Deselect Nodes

Posted: Thu Jul 18, 2013 1:46 am
by Otuama
Hmmm, but it's a pain then having to scroll through each node in the list in order to find one node, then do it again for another.

Re: Deselect Nodes

Posted: Thu Jul 18, 2013 2:00 am
by CG_Nema
That's true if you have a lot of nodes in your scene. It might make it easier if you type the name in the filter to find the node.

But what is the condition of the objects you need to deselect? Maybe you can write a python script to find certain nodes and deselect them. Why do you deselect these nodes: their position, their velocity, their type, ect...? If there is a reason to deselect these nodes that can be described in python, you could automate the whole thing.

Re: Deselect Nodes

Posted: Thu Jul 18, 2013 9:04 am
by Otuama
That means taking steps which are unnecessary. This is why this topic is under wish list. I can't see any reason why ctrl clicking an object moves just places the transform axis on that objects.

So, it'd be good changing that to deselect objects instead. Making things consistent with Maya, Windows, even Photoshop to name a few.

Re: Deselect Nodes

Posted: Thu Jul 18, 2013 10:45 am
by LuisMiguel
Hi,

You are right. When there are so many objects in the scene, to select them is a bit complicated and it is useful to use the node list. Also, and I always use this, you can use the layers making groups with the nodes you want to select. In addition, there is a script I made long time ago and it was the isolated like 3dsmax has.

http://www.realflow.com/resources/item/ ... 5/isolated

luisM.