THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/08/2012 at 06:12, xxxxxxxx wrote:
I'm creating a python plugin.
The GUI is created in the code and not in a res file.
E.g. self.AddComboBox(MY_COMBOBUTTON, c4d.BFV_MASK)
self.AddChild(MY_COMBOBUTTON, 0, "Add Selections")
self.AddChild(MY_COMBOBUTTON, 1, "Substract Selections" )
How can I add a link box and then drag and drop objects into this linkbox?
_<_img src="http://chicagoc4d.com/c4dpythonsdk/_images/linkbox.png" height="30" width="193" border="0" /_>_
If have seen the documentation in the Cinema 4d Python Help, but I do not quite understand it.
An example would be nice.