c4d.gui.LinkBoxGui
¶
Link box GUI(
CUSTOMGUI_LINKBOX
) for
BaseList2D
objects. These are the settings:
LINKBOX_HIDE_ICON bool Hide the icon. LINKBOX_LAYERMODE bool Layer mode
This is what it looks like:
c4d.gui.
LinkBoxGui
¶
c4d.gui.BaseCustomGui
LinkBoxGui.
SetLink
(
obj
)
¶
Sets the link.
Parameters: | obj ( c4d.BaseList2D ) – The object to set. |
---|---|
Return type: | bool |
Returns: | True if the object was set, otherwise False . |
LinkBoxGui.
GetLink
(
[doc][, instance]
)
¶
Evaluates the link in doc , returning None if the linked object is not an instance of instance .
Parameters: |
|
---|