Post #773: ![](https://blenderartists.org/user_avatar/blenderartists.org/lynchon/48/1084923

📋 Metadata

  • Author: roaoao
  • Date: 2017-07-29 05:53:23
  • Type: answer
  • Quality Score: 7/10

🏷️ Tags

v1-14-0 pie-menu popup-dialog panel-customization property-paths intermediate solved

  • Pie Menu Editor
  • Popup Dialog Editor
  • Panel Group Editor
  • Property Editor
  • Python Scripting

💬 Content

lynchon:

I managed to add any panel to my menu but most of this panels have options i dont really need and they just fill my menu with too much info.
So, how can i choose which options should be shown and which not? Im sure that with two lines of code in the custom panel the issue can be solved, but i’m null in programming :frowning:

I’m going to add more user friendly tools for adding buttons in PME 1.14.0.

Vralsza:

I’m still having issues with certain commands coming into PME as “bpy.data.XXXXXXX.(null) = True”

This issue will be fixed in Blender 2.79

Vralsza:

I’ve been trying to make a toggle for the N-panel of said window’s Display > Coordinates: > Normalized toggle & for the same window’s UVs > Constrain to Image Bounds toggle but to no avail.

Try this paths in Property tab:

bpy.context.space_data.uv_editor.show_normalized_coords



bpy.context.space_data.uv_editor.lock_bounds

🔗 View on Blender Artists