The script below selects all objects found in a group. But, for some reason it doesn't want to print the result. Could someone explain why it doesn't print the result ?
cmds.select( instanceGroup ) result = cmds.select( cmds.listRelatives(cmds.ls(selection=True), children=True)) print result -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/5d051f4b-0b90-4e14-a83b-57c337fb42dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
