Re: [Maya-Python] Selectively export child members?

2012-04-25 Thread Justin Israel
I wrote an export selected script at our studio that does basically that same thing. Reparenting various objects to the world temporarily. On Wed, Apr 25, 2012 at 6:57 AM, yury nedelin wrote: > You can unparent body, export control with head, then reparent body and > unparent head and export a

Re: [Maya-Python] Selectively export child members?

2012-04-25 Thread yury nedelin
You can unparent body, export control with head, then reparent body and unparent head and export again. On Apr 25, 2012 1:03 AM, "Panupat Chongstitwattana" wrote: Is it possible to select a parent with multiple child, and then have Python export the parent with each separate child into separate

[Maya-Python] Selectively export child members?

2012-04-25 Thread Panupat Chongstitwattana
Is it possible to select a parent with multiple child, and then have Python export the parent with each separate child into separate files? For example, Controller is the parent. it has 2 child nodes - head - body I want to select the Controller, then export - controller+head - controller+body