Quick help with python :D

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 :smiley: 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 :confused:

Not somewhere - check the API:
2.49 (with deprecation warnings on old API)
2.5+ (producing errors on old API)
I’m pretty sure you will bookmark these :wink: