difference between Container and Dialog
-
On 17/04/2013 at 05:29, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 14
Platform: Mac OSX ;
Language(s) : C++ ;---------
hey
where can i finde information to this topic i try to create a container and found a example with some items but i don`t find information for- Colorfield
- filename
- vectorthanks
-
On 17/04/2013 at 05:57, xxxxxxxx wrote:
i guess with container you mean a basecontainer. the id enumaerations connected
to the objects can all be found in the /modules and /ressource/api folder. they are
stored in the header file format. you will need a text file serach software for that,
like for example agent ransack.as an alternative you can use the c4d console by dragging the attribute into the
console promt, but this will give you only the integer representation of that id, not
the enumeration reference.there also some classes which have methods which to grant quick access to some
attributes, like for example BaseDocument.GetDocumentName() / GetDocumentPath().