Hi,
For a new script I group all objects within layers before processing them. After processing I like to ungroup these objects again. Making the groups is not the problem and works fine, however I can't figure out how to ungroup them again.
So what I need is a function (script example) that uses a documentname and layername for input. That layer only contains one group and that group needs to be ungrouped to its original objects (text, paths, groups, etc.).
function ungroup( documentid, layerid )
{
// some code to ungroup a single group in this document and layer
}
Any help is appreciated
Michel.