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