Feature you coded for me doesn't work in V5

 From:  Michael Gibson
11688.4 In reply to 11688.3 
Hi Frederick, is it that you want to have some child objects of a group selected and found by the script to export?

Does it work ok if you remove line #12 which has this? :

code:
	objectpicker.allowTopLevelObjects();


Or you could also change this to:

code:
	objectpicker.allowStandaloneObjects();


- Michael