THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/07/2007 at 18:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.111
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Hi,
I'm trying to create a plug-in that saves out render data to an external file. I can do this by querying the base container line by line for every value there (for example with RDATA_FRAMERATE, RDATA_ANTIALIASING, etc.) and storing those values in variables. This is pretty time consuming and not very flexible.
The other way I can do this is to get the data by iterating through the Index Ids, which works, as well, but I can't figure out how to actually get an associated container name for those IDs (which I would really like to have). For example, I can get a value of 320 for ID 5008, which corresponds to output resolution width, but, I'd like it to return "RDATA_XPIX."
Is there any way to do this?