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
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    CompositingTag

    SDK Help
    0
    2
    345
    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
      Helper
      last edited by

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

      On 09/03/2003 at 03:59, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.012 
      Platform:      
      Language(s) :   C.O.F.F.E.E  ;

      ---------
      Is there a way to set the Global Illumation in the CompositingTag
      I try things like that:
      my_container -> SetData(COMPOSITINGTAG_SEEN_BY_GI,FALSE);
      my_container -> SetData(COMPOSITINGTAG_SEENGI,FALSE);
      my_container -> SetData(COMPOSITINGTAG_SEEN_BY_GLOBAL-ILLUMINATION,FALSE);

      But it is not working....

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

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

        On 09/03/2003 at 13:57, xxxxxxxx wrote:

        The correct name is COMPOSITINGTAG_SEENBYGI but it returns an error ("variable or function expected !"), so you just have to replace this name by the ID value 1017 and it works !
        my_container -> SetData(1017,FALSE);
        You can find all IDs for each parameter in the C4D path:
        *Resource\res\description* then, in your case, open the file Tcompositing.h. ("T" for TAG"...)   in a text editor.
        When the ID name doesn't work, try the corresponding ID value.
        Bon courage pour la suite Platane !

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