#include <c4d_baselist.h>
Message struct for the MSG_MATERIALDRAGANDDROP message.
Public Member Functions | |
MaterialDragAndDrop () | |
Public Attributes | |
BaseDocument * | doc |
BaseObject * | op |
BaseTag * | result |
BaseDocument* doc |
The current document. Cinema 4D owns the pointed document.
BaseObject* op |
The current object. Cinema 4D owns the pointed object.
BaseTag* result |
If you choose to create a tag of your own, point this pointer to it. Cinema 4D will create the undo and activate the tag but you still have to insert the tag manually onto the object.