Post #149: ![](https://blenderartists.org/user_avatar/blenderartists.org/leafar/48/661663_2

πŸ“‹ Metadata

  • Author: roaoao
  • Date: 2016-05-05 13:34:59
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_00148

🏷️ Tags

pie-menu hotkeys beginner solved

  • Pie Menu Editor
  • Property Editor

πŸ’¬ 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