luigi
04-25-2007, 05:53 PM
I got a object with a float list.
inside the floaot list i got a position constrain and a poxition xyz.
i got a tool for miro position in the world position.
posA = obj.pos
posAx= obj.transform.pos.x
getsimetricname_fn obj
b= execute ("$"+ "'"+ otherside +"'")
b.pos= posA
b.pos.x = -1*PosAx
the getsimetricname_fn obj give me the opposite object by my name convention.
it works great in al the other object but the one with float list(position constrain+position xyz) goes crazy.
the $.pos in thi object in not right and i tried $.transform.pos and was good.
bt i couldnt apply
b.transform.pos= posA
i tried to in coordsys world but without any luck.
help will be much apreciated.
inside the floaot list i got a position constrain and a poxition xyz.
i got a tool for miro position in the world position.
posA = obj.pos
posAx= obj.transform.pos.x
getsimetricname_fn obj
b= execute ("$"+ "'"+ otherside +"'")
b.pos= posA
b.pos.x = -1*PosAx
the getsimetricname_fn obj give me the opposite object by my name convention.
it works great in al the other object but the one with float list(position constrain+position xyz) goes crazy.
the $.pos in thi object in not right and i tried $.transform.pos and was good.
bt i couldnt apply
b.transform.pos= posA
i tried to in coordsys world but without any luck.
help will be much apreciated.
