Page 1 of 1

Octane Plugin Elements IDs for Python

Posted: Thu Apr 20, 2017 11:16 am
by robureau
Hi all,

If to use Python with Octane c4d Plugin where could I find list of all elements IDs? My search for Octane SDK Documentation or list of all ID's ended with no results.

For example from somebody's script I know that ID for ImageTexture is 1029501. I checked .res files in plug-ins folder and etc and haven't find any lines with this number so I have no idea how to find numbers for all other elements.

I hope I missed something and you could give me an easy answer.

Thanks.

Re: Octane Plugin Elements IDs for Python

Posted: Thu Apr 20, 2017 11:55 am
by aoktar
Pls find c4d.h if i remember correct the filename

Re: Octane Plugin Elements IDs for Python

Posted: Thu Apr 20, 2017 1:11 pm
by robureau
Hi aoktar,

Thank you! It was the c4d_symbols.h file in res folder in Octane Plugin folder.