CUSTOMGUIΒΆ

Symbol ID

Value Type

Description

CUSTOMGUI_REAL

Float

Edit field.

CUSTOMGUI_REALSLIDER

Float

Edit field with slider.

CUSTOMGUI_REALSLIDERONLY

Float

Slider only.

CUSTOMGUI_VECTOR

c4d.Vector

Vector

CUSTOMGUI_VECTOR4D

c4d.Vector4D

Vector 4D.

CUSTOMGUI_STRING

str

String field.

CUSTOMGUI_STRINGMULTI

str

Multiple line string field.

CUSTOMGUI_STATICTEXT

str

Static text field.

CUSTOMGUI_CYCLE

int

Selection list field.

CUSTOMGUI_CYCLEBUTTON

int

Selection field list with button functionality, e.g. the function of a button can be changed through a selection field list.

CUSTOMGUI_LONG

int

Edit field.

CUSTOMGUI_LONGSLIDER

int

Edit field with slider.

CUSTOMGUI_BOOL

bool

Checkbox.

CUSTOMGUI_TIME

c4d.BaseTime

Time edit field.

CUSTOMGUI_COLOR

c4d.Vector

Color chooser.

CUSTOMGUI_MATRIX

c4d.Matrix

Matrix edit fields.

CUSTOMGUI_BUTTON

bool

Button.

CUSTOMGUI_POPUP

None

Popup field.

CUSTOMGUI_SEPARATOR

None

Separator.

CUSTOMGUI_SUBDESCRIPTION

None

Sub-description.

CUSTOMGUI_PROGRESSBAR

None

Progress bar.