Recently we've been testing a workflow for speeding up the retopology process for film productions. This article shares the tools we've created and how to use them.
They are still prototypes and need more polish. But even in the current state it's useable in productions.
There's a specific type of retopology this article focuses on:
For more info read this article on the theory in our past movies.
Other forms of retopology are not really the focus here, even if they could also use what's shown in the article.
Like more specific and static subdivision topology and real time rendering triangulated topology and very generic background assets.
This is a demonstration with the modifier always enabled. This is also presenting other unreleased features.
The problem this article tries to solve is: Letting the artist focus on key loop placements and automatically distributing all other filler topology. This is solved with these features:
Typically relaxing the mesh could be done with the Relax brush in sculpt mode. Or careful smoothing and shrink wrapping. But this new way is more intuitive.
"Relaxing" refers to smoothing the mesh while preserving its shape.
Download the node tools:
Blender File - 383.1 KB - CC-BYretopo_tools.zip

Add them to one of your asset libraries. More info in this detailed tutorial on node tool assets. They should then show up in the Edit Mode header menus and the modifier list.
Add the "GN-visualize_mesh_pinning" modifier to your object to see the pinned geometry. For now only open mesh boundaries will automatically be pinned and appear as blue. Tweak the size sliders in the visualize modifier to your liking.
The modifier "GN-relax_mesh_around_pins" is relaxing all geometry that isn't "pinned" (More on that in a moment) and should be located before the visualize modifier.

The default 10 Iterations should be enough to get good results. Adjusting this value makes the relaxing stronger but also slower.
The Methods value is to change the general smoothing behavior. This is something we are still testing.
From here you use the Edge menu (Ctrl E) and Vertex menu (Ctrl V) to pin selected vertices and edges. These will appear magenta via the visualize modifier.
There's also the option to bump the "Proximity Level" to 1. This will automatically pin the neighboring edges. Very useful for holding a crease on a subdivision surface.
Relaxing can also be used on the selection from the menus. You can find this in the Mesh menu and even add it to a shortcut or the Quick Favorites for quick access.
Here's a guide on how these features were used so far in Project Gold.
An example timelapse of using the modifiers on the hair retopology.
Ideally first focus on broad topology and key loops where they have to be. Don't use the modifier for relaxing yet. Only use the visualize modifier.
Mark edges with various colors depending on what function they serve. Use Seams, Creases, Bevel Weight and Freestyle Edges.
As long as you know what they mean. This will also make it easier to reselect them later on.
Once you're happy with the general topology select the marked edges again via "Select Similar" (Shift G). This way they can quickly be marked as pinned and optionally with proximity loops. For the proximity loops it's best to "Bevel" or "Loop Cut Offset" the marked loops.
Add the modifier for relaxing and start adding all the filler loops to
All these new loops will be automatically evenly be distributed via the relax modifier.
If there are any relaxing issues try pinning some additional vertices or edges or change the relaxing "Method" in the modifier.
The tools in this article are still a prototype. Or even a proof of concept for bigger features. Either way, that means there are still issues.

One of them is Attribute interpolation.
Currently there is no way to disable attributes from being passed onto new created geometry. So if a two vertices are marked as pinned, when making a loop cut the vertex in between will also be pinned. Not ideal, so I recommend to add pinned vertices late.
There are also no overlays for custom attributes. That's why the visualize modifier exists, and also why it's good to use other native attributes like Seams to visualize and reselect edge loops.
But crucially it means the modifier visibility is separate from the Overlay toggle and edit mode. A bit annoying when hiding geometry and switching modes.

The relaxing behavior also has issues. That's why there are options for different methods and the Advanced "Pin Loop Ends". If something doesn't behave perfectly it needs some trouble shooting.
And lastly the workflow is limited. It would be great to keep the modifier enabled all the time but this will easily end in jittering and geometry going crazy.
Ideally the relaxing would be selectively applied automatically in a way that only the placement of pinned loops and vertices matters. But that isn't possible yet.
Thanks for reading! And have fun with the tools.
Join to leave a comment.