0

I have a couple of questions:

  1. is it possible to change the color of a single button via python?(like the “add Driver” Operator does)
  2. is it possible to change original blender buttons to execute something else(without changing the source .py ui file). Specifically: Then the user hits the render button, I want to trigger another function and stop the rendering.
Luca Scheller
  • 517
  • 3
  • 8

1 Answers1

4
  1. No
  2. No cleanly, you can re-define the classes from source .py ui files in your addon. Which is dirty.
Jaroslav Jerryno Novotny
  • 51,077
  • 7
  • 129
  • 218