Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
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