THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/07/2011 at 08:55, xxxxxxxx wrote:
So I've been experimenting with plugin creation and have finally gotten a super simple plugin to work (thanks to this very helpful post) but I've come away with a few questions on the fundamentals.
Also note I'm very new to this, I took a few months to learn the basics of Python but I'm only now over the last couple weeks actually applying that knowledge to C4D.
How does the plugin actually get executed? That is, how do all those methods get called? In my limited understanding of Python, when I've created a class or used a class I have always explicitly called methods. But with these plugins the methods don't seem to be explicitly called, they just seem to executed. What am I missing?
I suppose that's enough of a question for right now, thanks for your input.