I recently mixed a script that uses vertex colors and then bake it using RTT - and it works in just 1 click. It is based on this script: http://www.scriptspot.com/3ds-max/pits-peaks the order of things is something like this:for i = 1 to $.numVerts do( local colr = color (random 0 255) (random 0 255) (random 0…
quick feedback: use more cubemaps (i suppose you're not using C2SDK but the free one? (C2 would have SSR to offer ontop of that)) to help get the proper reflections (at least for the screenshot). r_DisplayInfo 0 r_GetScreenshot 1 (usually I'd just press Print Screen though) if you wanna try e_Screenshot, which fucks a lot…
what are you thoughts, on custom suffix or prefix that you would like? also check out the new version 1.05 i just committed, and see if it fixes the duplicate problem as well as the attribute error that happens when trying to remove said duplicate. also look into the centering behavior, it should center things to the…
Hello, while I'm not a modeler mainly, I've been wanting to add angel and demon themed characters to my portfolio. I have time to spare at the moment, and I can start you off with character designs and model sheets. Here's a sample of my latest work if you're interested. My contact info: chrisdejoya@gmail.com…
Thanks for your kind words, really appreciate hearing it from a fellow artist :) And yeah, I guess it is not so obvious for now and we should improve UI anytime soon, but you can just leave Levels/Maps Quantity at 0, and it would not affect total cost/time estimates. And you can always check what calc estimated in…
ATMOSPHERE: The game will have a very serious and dark atmosphere to it. STORY: You and your girlfriend go to visit your father and your other relatives who live in a massive mansion in a semi-remote area of the Alaskan coastline. You discover that no one is home and you enter inside only to be chased by the slasher into a…
Hi, During my workflow, I have to import some objects, unfortunately the transforms and shape nodes import with the same name. Maya does not like this. I have this script to rename shape nodes and it works ok. for ($i in `ls -sl -dag -shapes -l`){ $parent=`listRelatives -p $i`; rename $i `substitute ((string)$parent[0])…
I'm trying to figure out how to make a set of 3 frames where the middle one is locked at a specific pixel width and the side columns can stretch to fill the rest of the browser. Right now I have it as something like this: <frameset cols="20%,60%,20%" frameborder="0" border="0" framespacing="0"> <frame…
So, I normally model all of my objects in a T pose. Recently, I have created a robot and needed the joints to line up with the pivot points of the connectors. In doing this the IK was not working as it should because it couldn't calculate properly without a bend. So, I unbound (removed all my weights) and manually rotated…