lights don't resize translation wise... you sure? Do you have their locations locked? I once had to rescale my level for the same reason and I was just 1 quick and dirty scale away from fixing it. Selecting everything and resizing it shouldn't really be an issue. One thing you can try is hitting tab while in "play from…
Hi, I’m looking for a concept artist who might be interested in helping shape the visual identity of an indie animated series project called CYCLES. CYCLES – Season 1 is a dark sci-fi/fantasy animated series about Aren Solas, a quiet human mechanic who joins a deadly expedition to reach the mysterious Amphitheater, a place…
Some great improvement here! You may be able to get some lower subdivisions back, though, by projecting the details onto a duplicated subtool. First, of course, save your work. Then take the subtool that you want lower subdivisions on. We'll call that subtool 1. Duplicate subtool 1. We'll call the new one subtool 2. Remesh…
ya i use 2 main scripts with my lowpoly the first is for make all my UV edges hard string $objList[] = `ls -sl -o`;string $uvBorder[];string $edgeUVs[];string $finalBorder[];for ($subObj in $objList) {select -r $subObj;polyNormalPerVertex -ufn true;polySoftEdge -a 180 -ch 1 $subObj;select -r…
I agree with what's been said. Most of that stuff already exists or would be easy enough to script. Here's a very basic texel-density script I've written that someone might want to improve upon. Next step for me is to add a query for the existing texture size, but I suck at scripting so it's progressing very slowly :p…
Have you considered using Python. It's really is excellent for this type of thing. I forced myself to start using python about 2 years ago and have not regretted it. mainStr = "|Render|Props_Crate_001.f[5]"#split the string into a array/list using '.' as the argumentsplitMe = mainStr.split('.')print splitMe#splice out the…
The best : [ame]http://www.amazon.com/Shadowline-Art-Iain-McCaig/dp/1933784245/ref=tmm_hrd_title_0?ie=UTF8&qid=1302501358&sr=8-1[/ame] The other best : [ame]http://www.amazon.com/Art-District-Weta-Workshop/dp/0062064304/ref=sr_1_1?s=books&ie=UTF8&qid=1302501613&sr=1-1[/ame] And the absolute best :…
The reason being, this set piece is 400+ drawcalls before being batched, and only 12 when batched. However if I bring it back into max, I can treat it as one piece. I think I have to move all the channel 1 uv's outside the 0-1 space beforehand so their not all clumped together. Then I can piece them back together and bake…