Here you will find documentation on all the descriptions that Cinema 4D currently has. You can list them Alphabetically, by Type or Plugin . The sample Python and C++ code is automatically generated and in some cases may not be 100% correct. If something doesn't work then please refer to the official Cinema 4D SDK documentation for more information.
ID XOVM_SYSOBJ_ACTIONS_DIR
Element Information
Sample Code
Example code for the id XOVM_SYSOBJ_ACTIONS_DIR in Oxpsystem
Note that this is not the actual code from the Oxpsystem file.
This code is just an example to show you how to add a similar control to your own description.
Resource File Code (Oxpsystem.res)
LONG XOVM_SYSOBJ_ACTIONS_DIR { ANIM OFF; CUSTOMGUI CYCLE; CYCLE { SYSOBJ_CHOOSE_12; 1029574; SYSOBJ_AGEOMETRY; 1027504; SYSOBJ_APGROUP; 1028703; SYSOBJ_APLIFE; 1027511; SYSOBJ_ALIGHTS; 1028030; SYSOBJ_ASCALE; 1027803; SYSOBJ_ASPEED; 1027506; SYSOBJ_ASPIN; 1027804; SYSOBJ_ASPRITES; 1028094; SYSOBJ_AMORPH; 1029125; SYSOBJ_ASPAWN; 1027505; SYSOBJ_AEXPLODE; 1032296; SYSOBJ_AFREEZE; 1027802; } }
Header File Code (Oxpsystem.h)
#ifndef OXPSYSTEM_H__ #define OXPSYSTEM_H__ enum { XOVM_SYSOBJ_ACTIONS_DIR = 1000, //First ID should start at 1000 SYSOBJ_CHOOSE_12 = 1, 1029574 = 2, SYSOBJ_AGEOMETRY = 3, 1027504 = 4, SYSOBJ_APGROUP = 5, 1028703 = 6, SYSOBJ_APLIFE = 7, 1027511 = 8, SYSOBJ_ALIGHTS = 9, 1028030 = 10, SYSOBJ_ASCALE = 11, 1027803 = 12, SYSOBJ_ASPEED = 13, 1027506 = 14, SYSOBJ_ASPIN = 15, 1027804 = 16, SYSOBJ_ASPRITES = 17, 1028094 = 18, SYSOBJ_AMORPH = 19, 1029125 = 20, SYSOBJ_ASPAWN = 21, 1027505 = 22, SYSOBJ_AEXPLODE = 23, 1032296 = 24, SYSOBJ_AFREEZE = 25, 1027802 = 26, }; #endif // OXPSYSTEM_H__
String File Code (Oxpsystem.str)
// C4D-StringResource // Identifier Text STRINGTABLE { XOVM_SYSOBJ_ACTIONS_DIR "DirectActions"; SYSOBJ_CHOOSE_12 "ChooseDirectAction..."; 1029574 ""; SYSOBJ_AGEOMETRY "ChangeGeometry"; 1027504 ""; SYSOBJ_APGROUP "ChangeGroup"; 1028703 ""; SYSOBJ_APLIFE "ChangeLife"; 1027511 ""; SYSOBJ_ALIGHTS "ChangeLights"; 1028030 ""; SYSOBJ_ASCALE "ChangeScale"; 1027803 ""; SYSOBJ_ASPEED "ChangeSpeed"; 1027506 ""; SYSOBJ_ASPIN "ChangeSpin"; 1027804 ""; SYSOBJ_ASPRITES "ChangeSprites"; 1028094 ""; SYSOBJ_AMORPH "ControlMorphing"; 1029125 ""; SYSOBJ_ASPAWN "ControlSpawning"; 1027505 ""; SYSOBJ_AEXPLODE "ExplodeParticles"; 1032296 ""; SYSOBJ_AFREEZE "FreezeParticles"; 1027802 ""; }