Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello Guys Like here : [http://www.digitalsandwich.net/portfolio/python-in-c4d-type-name-and-id-list/](link url) But a text version would be more suitable. I can't find something similar in the online sdk. Thanks for the help Fransua
Check the symbols.h file in your resource folder.
Hi @Fransua welcome in the plugincafe community.
Do not worry since it's your first post but please read and follow these rules (I've setup your post correctly)
Unfortunately, a complete list is not available for the moment. But if you are looking only for object there is this page Object Types and Fields Object Types which refer to all symbols available to describe an object.
To know a specific object id, you can drag and drop this object/element to the console, for more information see Python Console, Scene Elements.
Finally, you can also retrieve for the full list of id by their type with c4d.plugins.FilterPluginList
Cheers, Maxime.