snot_nose
10-22-2002, 10:19 PM
I'm using the Local Euler script:
local objetos = selection as array
for i = 1 to objetos.count do
(
select objetos[i]
objetos[i].rotation.controller = Local_Euler_XYZ()
)
written in the rig tutorial by sergio mucino.
i'm trying to apply 2 local eulers from my rotators with the rotation list constraint, but when i'm pressing on the local euler button it's deleting the rotation list constraint and applying 1 local euler.
does any1 know what should i do about it?
local objetos = selection as array
for i = 1 to objetos.count do
(
select objetos[i]
objetos[i].rotation.controller = Local_Euler_XYZ()
)
written in the rig tutorial by sergio mucino.
i'm trying to apply 2 local eulers from my rotators with the rotation list constraint, but when i'm pressing on the local euler button it's deleting the rotation list constraint and applying 1 local euler.
does any1 know what should i do about it?
