Selecting all follicles of the scene?

Selecting all follicles of the scene?

Anonymous
Not applicable
355 Views
1 Reply
Message 1 of 2

Selecting all follicles of the scene?

Anonymous
Not applicable
How to select all follicles of scene? so I can put them into a selection list variable.
I tried

    
selectType -follicle 1;
//.?
//.?
//.?

string $sel []= `ls -sl`;


0 Likes
356 Views
1 Reply
Reply (1)
Message 2 of 2

lee.dunham
Collaborator
Collaborator
try this instead.

ls -type "follicle";
0 Likes