Post #5083: The mesh.extrude_region_shrink_fatten operator was already included in the float
π Metadata
- Author: Pluglug
- Date: 2024-04-02 08:58:56
- Type:
answer - Quality Score: 7/10
- Reply to: post_05082
- Replies (1): post_05084
π·οΈ Tags
v1-18-7 macro operators advanced solved
βοΈ Related PME Features
- Macro Editor
- Interactive Panels
- Python Scripting
π¬ Content
The mesh.extrude_region_shrink_fatten operator was already included in the floatgeo_32.json file that you shared with me, right? (So you might already know a way to obtain it.) In my case, I obtained it from the Info window after executing the operator.
Regarding the Macro, I think it should work if you use the HACK I showed in a previous post. Please enter the β#β character at the end of the code.
Pie Menu Editor 1.18.7 Released Scripts and Themes
Like you, I also struggle with the inaccessibility of the Tool Options. As a first suggestion, we could consider placing the properties in a more visible location. If the text and icons were to change according to the state of the properties, it would likely become even more user-friendly. To begin with, please use PMEβs Interactive Panels to create a menu in a highly visible location. This will automatically generate a pop-up dialog with any given menu ID. Then, write the following code in tβ¦