Script hooks - images dropped



The images dropped event is triggered when images are added to a scene by dragging and dropping them onto an editor view. Here is a listing of the information that can be obtained in scripts triggered by the images dropped event.


string getHookEventName()
This function returns a text identifier for the event that the script was triggered by, or empty string if the script was not triggered by an event. For the images dropped event, the value returned will be:

image[] getDroppedImages()
Returns a list of the images that were successfully added to the scene as a result of the drop action.