📋 Metadata
- Author: Way2Close
- Date: 2019-05-12 07:35:08
- Type:
question - Replies (1): post_02271
💬 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’