Notifications
Clear all

[Closed] how to make a group rotate 90, use maxscript

how to make a group rotate 90, use maxscript

4 Replies

Originally posted by su37
how to make a group rotate 90, use maxscript:bounce: :bounce: :

This is the first time Im answering a Q. Im a new script user, so the best way can be sth else.
My english is not well at all forgive me if i have some mistakes,
but i think you can understand.
well sth that i tried in max is this:
open the group using setGroupOpen. Then the first element of group is the head ( normaly Dummy obj) using “[1]” you will access to the head. then rotate it as the way you want.
by the way be aware of changing the head ( makes trouble if you use heads name dont do that).

rotate $objectname 90 x_axis
rotate $objectname 90 y_axis
rotate $objectname 90 z_axis

This applies to any max object, not just groups.

  • Martijn

thanks magicm and soshiant , my english is not well too,
I don’t understand about your reply . if don’t open group?

who can help me ?:bounce: :bounce: :bounce: