THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/05/2012 at 13:05, xxxxxxxx wrote:
Cinema4d version: 13
Platform: Windows
Language: Python
-----------------
Hi everyone!
I have a simple question.
This is my "menu" of the plugin I'm writing (is an ObjectPlugin).
I want to write some code when the button "Save" is pressed but in SDK documentations I can't find any function to do that!
Anyone know which is the code to get the button pressed event?
Thanks a lot!
(InputEvent() or InputState() of gui class doesn't work because this is a Object plugin and the button is not in a dialog form
)