Skip to content

Instantly share code, notes, and snippets.

@Nat3Turner
Nat3Turner / performFileDropAction.mel
Last active June 28, 2023 14:18 — forked from Meatplowz/performFileDropAction.mel
Override the Maya Drag and Drop Behavior for File Open/Import
// Randall Hess randall.hess@gmail.com
// Instructions: Copy this file over your local maya version to override the default behavior
// Additional: You can also build and load this as a module and not overwrite the local maya file.
// Location: C:\Program Files\Autodesk\MayaXX\scripts\others\performFileDropAction.mel
global proc int
performFileDropAction (string $theFile)
{