Thanks Eric . I have company license . Just haven't updated it since 23 . So accustomed to 3dmax being ancient dinosaur I stopped to pay attention but this new feature makes me curious . Hoped somebody already tested it and save me precious C drive space . Gemini says there is a script that allows to copy /paste in between…
Maya works by loading scripts into memory as a procedure/command. So if you put the mel file into the scripts folder it is automatically loaded and saved by Maya. Now when you want to "launch" it, you can't launch a script, you execute the procedure inside the script. Usually it's the same name of the script if the author…
Thanks for the feedback all. Hi Toast, where is number 2 in maya already existing? I've also tried the level tools many times there's nothing in there that stamps objects correctly or verts correctly. Level tools was always the biggest joke for me, even their extract spline from edge script had huge performance issues I…
Hi there I have a script that exports fbx file automatically. Is it possible to do the same thing but save selected instead of exporting file? Here's the script for current in geometry do ( select current newFileName = current.name newFilePath = pathConfig.GetDir #Export completeFilePath = (newFilePath + "/" + newFileName)…
Ninja Dojo for Maya Updated Ninja Dojo to 3.5 Ninja Dojo is an oraganized UI wrapper for all the ninja scripts and other mel scripts plus more. Feature List: * Ninja Mesh * Ninja UV * Ninja Fracture * Ninja Light * Ninja Rename * Ninja Assest * 3 Custom Shelfs which you can have each as a floating window. * A Mel manager…
Had a few minutes, so here's a really simple layer toggle script Create an action to load the script, bind to hotkey, and you're good to go. If I have time later, I'll add a bit to have it show up properly in the File->Scripts menu if you've got the script in your presets/scripts folder.
Hey Mop, I tested your Script out this morning and... I am a monster! Rar! :( It isn't working 100% for me but, I see the light! I copied 6 work max files into a new folder: C:\Rename The real names of these files have been changed to protect their real identity: 1.A_B_Head01.max 2.A_B_Head02.max 3.A_C_Hair01.max…
I was in the same spot when i started doing my degree work. I had zero knowledge of Unity scripting and scripting in general but in the end i managed to pull of a fps/3rd person horror game with tons of scripting stuff. I used Java btw.. worked fine for me. Just keep practicing and start with easy and small scripts. In the…
I have max 9 as well- and it works perfectly here- and your script does disable the show Pelt seam here as its supposed to do. if you edit your script from the button ,e.g right click > "Edit Macro Script" a script window with this script should appear:macroScript…
I tried that uvHelp scipt, but it kinda made things worse. Before: After: I made the model in Gmax, so I had to export it to get it into Max, which for some reason all the verticies became unwelded. So I welded all the verticies in both the model and the map, then ran the script. Somehow I don't think it's supposed to make…