Post #59: ba_fjg:

šŸ“‹ Metadata

  • Author: roaoao
  • Date: 2016-03-04 22:03:22
  • Type: answer
  • Quality Score: 7/10
  • Reply to: post_00058

šŸ·ļø Tags

pie-menu popup-dialog intermediate

  • Pie Menu Editor
  • Popup Dialog Editor
  • Custom Tab
  • Property Tab

šŸ’¬ Content

ba_fjg:

Can the layers menu in the 3D View header be put into a pop up with this addon?
http://wiki.blender.org/index.php/File:Manual-Part-I-3DLayers.png

I’m using this code:

Pie menus (Custom Tab):

L.column().prop(C.scene, "layers", "")

Popup dialogs (Custom Tab):

L.prop(C.scene, "layers", "")

Popup dialogs (Property Tab):

C.scene.layers

šŸ”— View on Blender Artists