Profile PictureIhor Dmytrenko 

Quick Copy-Paste .MEL | Autodesk Maya LT

$0+
1 rating

Quick Copy Paste edition of MEL script designed specifically for Maya LT by request when Python is not available. This script makes it incredibly easy to copy and paste objects between different 3D software platforms, including Maya, Blender, and C4D. With just two simple buttons, copy and paste, you can transfer objects from one platform to another in just a few clicks.

This script is available for Maya and Maya LT and for users who wish to copy objects to Blender or C4D, a separate installation is required.

Quick Copy Paste makes the process of transferring objects between platforms seamless and effortless, saving you time and streamlining your workflow.


Installation manual:

To call a Maya MEL script procedure that is stored in the Maya script folder, you need to first source the script file, and then call the procedure. The location of the Maya script folder depends on the operating system you are using and the version of Maya. Here are some common locations for the Maya script folder:

  • Windows: C:\Users\<UserName>\Documents\Maya\<MayaVersion>\scripts
  • Mac OS X: /Users/<UserName>/Library/Preferences/Autodesk/maya/<MayaVersion>/scripts
  • Linux: /home/<UserName>/maya/<MayaVersion>/scripts

Once you have located the Maya script in folder, you can create two Shelf buttons with next code for each of them, copy this code into MEL section of button.

// Paste Button

source "idcopypaste.mel";

copyPaste("i");


// Copy Button

source "idcopypaste.mel";

copyPaste("c");

$
Add to cart

Product include 2 files: idcopypaste.mel script and Readme file.

Copy product URL

Ratings

5.0
(1 rating)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%
$0+

Quick Copy-Paste .MEL | Autodesk Maya LT

1 rating
Add to cart