Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Recent
    • Tags
    • Users
    • Login

    Troble with my custom Time node.

    Scheduled Pinned Locked Moved SDK Help
    2 Posts 0 Posters 187 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Helper
      last edited by

      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!

      1 Reply Last reply Reply Quote 0
      • H Offline
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        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

        1 Reply Last reply Reply Quote 0
        • First post
          Last post