On 13/06/2015 at 04:10, xxxxxxxx wrote:
Hi!
I was having some doubt on inheritance map in module c4d in c4d python sdk.It would be of gr8 help if you help me out. Here it is:
As I understand c4d is a module name. from https://developers.maxon.net/docs/Cinema4DPythonSDK/help/misc/diagram.html
link it seems that all other boxes on that page are just classes. right? Now, if i look closely, say c4d.plugins.BaseData, it is parent of lots of , say , c4d.plugins.xyz. Now the thing I am confusing is that : we use c4d[dot] becoz we are using "import c4d" in the header. Why do we have plugin[dot] when there is no plugin module. as in is "plugin.xyz" literally a name of a class or is plugin a module or plugin a function??