Re: Accessing overrides in different passes

2013-05-23 Thread Felix Geremus
roc.autodesk.com>] on behalf of Felix Geremus [felixgere...@googlemail.com <mailto:felixgere...@googlemail.com>] Sent: 23 May 2013 10:53 To:softimage@listproc.autodesk.com <mailto:softimage@listproc.autodesk.com> Subject: Accessing overrides in different passes

Re: Accessing overrides in different passes

2013-05-23 Thread Alan Fregtman
op.Type == "#Override": > for eachParam in eachProp.parameters: > print eachParam > > > > From: softimage-boun...@listproc.autodesk.com > [softimage-boun...@listproc.autodesk.com] on behalf of Felix Geremus > [fel

Re: Accessing overrides in different passes

2013-05-23 Thread Felix Geremus
of Felix Geremus [felixgere...@googlemail.com] Sent: 23 May 2013 10:53 To: softimage@listproc.autodesk.com Subject: Accessing overrides in different passes Hi list! Does anybody know a way to access overrides via script without switching to the pass the override lives in? I need to collect da

RE: Accessing overrides in different passes

2013-05-23 Thread Gareth Bell
eachParam From: softimage-boun...@listproc.autodesk.com [softimage-boun...@listproc.autodesk.com] on behalf of Felix Geremus [felixgere...@googlemail.com] Sent: 23 May 2013 10:53 To: softimage@listproc.autodesk.com Subject: Accessing overrides in different passe

Accessing overrides in different passes

2013-05-23 Thread Felix Geremus
Hi list! Does anybody know a way to access overrides via script without switching to the pass the override lives in? I need to collect data from all overrides in the scene and cycling through all passes becomes quite unstable with heavy scenes Cheers, Felix