Post #33: ![](https://blenderartists.org/user_avatar/blenderartists.org/toshicg/48/675666_

๐Ÿ“‹ Metadata

  • Author: roaoao
  • Date: 2016-03-01 21:37:08
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_00032

๐Ÿท๏ธ Tags

pie-menu custom-scripting beginner

  • Pie Menu Editor
  • Custom Tab
  • Python Scripting

๐Ÿ’ฌ Content

ToshiCG:

A request if I may: text/labels in Pie menus. Not sure if thatโ€™s even possible but I thought it would be nice.

You can add labels in Custom tab. Here is an

.
Replace .box() with**.column()** If you donโ€™t want to use a frame:

L.column().label("My Label")

Or just use Command tab without code.


๐Ÿ”— View on Blender Artists