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

    COLORFIELD does not work

    Scheduled Pinned Locked Moved SDK Help
    7 Posts 0 Posters 593 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 28/10/2012 at 12:53, xxxxxxxx wrote:

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

      ---------
      Hey Guys,

      I can´t get it to work.

        
      CONTAINER Omyplugin  
      {  
        NAME Omyplugin;  
        INCLUDE Obase;  
          
        GROUP ID_OBJECTPROPERTIES  
        {  
            COLORFIELD ID_ROOMMAKER_WALL_COLOR {}  
        }  
      }  
      

      Colorfield does not work for me. All others do.. why? Ressource cannot be loaded etc..

      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 28/10/2012 at 13:50, xxxxxxxx wrote:

        COLORFIELD works in dialogs but you're trying to use it in a description. COLOR would be the equivalent description element.

        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 28/10/2012 at 13:59, xxxxxxxx wrote:

          Thank you spedler. My fault. 😄

          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 29/10/2012 at 00:26, xxxxxxxx wrote:

            Are there exist a Link for Layer or only in INCLUDE Obase;?
            Or must I use LINK instead (I know it works) but I don´t have the options like an LAYER link of Obase;

            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 29/10/2012 at 01:02, xxxxxxxx wrote:

              Do you mean the 'Layer' link field in the 'Basic' tab of an object? If so, that isn't present in Obase. As far as I can see, it is provided automatically along with the 'Name' field for any object that appears in the object manager.

              So you don't need to include Obase to get it if you don't want the visible in editor/render settings, etc. - these are the ones found in Obase.

              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 29/10/2012 at 03:04, xxxxxxxx wrote:

                Hey,

                Thank you for your replay. Yes, I mean this Layer link. But I want to use this many times in my objectData, not only once with with the generator.

                  
                CONTAINER Omyplugin  
                {  
                  NAME Omyplugin;  
                  INCLUDE Obase;  
                    
                  GROUP ID_MYPLUGIN_SOMETHING  
                  {  
                          STRING ID_MYPLUGIN_NAME {}  
                          LINK  ID_MYPLUGIN_LAYER {} // <-- correct layer please  
                          etc..  
                 
                
                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 29/10/2012 at 04:58, xxxxxxxx wrote:

                  Take a look at LinkBoxGui in the SDK. Seems like setting LINKBOX_LAYERMODE to TRUE would do what you want. But I'm afraid I don't know how to make that happen. If you find out, I'd be interested to see how it's done.

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