Post #2195: IB

📋 Metadata

🏷️ Tags

pie-menu hotkeys intermediate solved

  • Modal Editor
  • Pie Menu Editor
  • Custom hotkey bindings

💬 Content

IBBBLaster:

bpy.context.object.modifiers[len(bpy.context.object.modifiers)-1].width = 0.23

i change a bevel width value, is it possible that the value, instead of being fix, is interactive, depending of the cursor moving, or mousewheel rotation, exactly like doing a regular ctrl-b, you enter an interactive mode and the value change interactivly

is it possible to do so trough pie menu ?

Yes, you can add a modal operator for this tool and use it in your pie.
Here is an example. Import the file and select imported Bevel Modifier Modal in one of the pie menu slots (Menu tab).

  • MouseWheel +/- 0.01 width
  • ctrl+MouseWheel +/- 0.1 width
  • Space - apply modifier
  • Delete - remove modifier

Here is another example with subsurf modifier.


❤️ 2 likes


🔗 View on Blender Artists