📋 Metadata
- Author: IBBBLaster
- Date: 2019-04-17 23:26:39
- Type:
question - Replies (1): post_02195
💬 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 ?