@Celosia Thanks a lot for the feedback, thats really valuable. 1) Everyone can request deleting his works with no problems. This is what already described on "About us" page with a specific form for this. (Maybe worth transferring this to other place or providing detailed information?) 2) No any annoying newsletters or…
Heya Eric, The Blender terminology is a bit unclear, probably coming from earlier legacy development. "Autosmooth" simply means that smoothing is applied to the object with an optional threshold for hard edge shading from 0 to 180 degrees (30 being the default). First and foremost this requires the model to being flagged…
To be honest... using bleuprint... making UI... or any code base action if that makes sense. I m on noob level... been trying to avoid it for a very long time. Saying that what u are saying is exactly what i need to do... now figuring out the nodes i need and how to connect them is what i need to figure out. Feel free to…
you wouldn't use alienbrain just for this, it's source control for the whole of development, including code (although coders don't like it, they tend to prefer Perforce, winCVS and so on) and takes up its own distinct place within a working pipeline. Using it just for an asset library would be a huge waste of money…
Glad I found this discussion! I've been on the character modeling beat a few years now, but even a few projects later, jobs are pretty hard to come by (of course the competition in character art jobs always seems to be pretty stiff.) In a recent interview, the interviewer asked me if I had a site for personal work - is…
w/ XNA's basic effect class though you probably won't be able to get your vertex paint working in 'engine'. You or your coder will need write an .fx shader to use or maybe checkout shaderFX and see if you can't make something that will work. I'm pretty sure it an export to XNA as wel. Once you have a shader though, you'll…
OMG YOU'RE RIGHT... ITS ALL COMING TO ME NOW! i was taken hostage as a small child by a secret government project and brainwashed. they made me watch terrible soap opera reruns till i broke. i have always been wondering why i had missing time... now i know i have been programmed to coordinate secret operations from the…
Try adding the lightmap and then multiplying it again, or try multiply with a lerp. There's all sorts of things you can do with the shader. You can always play around in shaderfx to get the look you want, then write the actual shader code. I've found it's much faster to prototype and experiment that way. Also, if you find…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…