Copy objects between scenes

Hi everyone,

Probably a trivial question, but what would be the best way to copy an object (using Python) from SceneB to SceneA assuming that SceneA is the scene currently active.

Thanks so much!!!

Maciej

depends on what you mean by ‘scene’. if you’re talking about a blender scene, you just add the object to the scene’s object list. If you’re talking about two separate .blend files, that’s a different story.

In this case I am talking about the same Blender file that has multiple scenes. I am not sure what would be the correct way of duplicating an object from a scene that is not currently “active/open” and then putting that duplicated object in the scene that we do have active.