Post #3108: # Pie Menu Editor 1.17.0

📋 Metadata

  • Author: roaoao
  • Date: 2020-03-26 23:02:39
  • Type: announcement
  • Quality Score: 8/10
  • Replies (1): post_03112

🏷️ Tags

v1-17-0 pie-menu popup-dialog scripting intermediate

  • Pie Menu Editor
  • Popup Dialog Editor
  • Macro Editor
  • Panel Group Editor
  • Stack Key Editor
  • Sticky Key Editor
  • Modal Editor
  • Property Editor
  • Menu Editor
  • Hotkey Configuration
  • Custom Icons
  • Python Scripting

💬 Content

Pie Menu Editor 1.17.0


What’s New:

How to Update:

  • Backup your pie menus using Export button (optional).
  • Open User Preferences (ctrl+alt+U).
  • Go to the Add-Ons tab.
  • Click Install Add-on from File button, navigate to the file you downloaded and install it.
  • Restart Blender.

Nanomanpro:

I’m trying to create a setup that will do the following things in order:

  1. Add Plane
  2. Display a custom menu on which I can resize the added plane
  3. Perform the Apply Scale operator.

Looks like we can’t use macro here. Try input_box() function which displays a popup with editable property and calls func function when user clicks OK button:

bpy.ops.mesh.primitive_plane_add(size=2, enter_editmode=False, location=(0, 0, 0)); input_box(prop="C.object.dimensions", func=lambda value: bpy.ops.object.transform_apply())

BD3D:

pop up area crash A LOT with me, systematically when changing editor, am i alone with this ?

Should be fixed in PME 1.17.0


❤️ 7 likes


🔗 View on Blender Artists