📋 Metadata

💬 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 ?


🔗 View on Blender Artists