THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/08/2009 at 14:10, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :
---------
In may COFFEE script many of the container ids for RenderData are not defined (like RDATA_NAME). Do I need some include directive?
RDATA_ALPHACHANNEL is defined though, so
> `
\> renderdata()->GetContainer()->GetData(RDATA_VOLUMETRICLIGHTING)
\>
`
works. But
> `
\> renderdata()->GetContainer()->GetData(RDATA_NAME)
\>
`
works not. Any ideas?