📋 Metadata

💬 Content

That hurt my brain haha, I didn’t want a toggle, just to know which mode it was in:

L.alert = True if bpy.context.scene.tool_settings.proportional_edit == 'ENABLED' else False; operator(L, "pme.exec", text="On",icon = 'PLUS' , cmd="C.tool_settings.proportional_edit = 'ENABLED'")

This works perfectly thank you so much


🔗 View on Blender Artists