Select Page

5 Ways to Improve Topology

Improve Topology

Here are some fun tips to improve topology on your modeling projects. If you’ve done any high resolution sculpting, or imported some very dense 3D scans, you’ll definitely want to do something with all those vertices. Here are a few tips and tools to help you massively reduce the amount of verts in your absolute unit.

Have a Plan

Every single retopology job is going to be different, so it’s good to get an idea for what you’re going to do and how you’re going to approach it before you go diving in. As a general rule of thumb, go for cylindrical parts first (legs, arms, and torsos are relatively easy), and then try connecting them afterward (hips, shoulders, and heads can be more challenging).

There are several tools available for Blender users to help speed up your retopology job and/or make your life easier. Perhaps the most notable being Retopoflow. Others include Tesselator, LoopTools (addon included with Blender), Grease Pencil, and BSurfaces (included in 2.79).

1. Think Big

Start by thinking in LARGE, general shapes. Don’t get into the fine details too early. You can always add that extra detail later on with loopcuts and subdivisions to give you any extra geometry that you may be missing.

2. Even Detail

Keep mesh density as even as you can. This is especially difficult in the beginning. You may be tempted to dive into the finer intricacies of a dinosaur’s toenail or something like that, but don’t! This will give you tons of geometry in one part of your model, and not enough in other parts.

3. Work Smarter, Not Harder

A lot of these tips are related, but it’s good to keep them all in perspective. If your sculpt or scan is symmetrical, do yourself a favor and use the mirror modifier. Not only does this cut your work in half (no, literally), but it also keeps the number of vertices even on both sides so you don’t have to remember how many loopcuts you put around your model’s left elbow. They’re already in place.

4. Think In Loops

If you just go placing quads all over your model with no plan, you’re going to end up with some problems. Yes, there are tools and addons that make adding squares a walk in the park, but that’s not the way you should approach an entire model. Start by targeting cylindrical shapes first. Think: arms, legs, fingers, toes, torsos, thighs, elephant trunks, tentacles, etc. Once you have those in place, focus on joining those shapes later. Connect the arm to the torso (shoulder), leg to the torso (hips and groin), etc.

5. Keep At It

Practice. Seriously! I’m terrible at retopologizing, but that’s why I spent the time creating this video series. I made these mistakes so you don’t have to. Hopefully this helps you out! So if you only get one takeaway from this entire series, just keep practicing retopologizing models. There are tons of models online that have less than stellar topology for animation, so why not give retopology a shot!

Check out the first video of a short series helping you guys on this topic.

Check out more articles

How to Generate a Ranger Config File

ranger --copy-config=all This will copy all the default config files from /usr/local/lib so you can make edits without messing anything up. Huge shout out to https://dquinton.github.io/debian-install/config/ranger.html for explaining this and so much more. Took me a...

First Open Source Contribution

Surprise! I genuinely did not plan on making my first ever open source contribution today. In fact, I didn't plan on a lot of things happening this week at all. I recently got an awesome opportunity to work on a site that is being hosted on a platform called Pantheon,...

How to Exclude Specific Posts and Pages from WP_QUERY

For the sake of having something to work with, let's suppose we've got the following query:In this query, inside the $args array, there's a special parameter that allows you to exclude specific posts and pages from the query. This parameter is called post__not_in and...

Configure SSH For Password-less Connections

Preamble I'm slightly embarrassed to admit this, but it was a long time before I figured out how amazing this little file is and how exactly to put it to good use. The file I'm talking about is the SSH config file. By default, when you first connect to a server via...

WordPress Site Stuck in Maintenance Mode

Plugin Error Code 500 During Update While I was updating a WordPress plugin locally, something happened on my local server to trigger a 500 error code as the plugin was updating. On the frontend, I refreshed the page and was greeted with "Briefly Unavailable for...

Creating a WordPress Plugin Downloader

How it Started I was recently tasked with the challenge of creating a WordPress theme generator. The idea being, instead of writing your style.css file from scratch, you'd be able to just answer a few simple questions about how you'd like your theme set up, and those...

Fix Audio on XFCE Chromebook

The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the...

Adjust Trackpad Sensitivity XFCE

xinput set-prop "Elan Touchpad" "Synaptics Finger" 1 1 1 What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value...

Fireworks (Short Film)

https://vimeo.com/395077249 About the film Year: 2020 Director/DP: Tim Searfoss Writers: Matt Jones, Tim Searfoss Sound Mix: Matt Jones

Hosting Multiple Sites Using LocalWP

I've done a write-up on hosting local WordPress sites before, but I definitely prefer this method over the previous one. If you've never tried hosting multiple sites using LocalWP, then I'd encourage you to check it out. I've had really bad issues with it in the past,...