group roated problem

hi freinds

i use this script in group

rotate $ (angleaxis 95 [0,0,1])

but that did not work in group object

is that good way

Comments

Comment viewing options

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

try this

a = "GROUP"
select (getNodeByName a)
$.rotation = eulerangles 0 0 (-30)

Comment viewing options

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