Post #335: @raorao, I was thinking about when you create pie menues in the user-prefs / add

๐Ÿ“‹ Metadata

  • Author: aermartin
  • Date: 2016-09-21 23:56:30
  • Type: feature_request
  • Quality Score: 7/10
  • Replies (1): post_00336

๐Ÿท๏ธ Tags

pie-menu ui-integration advanced unsolved

  • Pie Menu Editor
  • Python Scripting

๐Ÿ’ฌ Content

@raorao, I was thinking about when you create pie menues in the user-prefs / add-ons section. I am trying to get a paint menu going on and want that color wheel into a pie menu and it struck meโ€ฆ what if I could use the eye-dropper to get the python reference from blenders ui into the pie menu editor set-up.

56daba0f2a77408cb72608aba632e64d.png826ร—235 37.2 KB

so to the left is the PME settings and right is just the boolean modifier. but that eye-dropper thatโ€™s in the right side of the Object box. To implement that into the PME settings to the left, before the hamburger menu where you can edit the menu.

IDK if itโ€™s possible but all the GUI in blender has a python desc and a Python: method reference.
So in theory when you click the eye-dropper in the PME settings, you get that eye-dropper cursor
then if you click on lets say render button, it copies the python method reference: bpy.ops.render.render()


๐Ÿ”— View on Blender Artists