Post #2195:
IB
📋 Metadata
- Author: roaoao
- Date: 2019-04-18 00:39:12
- Type:
answer - Quality Score: 8/10
- Reply to: post_02194
- Replies (2): post_02196, post_02197
🏷️ Tags
pie-menu hotkeys intermediate solved
⚙️ Related PME Features
- 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 widthctrl+MouseWheel+/- 0.1 widthSpace- apply modifierDelete- remove modifier
Here is another example with subsurf modifier.
❤️ 2 likes