this is a little script i wrote today to help when high poly modeling. lots of times i want to just check real quick how my model would look with a turbosmooth modifier on it. before i would have a turbosmooth at the top of the stack and move up to check, then go back down to edit the mesh. This script simplifies the…
This won't help you now, but going forward think about your UVs as you're building. Make your pipes, wires, ropes and tubes from splines and auto generate UVs it might mean cleaning up a few areas here and there because you will more than likely make mesh edits but it still might be easier than trying to unwrap after the…
The Extend Surface is a MacroScript, it install itself on first run, or drag and drop on 3ds Max viewports. Once the installation is done, you can find it in the customization menu of 3ds Max. From the main menu choose: Customize > Customize User Interface... In the dialog choose the Tab relative to the kind of action you…
here is actually a concept which should't be to hard to script and something I am quite happy with (the idea) The base idea is around having just quads (similar to pTex), so you select one in your current model like where you want to have a detail, hole or whatever. In a script panel or interface you pick a prefab tile…
The big problem with scripting in Blender is that is uses Python. In itself, this isn't an issue. Python is a solid language now with plenty of features, and using it with Blender allows you to do almost anything. The problem is that a lot of people familiar with scripting langauges are not familiar with Python. And Python…
sorry for the wait, i finally managed to get empire total war working :P anyways i'm back, and i figured some way to launch the script from 3ds max. here's the modified maxscript first: macroScript saveUVstophotoshop category:"Dejascripts" tooltip:"unwrap UVWs into photoshop selection" Icon:#("GameTools",2)(if…
Hi guys! I got huge difficulties to figure out how to write a script that can make pixel padding between the UV elements based on resolution in Unwrap UVW modifier. I found one script from internet http://www.scriptspot.com/forums/3ds-max/general-scripting/maxscript-uv-pixel-padding which works perfect for one object…
Content Designer Trion World Network is searching for a Content Designer to create brilliant gameplay content. The ideal candidate has quest or dialog writing experience and scripts in a current generation engine using 3D or visual scripting tools. Responsibilities · Plan and implement cutting-edge MMO content, including…
check out Collision Map Generator This script generates maps based on the collision of an object with another object...i've included a pdf help file with it. Imagin a dirty character hand touches the wall it will leave some dirt on it...or may be a character walking on sand his feet will leave marks on the ground...you can…
Scene states and the batch render dialog would avoid you having to set it all up each time you want to render. You set up the scene right click and choose "save scene state" highlight the things you want it to save, give it a name and click save. Then in Rendering > Batch Render you create an entry for each render setting…