Post #186: ![](https://blenderartists.org/user_avatar/blenderartists.org/roaoao/48/37600_2.

📋 Metadata

🏷️ Tags

pie-menu popup-dialog hotkeys intermediate

  • Pie Menu Editor
  • Popup Dialog Editor
  • Property Editor
  • Custom Python Scripting

💬 Content

roaoao:

Hi, fjg3d. Good commands for pies. Yes you can use them.

Use this path in Property tab (works in Popup Dialogs only):

C.object.layers

If you want to use that command in pie menus use this code in Custom tab:

L.box().prop(C.object, "layers", "")

I think that’s the command to change visible layers? I’m referring to the ‘object.move_to_layer’ panel that pops up when you press ‘m’ key (to move objects to different layers).


🔗 View on Blender Artists