Re: inspect multiple objects as one by script

2012-07-31 Thread Mathieu Leclaire
-Original Message- From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Mathieu Leclaire Sent: Monday, July 30, 2012 2:45 PM To: softimage@listproc.autodesk.com Subject: inspect multiple objects as one by script When I select multiple

Re: inspect multiple objects as one by script

2012-07-31 Thread Luc-Eric Rousseau
.**autodesk.comsoftimage-boun...@listproc.autodesk.com [mailto:softimage-bounces@**listproc.autodesk.comsoftimage-boun...@listproc.autodesk.com] On Behalf Of Mathieu Leclaire Sent: Monday, July 30, 2012 2:45 PM To: softimage@listproc.autodesk.**com softimage@listproc.autodesk.com Subject: inspect multiple objects

RE: inspect multiple objects as one by script

2012-07-31 Thread Stephen Blair
: Re: inspect multiple objects as one by script I tried that, but it lists all the various objects parameters as seperate parameters. I don't have a one parameter controls all type behaviour that I'm looking for. I'm in SI2012sap though, so maybe it's a behavior that has changed in 2013? Anyway

inspect multiple objects as one by script

2012-07-30 Thread Mathieu Leclaire
When I select multiple objects that contains the same custom parameters and I click on selection on the right tab and open the ppg of one of them and change a value, that value gets changed for all selected objects... I want my script to select multiple objects and launch the ppg with the same

Re: inspect multiple objects as one by script

2012-07-30 Thread Mathieu Leclaire
...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Mathieu Leclaire Sent: Monday, July 30, 2012 2:45 PM To: softimage@listproc.autodesk.com Subject: inspect multiple objects as one by script When I select multiple objects that contains the same custom parameters and I click

Re: inspect multiple objects as one by script

2012-07-30 Thread Martin
I'm not sure what do you want to do. If you want to just open a PPG of multiple selection you only need an InspectObj(selection) like Matt said. I don't think you even need to convert selection to text. You could change selection with FindChildren, FindObjects or any collection you want to open