THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/09/2006 at 09:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.102
Platform: Windows ;
Language(s) : C.O.F.F.E.E ; XPRESSO ;
---------
So, my first thread here. Hope i can write my question in a way you can understand it:
I'm trying to put a Filename-variable in a in-Port of a COFFEE-Node. That Variable is called DatNam.
The Variable is changing each frame and should change the Pathname of the Result-Picture (?) The Commands in the Coffee-Node are:
main()
{
var BaseDocument = GetActiveDocument();
var RenderData = BaseDocument -> GetFirstRenderData();
var BaseContainer = RenderData -> GetContainer();
BaseContainer -> SetData( RDATA_PATH, DatNam );
RenderData -> SetContainer( BaseContainer );
BaseDocument->Message(MSG_UPDATE);
RenderData->Message(MSG_UPDATE);
EventAdd();
}
Now it works while i'm moving the TimeSlider. No Prolems so far. BUT:
If i want to Render the Frames, the Renderer takes only the last Pathname was written there. That's not what i want...
Hope you can understand my question
Greets
Matthias