On 15/07/2015 at 21:31, xxxxxxxx wrote:
Hello Forum,
After reading these great posts:
https://plugincafe.maxon.net/topic/8461/11042_python-tag-catch-button-presson-parent-object&KW=user+data+button&PID=43468#43468 Thanks Niklas.
https://plugincafe.maxon.net/topic/8312/10843_user-button-test-on-python-generator-solved&KW=user+data+button&PID=42531#42531 Thanks Sebastian.
I realized there is much to learn about Python Scripting Tags.
Where are the global variables for the Python Scripting Tags documented?
By reading other posts/examples, I understand that "op" and "doc" are global variables, but I did knot know there was a global function like message(msg_type, data) : available in a scripting tag.
I do not understand how message(msg_type, data) works in the scripting tag. How is it getting called? Is it like a virtual method in c++? Are there other functions like this available?
Thank you,
Joe Buck