I use space assigned to a script that switches from create to modify mode. There was also a script around here that went straight to the last Edit Poly in the stack, or the Editable Poly base. I also use a script to increase subdivision preview with + and - for quick modeling. Then there's X for repeat last poly command, A…
Scripting is not part of my experience and that doesn't seem a easy task. I can deal with the creation of macros and simple stuff but no beyond that. There is a script renderer of high quality that uses Nitrous that shows how is a lot more capable than the it can now:…
from your install script: maybe change it to the userScripts folder which should be: that way no one needs admin rights to install your MZP file. Same for within your main script as I noticed it has some getDir #Scripts commands. A simple find and replace should do the trick. I like the idea of having functions that have a…
In the hair Round Up thread I was surprised to see the SlideNormalThief script being used in one video. It was at the very end of the work, aligning all the hair normals to a blobby shape that resembled the hair's silhouette. Was this used to permanently fix the problem of intersecting hair cards, much like people use this…
Ninja Dojo V 6.0 is now available on Creative Crash and on the Ninja Dojo web page. http://www.bk3d.com/Ninja_Dojo/Dojo.htm Ninja Dojo (Black Belt) https://www.creativecrash.com/maya/script/ninja-dojo-black-belt Ninja Dojo (Grandmaster)…
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…
That's me. :) Thanks, I'm glad you find it useful. I actually recorded that video ages ago to demonstrate the technique to someone here on the forums. Credit for the technique though goes to Shon Mitchell (who you may know as the guy who made the GetBent script for Maya), he's the one who taught me. Speaking of scripts. I…