PDA

View Full Version : List of objects/CV's selected.


3rd Dimentia
01-20-2003, 12:54 AM
Is there a line somewhere in maya that lets me see what I have selected? In the world of max where I come from, it always shows you what you have selected in a line down the bottom of the screen. (2 verts selected, 5 objects selected etc.) This helps you know you haven't got anything selected that you don't want selected.

TIA,

Cg.

dmcgrath
01-20-2003, 01:03 AM
Display>Heads up display>polycount
Then if you select 2 verts instead of one (for example) it'll tell you.

fango
01-20-2003, 01:46 AM
when you select something (vert, edge and so on) its name appear in the top window bar.

wrend
01-20-2003, 05:09 AM
i reckon there are some selectn HUD scripts on HEnd3d to extend the existing ones...

playmesumch00ns
01-20-2003, 12:28 PM
global proc numElements()
{
string $buffer[];
$sel = `ls -sl`;
print (size($sel)+" elements selected");
}

This works for me, just assign to a hotkey

CGTalk Moderation
01-14-2006, 05:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.