📋 Metadata

💬 Content

Leafar:

How can I add and option to a PM to change between scenes?? Someone of you know how to do that??

If you want use a drop-down list to select the scene, use this path in Property tab:

C.screen.scene

If you want to select the scene by its name (e.g. “Scene”), use this code in Command tab:

C.screen.scene = D.scenes["Scene"]

❤️ 1 likes


🔗 View on Blender Artists