I am currently working on a side scroller in the UDK for an indie project. I got this working literally like an hour ago. However, I did it through creating my own script for it. It is more beneficial to set it up through script than kismet for a few reasons. Kismet is per level only, while script can be set up once and…
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…
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…
Does anyone know how to automate texture importing and material creation ?, like is there a script for it, wish I knew some coding. For example the objects in the scene are named like: Jeep_Engine Jeep_Tires Auto material script creates for all objects (Mat-"object's name"): Mat-Jeep_Engine Mat-Jeep_Tires And substance…
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…