Hey all (hoping to post in the right section this time :P) So I am building a new rig, almost done. But I am wondering what would be the best hard drive setup for it. There are a few things I know I want, but some things are still TBD. The plan so far : - DRIVE1 SSD 120GB OCZ Pixel (solid state) Primary 'work' OS (XPPro…
This will cover transfering one UV layout (old) to another (new). If you've ever had to do changes to a UV layout after a model has been textured this is for you. It basically takes this approach and re-purposes it. I found that approach kind of confusing the first time around so hopefully this won't be like that. Also…
Dynamic sky materials are partly procedural. The easiest method is to have a few masks for stars, sun, moon etc. Atmosphere gradient can be done with masking out a channel of the UV texture coordinate, that would give you "from top to bottom gradient" that you can color with a lerp. The sky hemisphere mesh should have 2…
Using SBM and meshsmooth is the way to go, turbosmooth is okay if your just previewing but as a final product it's not ideal imo < that's from personal experience though some people like it :/ ======================================================= This is my method with some instruction from Santiago Orgaz; 1. Detach all…
A few things: 1) It looks like your wood grain on the shelving is flowing the same way across every piece. Unless it was carved out of one giant piece of wood the grain is going to flow in a way that makes that piece the strongest it can. Even with particle board they wrap in a wood pattern that would flow like wood does.…
I haven't read the thread yet but here are a few notes, I apologize if these have already been covered... 1) In general (not saying you do this), don't screw with the spheres original pivot point. Once you edit the eye and make the shape non spherical it makes it hard to get the eyes to rotate properly. When I'm rigging I…
On the first impression, it looks great, you have some fantastic work going on! I can easily see this being a really strong portfolio piece. Below the surface there are a few things that need to be thought about. Even if you don't make changes to this scene, take some of this stuff into consideration with your next…
Greetings Fellow Creatives, Here's a brand new music track on my Sci-Fi 14 page: "2AM IN SECTOR 3" – (Looping) You can listen to it here: https://soundimage.org/wp-content/uploads/2026/03/2am-in-Sector-3.ogg And download it here: https://soundimage.org/sci-fi-14/ As always, it's 100% free to use in your projects with…
I have written a script which makes to manage FormLayouts easier. I want to share this if anyone could be interested. The FormLayout control is the most powerful but less accessible one as it requires more size, offset and ratio management codes. This script is designed to use FormLayouts as easy as PaneLayouts. With this…