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

    GvValueID Types

    SDK Help
    0
    2
    421
    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 21/12/2002 at 10:03, xxxxxxxx wrote:

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

      ---------
      Can you please provide the GvValueID enumerations?
      Regards, darf - bhodiNUT

      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 21/12/2002 at 12:20, xxxxxxxx wrote:

        There are some constants in c4d_graphview_def.h:

            
            
            #define ID_GV_VALUE_TYPE_NONE       0        
            #define ID_GV_VALUE_TYPE_UNDEFINED    400007000      
            #define ID_GV_VALUE_TYPE_BOOL       400007001        
            #define ID_GV_VALUE_TYPE_INTEGER     400007002       
            #define ID_GV_VALUE_TYPE_REAL       400007003        
            #define ID_GV_VALUE_TYPE_VECTOR      400007004       
            #define ID_GV_VALUE_TYPE_NORMAL      400007005        
            #define ID_GV_VALUE_TYPE_MATRIX      400007006        
            #define ID_GV_VALUE_TYPE_TIME       400007007         
            #define ID_GV_VALUE_TYPE_STRING      400007008  
            #define ID_GV_VALUE_TYPE_GENERAL_OBJECT  400007009
        

        There are some more in c4d_particles.h:

            
            
            #define ID_TP_VALUE_TYPE_PARTICLE 1001394  
            #define ID_TP_VALUE_TYPE_SHAPE  1001396  
            #define ID_TP_VALUE_TYPE_GROUP  1001398  
            #define ID_TP_VALUE_TYPE_SPIN   1001433
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post