📋 Metadata

  • Author: roaoao
  • Date: 2020-03-26 23:02:39
  • Type: announcement
  • Replies (1): post_03112

💬 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