📋 Metadata

💬 Content

Hey, anyone know how to highlight a button and also change a property? This isn’t working for me in the custom tab:

L.alert = True if bpy.context.scene.tool_settings.proportional_edit == ‘DISABLED’ else False; bpy.context.scene.tool_settings.proportional_edit = ‘DISABLED’


🔗 View on Blender Artists