[Closed] problem position and float list with position constrain
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
[size=2]b.pos.x = -1*PosAx
[/size]
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.
in rigging . if a object is a childeren of other object . its transform value is relative . and thisobj.pos is not thisobj.transform.position .
if u want get the pos in world coordsys . make a variable , assign it to a node . then variable.pos is what u want .
if u assign the variable to the transform controller or track , the pos value is relative position value based on its parent postion .
i dont know if it is what u want . anything question . mail me or msn me .