Hi everyone, its been a while since I have updated on the progress. Bascially did all the boring parts out (Retopo, uv, bake and hair cards) and now have started to texture the character and testing out the shaders. As a reminder, I am trying to imitate and come close to the Marvel Rivals artstyle and this is my progress…
@Cathodeus Okay, thank you. That's more the answer I was looking for. That just wasn't what I gathered from your first answer. If most studios just use to core tools, then that's what I will mainly stick with. I mean, that's what I have been sticking with for years. I just wanted to know if it was true that most studios…
Then I wouldn't suggest a 17" That would be a PITA to carry around all day at school. You get better deals with the ATI cards and DX11 support. However you dont get the CUDA support of Nvidia. Here are some ideas (and you dont have to buy here, just examples). If you swallow the pill of ATI:…
This is a great idea, as I often struggle with pricing. I think my most recent commission would probably fit fairly within the kind of budget that this quick app outlines, however I would like an option to exclude a "level". You see, I'm a character artist and I would not feel comfortable charging someone for an entire…
Here you go. -- Make two MEL shelf buttons. Then, here's the MEL code for shelf button 1: //turn off undo undoInfo -stateWithoutFlush false; //query current grid divisions int $gridDivs = `grid -q -divisions`; //calculate new divisions $gridDivs = $gridDivs * 2; //query current grid spacing int $gridSpacing = `grid -q…
As jeff said it targets CPU bottlenecks. One aspect is also that those are techniques that programmers have to apply to their code. So it's not a pure driver optimization that makes anything fast in the driver. The talk as well as others make suggestions to programmers how to organize their render engines to avoid some CPU…
do you think you could make a game by having 50 people code individual parts of a random game independently with no contact. sell those parts in a store. and have someone else simply buy various bits of that code and smash it together an make a nice game? i doubt a "game asset" store will ever work for anything but quick…
I just use F4 to turn on and off wireframe while keeping flat shaded :) But if you want to get a key bound to flat shading, it's pretty easy. Bring up the MAX script editor (MAXScript->MAXScript Editor...) and type the code in: Now there are a few ways to get that bound to a key, but the one I'd use is: * Select the code…
This is fantastic! When it works it has easily optimised my cross-application workflow by a significant margin. One rather significant problem. The first session with 2.68 I played around with baking out maps, everything worked fine. I rebooted, did the sleep thing, and the next day re-opened Blender and it freaked out…
8BitJake, As far as Wordpress goes it is pretty much select a format and it generates code for you. There are places that if you want something special you can google the code really quickly. The problem with Wordpress is its a blog type system and there are only so many variations you can do. Personally I would recommend…