Hi Everyone :) It's been a while since I've been here, so many great new threads. So, I decided to redo my website, as I am all thumbs when it comes to anything coding I've been dreading this moment for years:poly122: I basically just started and the main attraction, the portfolio is not even up yet. I've been using…
For another project I am working on, a requirement I have set myself is that I will need to be able to use vertex paint some meshes. I have been doing some research based on this requirement and how to develop the shader, and thought it would be good to share my findings and hopefully help out anybody else looking to learn…
I gave it a try as well, even though I don't do any stuff rendered inside Blender recently. I really enjoy the workflow, creating panel lines and the convenience of the integrated asset manager. No idea how the parallax node group works, looked at it and got dizzy :D The effect is really good though. Excited to see what…
this is for all of those home theater guys around here who love watching movies in your home with a giant tv, large (and properly setup) sound system, and use Home Theater pc's (HTPC's). Get FFDSHOW!!!, its a codec enhancing program and comes packed with a ton of neat audio and video filters. most notably is the sharpen…
The i920's have four cores with 2 threads each, which basically makes them 8 cores, they tear apart standard quad cores when doing stuff like mental ray rendering or baking textures, can't find the benchmarks right now, but when it comes to games the performance difference isn't as huge because most games aren't bottle…
Hey everyone, I’m the creator and director of an early-stage dark fantasy rpg currently looking for a concept artist to establish visual tone for our vertical slice. About the Project: * Working title: “Eternal Night” * Dark fantasy action RPG * Heavy focus on tone, atmosphere, embodied combat, and deep narrative *…
Ah yes, DS & Wii gamer codes. I shall do that soon enough! AS for the code, I'm no wizard so it is likely that theres some waste in there. Would you be willing to help by showing me the code you removed? I can do that immediately after being shown what it is you had done. Thanks in advance. UPDATE: You can add DS or Wii…
wait until you can afford to upgrade both. Though as illo mentioned CPU would be more important (it also has to send the commands to the GPU). The Celeron has lousy cache, which is where a lot of speed comes from in CPUs. An i5 would be cheaper alternative on same socket.…
Hello, everyone. I know this is getting older. After having looked at the Blender Python API, and some other sources on the internet, I have managed to come up with this method of getting the correct vertices from the correct bones - all as integers. Here's the code if anyone wants to use it. I know it's not the nicest…
Wouldn't I still need to call every material instance in code if I'm overriding the cubemap parameter? That's the issue I was concerned with. Or could I make one MaterialInstance, then create all others based from that, and only override the parent's cubemap parameter? I'll try some tests and see what I can end up with.…