Hi. I’ve upgraded blender to 2.60 and it just dont know how to copy object parameters like position and orientation to another one. By python script of course…
thx for help.
Hi. I’ve upgraded blender to 2.60 and it just dont know how to copy object parameters like position and orientation to another one. By python script of course…
thx for help.
object_A.worldPosition = object_B.worldPosition
object_A.worldOrietnation = object_B.worldOrientation
That doesn’t work?
hey thanks i was trying something like:
object_A.getPosition() = TempPosition
object_B.setPosition() = TempPosition
just like in the old blender. i’ve have to find somewhere the changes of the new python API