Post #2270: Hey, anyone know how to highlight a button and also change a property? This isn’

📋 Metadata

  • Author: Way2Close
  • Date: 2019-05-12 07:35:08
  • Type: question
  • Quality Score: 5/10
  • Replies (1): post_02271

🏷️ Tags

custom-tab python-scripting intermediate unsolved

  • Python Scripting
  • Custom Tab
  • Property Editor

💬 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