I have a script that might be able to help, if your model is perfectly symmetrical. Install and run the script. In the dialog box click initialize. This will pair the verts. Edit one side of the model with Perserve UV's checked. Select the vertices you edited then in the script window press Mirror. The script won't work if…
Holy Cow PIOR, Give a guy a little time. J/K You seem familiar with installing scripts. Look in the MonsterBlues catagory. This script copies the TCB and Ease To/from properties from one key and paste them to as many keys as you want(biped only). To use the script: 1. Select a single biped object and single key. Run the…
Okay one more question and I will be leaving yall alone about this for a while lol, though this one is a doosy I am having a problem with Unreal ed reading my script, it wont now what I do is I run my game type mod and map unpublished (copy editor shortcut and in properties replace editor on the path with -useunpublished)…
This is Max 2014. Performance was improved in Max 2014. That why I had to find a scene with 3 characters. :) In Max 2014 here are the numbers with 20 objects selected and animated over 60 frames on my PC. With one skinned character showing but never selected. Curve Editor Open without the script 19-20 FPS Curve Editor Open…
I came up with this after reading someone's cry for help on the cgchat forums. Its not really a plugin that'll give you tools or anything... It'll just give you more workspace. Here's a script to get rid of everything bellow the viewports... it hides the timeslider, trackbar, and statusbar (the bar containing the animation…
Hey All, I'm trying my hand at creating a small script in Maya to better protect my models, but I've hit a bit of a snag. The script I'm working on is supposed to do the following: A - Duplicate the Selected Object. B - Move the Selected Object 10 units on the X axis. C - Create a new layer and Add the Selected Object to…
I'd probably try to drastically reduce the polycount of that element (reproject it later if necessary) so you can manipulate it with greater ease to get a bit more even texture flow, or use soft selections and pinning along with relaxing (or combine both approaches) to get the best possible outcome, but there will be some…
http://boards.polycount.net/showthread.php?t=60553 Missed this thread did ya? If that's too much to work with just for align scripts you can try out James Haywood's UV align scripts. Or Soulburn's scripts, he has a good flatten UV script also. But both of those packages come with a lot of other scripts. I have written a…
There is a very fast workflow in Blender to simulate smooth intersections of booleans by using offset cut. It does not create nice geometry, but it works visually. Is there any sort of script that can replicate something like this in 3dsmax? If I export meshes that have a Meshmachine offset-cut from Blender to 3dsmax the…
Yeah....................i see what you mean which is really weird. For some reason even when your TijdSpinner has a value of 12 by default it still reads as zero through the listener. Just have this line of code run first before you set your global variables to fix this bug.TijdSpinner.value = 12 Now if you looking for…