📋 Metadata
- Author: roaoao
- Date: 2020-09-17 09:39:00
- Type:
answer - Reply to: post_03579
💬 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