Post #2194: Hello i have a small question about pie menu
📋 Metadata
- Author: IBBBLaster
- Date: 2019-04-17 23:26:39
- Type:
question - Quality Score: 6/10
- Replies (1): post_02195
🏷️ Tags
macro pie-menu scripting intermediate unsolved
⚙️ Related PME Features
- Macro Editor
- Pie Menu Editor
- Python Scripting
💬 Content
Hello i have a small question about pie menu
in this small code, that i attribute in a simple macro operator
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 ?
or its way more complex ? if it is, any clue where to search and learn for this ?