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

    Constrain description LINK to Vertex Map

    Scheduled Pinned Locked Moved SDK Help
    3 Posts 0 Posters 302 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 06/01/2009 at 05:24, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   10.1 
      Platform:   Windows  ; Mac  ;  
      Language(s) :     C++  ;

      ---------
      Hi,

      in the description of my object, I have a LINK field. The user should be able only to link Vertexmap tags here, nothing else!

      For Point Selection tags, it's easy:
      LINK MY_LINK_ID { ACCEPT { Tpointselection; } }

      But for Vertex Maps, the following doesn't work:
      LINK MY_LINK_ID { ACCEPT { Tvertexmap; } }

      When starting Cinema and selecting my object, Cinema shows a message, indicating an error in the res file, specifying this line.

      Is there a secret way to do this? 😉

      Greetings,
      Jack

      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 06/01/2009 at 09:19, xxxxxxxx wrote:

        In case of vertex maps you have to directly use the ID.

        > \> LINK MY_LINK_ID { ACCEPT { 5682; } } \>

        cheers,
        Matthias

        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 07/01/2009 at 12:38, xxxxxxxx wrote:

          Ah, ok.
          Thanks again for your help, Matthias 🙂

          Greetings,
          Jack

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