A simple question (can turn complicated)

Hi,

I just want to know how to get objects from different scenes (overlay), for that I just need to know how to get a specific scene (maybe by it’s name, maybe by getting an scene list) that is not the current. I need that to access objects easily so I don’t need 2 scripts.

Thanks in advance.

Link the object between the two scenes. I think the command is ctrl-L.

Edit: Sorry, didn’t understand the question.

You didn’t understand my question.
For now, i’m using “if g.getCurrentScene().getName() == x: do something…” for using just one script. But it’s still alot more lines of code.