Group objects already grouped and set name of group
Posted: Tue Sep 16, 2014 8:01 pm
Hello,
I'm trying to name a group of other groups by script
I set leGroupe as a list of groups to group.
And this script to do that.
But in this case last group return the last group of graphic (child) of the last group in the list leGroupe (parent), but not the parent group.
I can't find how to rename this group of selected objects.
Someone can help me ?
matgarage
I'm trying to name a group of other groups by script
I set leGroupe as a list of groups to group.
And this script to do that.
Code: Select all
repeat for each line ligne in leGroupe
set the selected of ligne to true
end repeat
group
set the name of last group to "GroupeName"
I can't find how to rename this group of selected objects.
Someone can help me ?
matgarage