I would like to perform some action, programmed in Python, when the user changes the active object. How can I get this information?
Asked
Active
Viewed 822 times
2
-
1Depends what is the user action on active object you want to listen to. Look at these answers: http://blender.stackexchange.com/questions/19524/python-basics-interactive-script, http://blender.stackexchange.com/questions/19668/execute-a-python-function-whenever-the-user-interacts-with-the-program – Jaroslav Jerryno Novotny Oct 05 '16 at 16:19