On 26/07/2016 at 18:26, xxxxxxxx wrote:
Userdata has this kind of data field, this datafield supports:
- Objects
- Materials
- ....
It's easily recognizable since it has the arrow for selection.
I think it should be possible since I saw this used in the Magic Replace plugin from NitroMan which is a Python plugin.
So I wonder If I can create this for a script that creates a custom dialog, I gave a look under :
[ **c4d.gui.GeDialog**](https://developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d.gui/GeDialog/index.html#) ** ** in the SDK but I couldn't find such type of field, that looks very useful since it supports drag and drop too.