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
โ๏ธ Related PME Features
- 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()