Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 11/08/2011 at 09:25, xxxxxxxx wrote:
User Information: Cinema 4D Version: 11.5 Platform: Mac OSX ; Language(s) : C.O.F.F.E.E ; XPRESSO ;
--------- I wrote what i thought was a COFFEE analog of Time node with a Frame output. Animation based on my COFFE Time node seems to run fine in viewport but does not appear in render. Set up is very simple, i don't see what might go wrong. Can anybody help please?
In the source file you can see that in viewport both cubes spin fine, but only blue one spins on render. source file: http://www.vjhive.com/xpresso/coffee-time.zip
Thank you!
On 16/08/2011 at 00:58, xxxxxxxx wrote:
The problem is that you use GetActiveDocument() to obtain the document. GetActiveDocument() only returns the editable document not the rendered document. The rendered document is a clone of the original document. Unfortunatly this is currently a serious limitation of the COFFEE node.
cheers, Matthias