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

    LINK in VidePost

    Scheduled Pinned Locked Moved SDK Help
    4 Posts 0 Posters 307 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 30/08/2008 at 16:38, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   10.5 
      Platform:      
      Language(s) :     C++  ;

      ---------
      Hi!

      Is it possible to integrate a Link as a description element in a VideoPost Plugin.

      I tried

      LINK MY_BUTTON_ID { ACCEPT { 5100; Tpolygonselection; 5682; } }

      but that did not work.

      Thanks for your help 🙂

      bye!

      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 01/09/2008 at 01:22, xxxxxxxx wrote:

        What is not working? It works fine here.

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

          Hi! 🙂

          Thats the res file

          CONTAINER VPcolorize
          {
               NAME VPcolorize;
               INCLUDE VPbase;

          GROUP ID_VIDEOPOSTPROPERTIES
               {
                    LINK MY_BUTTON_ID { ACCEPT { 5100; Tpolygonselection; 5682; } }
               }
          }

          and the header file

          #ifndef _VPcolorize_H_
          #define _VPcolorize_H_

          enum
          {
               MY_BUTTON_ID = 990023
          };

          #endif

          It says "Error reading resource on line 8 in the res file. Thats the line with the link..

          Bye!

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

            Sorry, I have no idea. It works perfectly fine with the description you provided.

            cheers,
            Matthias

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