I got you man! It's a windows function that affects every program photoshop etc. you have to disable the alt menu selection for the alt key, by applying this script in windows. If you follow this link it should give you the instructions. after the script is applied the alt key still works but doesn't activate the menu at…
Ok i guess we can close this one ^^ What to take away from this: 1. This Script will destroy all your hard work http://www.scriptspot.com/3ds-max/scripts/3dsmax-uvlayout-uvpipe-mod-by-miauu (until the autor updates it) 2. This one won't http://www.scriptspot.com/3ds-max/scripts/uvpipe-mod-by-norman3d (worked with 3dsMax…
Having the same issue here: i'm using Max 2014 with Nitrous Direct3D 11 and I can't get the textures to load with full resolution. Would really appreciate some help. Thanks! Update: Apparently, one cannot access the Nitrous texture quality settings without the use of scripting. I've found a really cool script on…
Are you sure you put the statement in the right method? I just tested it by copying your script into a new project and adding zero/max checks in the update function and it seems to be working fine. void Update() { HandleHealthbar(); if (Input.GetKeyDown(KeyCode.Space)) { Health -= 10; } if (Health <= 0) { Health = 0; } if…
what if he wants super low res voxels, like how voxels used to be? There is Qubicle http://www.minddesk.com/?page_id=243 Which has a 3d voxel editor and maya plugin / script to convert texturized meshes into 3d voxel objects. A bit crazy expensive but certainly interesting to check out. I wrote one script myself to do that…
We have considered adding a flashlight, and if we are ever to make a fully fledged version by god's grace, we definitely would. But for the demo/teaser, I decided that having full control over environmental lighting, having scenes where we put the player in a full blackout for a few seconds would have helped the…
Vimeo Video Shift u or v positive or negative 1 exactly. MoP's HardShellEdge Script: MoP's script exactly - Original Thread Gen Lightmass UV: Automatically copies current UV's to a second channel and re-packs them. **re-layout and packing is done according to the settings in maya's "layout" command. Settings editble in UV…
Greetings all, I just got done learning Unity Script last semester and for the Final Project I had to come up with an idea for a game and then create it from scratch. The assignment didn't require me to create any 3d models, sounds, particle effects, etc. It was a scripting course so it only required the scripts. I took…
I've been trying to build a very simple script to import and export a fbx file in the Python binding of the Autodesk 2015 FBX SDK, but I'm encountering some problems. If i load a very simple .fbx into the script ( containing a skinned mesh and several bones), the script appears to read global settings fine- I can access…
I have a couple Max Script questions that are pretty basic. 1. How to I call an .ms script with an .mcr? For example, here is one of the textools mcr's. How would I call that same script *fn_16_relax" without the if statement requiring textools to be open? 2. Is it possible to copy the contents of an .ms file into an .mcr…