mirror a group

Hi,

I noticed that mirroring a group in this way does not work?
Can anyone tell me why it does not work :)

group selection
$.transform = prescale $.transform [-1,-1,1]
ungroup selection

thank you :)

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

This way you are mirroring all objcets in the group.
Try to mirror only the top most group head.

(
	grp1 = group selection
	grp1.transform = prescale grp1.transform [-1,-1,1]
	ungroup grp1
)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.