Thank you all! c.getSelectedPositions() does the trick~
On Friday, January 3, 2014 4:26:50 PM UTC-5, Jacob Peck wrote:
>
> On 1/3/2014 4:22 PM, Jacob Peck wrote:
> > On 1/3/2014 4:07 PM, Jack Kuan wrote:
> >> Hi,
> >>
> >> I have written a script and made a button for it. I can run it(click
On 1/3/2014 4:22 PM, Jacob Peck wrote:
On 1/3/2014 4:07 PM, Jack Kuan wrote:
Hi,
I have written a script and made a button for it. I can run it(click
the button) on one selected node, but how do I make it run ALL
selected nodes?
This is tricky, and Edward has been pushing towards disallowing
On Fri, 3 Jan 2014 13:07:33 -0800 (PST)
Jack Kuan wrote:
> Hi,
>
> I have written a script and made a button for it. I can run it(click the
> button) on one selected node, but how do I make it run ALL selected nodes?
Assuming your script acts on `p`, do:
for p in c.getSelectedPositions():
On 1/3/2014 4:07 PM, Jack Kuan wrote:
Hi,
I have written a script and made a button for it. I can run it(click
the button) on one selected node, but how do I make it run ALL
selected nodes?
This is tricky, and Edward has been pushing towards disallowing Leo from
having multiple selected nodes
Hi,
I have written a script and made a button for it. I can run it(click the
button) on one selected node, but how do I make it run ALL selected nodes?
Also, is there a find command that will let me execute my script on all
found nodes?
Thanks
Jack
--
You received this message because you are