thing about magazines is they are always out of view from the player, being under the gun and all. reload anims typically move very fast and character hands usually cover at least a third of the magazine *when* reloading so geo there tends to be wasted, especially the top areas that are hidden inside the mag well 80% of…
I hope you don't mind but here are some code snippets for tools I use frequently and collected or wrote over the years. * single click turbo smooth swap (on \ off)function switch_turbosmooth obj=( for o in obj do if superclassof o == geometryClass do ( for mod in o.modifiers where classof mod == turbosmooth do( if…
Envato is looking for talented 3D artists to supply or create unique content for a new marketplace. We're looking for freelancers who not only complete excellent 3D files, but can also work within a set timeframe. We require a series of 3D files to be sold on a new Envato site. Candidates will need to: * Supply or create…
Our SQL database and web server for our tech-art pipeline runs Linux - doesn't cost a cent and works like a charm. And yes, film studios use it too. Personally I'd be happy if we could drop all that Microsoft specific stuff in our pipeline. I really prefer Unix' elegant and proven solutions for building pipelines vs.…
I don't think you can change the default behavior but if you want to set the vertex boundary to sharp on multiple selected objects, you can use this small script: string $sel[] = `ls -sl -fl`; string $selShape[] = `listRelatives -s $sel`; for ($i=0; $i<(`size $selShape`); ++$i) { setAttr ($selShape[$i]+".osdVertBoundary")…
Very Cool!!! I love that 'read more' link haha! Also on the dutch facemakr site there are some minor errors(technically its ok, its just that dutch people would never say things in that way :P). One thing that is gramatically incorrect though: "Stel ineens gedetailleerde gezichten samen op een uiterst elegante manier,…
Update! Fleshed out the champion's outfits a little more and then spent the afternoon attempting to establish a general color/lighting scheme. I initially wanted to make Aurelion Sol the primary focus of the painting but I'm playing with the idea of having the Aspects be the focus and having him fade into the sky. We'll…
bars here: http://maps.google.de/maps?f=q&hl=de&geocode=&q=simon+dach+str+berlin&sll=51.151786,10.415039&sspn=9.831934,19.775391&ie=UTF8&t=h&z=16&g=simon+dach+str+berlin&iwloc=addr or here:…
An object can't have multiple materials so i assume you talk about multimaterial ? If so, you need to parse it, like an array. This covers the case, and works with multiple objects selection. I've added some security checks. ( sel = selection as array for obj in sel do ( myMat = obj.mat if myMat != undefined then ( if…
The metal still looks a lot like plastic currently. A darker diffuse, a slight blue tone to the metal and maybe stronger spec would be adequate. Proportions actually look better than the concept imo. On a side note the name "Machtgewehr 40.4" given by the concept artist is total nonsense. That translates to "Might Rifle"…