Post #3582: ![](https://blenderartists.org/user_avatar/blenderartists.org/shek/48/585585_2.p

📋 Metadata

  • Author: roaoao
  • Date: 2020-09-17 09:39:00
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_03579

🏷️ Tags

pie-menu customization intermediate solved

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

💬 Content

SHEK:

What code is required to not show the orange color text >>(’‘Transform pivot point and Orientation”’ )

Hi @SHEK,
Will fix in the next version.
Meanwhile, you can use empty text (text=""):

L.column().prop(C.scene.tool_settings, 'transform_pivot_point', text="", icon=icon, icon_value=icon_value)

Or select RMB Context menu > Pie Menu Editor > Add to ... > select some slot > Custom (Menu). Which will generate this code in Custom tab:

L.prop_menu_enum(C.scene.tool_settings, 'transform_pivot_point', text=text, icon=icon)

❤️ 2 likes


🔗 View on Blender Artists