hi all
i have Two scenes on one .blend file
named Scene and Scene.001
and active scene is “Scene”
i have found this script
bpy.ops.scene.render_layer_add()
but it can only create render layer on active scene(“Scene”)
so, here’s my question
how can i create render layer to Scene.001 in currenct scene(“Scene”)?