Hand-Drawn Lines on 3D Animation: From Sony’s Spider-Verse Tools to Blender’s Grease Pencil

Evidence note: This article draws on a single secondary write-up — a September 2026 BlenderNation post about sticking hand-drawn ink lines to 3D animation — plus general, well-established facts about Blender as free and open-source software. The specific attributions below (what Sony built for the Spider-Verse films, what the independent tutorial demonstrates, and who animated the sample shot) come from that one post and are not independently corroborated; claim-level notes mark where that reservation applies.

Hand-Drawn Lines on 3D Animation: From Sony’s Spider-Verse Tools to Blender’s Grease Pencil

One of the harder problems in stylized animation is making a 2D ink line behave as if it were painted onto a moving 3D object. A drawn contour, an accent stroke on a jacket seam, a scribble of hair — these read as hand-made only if they stay stuck to the surface as the character turns, deforms, and moves through space. Keep them flat on a 2D overlay and they slide; the illusion breaks. This piece walks through how that problem is framed today: the studio approach that popularized the look, and a route an independent artist can take inside Blender using Grease Pencil and Geometry Nodes.

Sony’s proprietary Spider-Verse tools for hand-drawn line work

The Spider-Verse films are the reference point for this "drawn line on a 3D character" aesthetic, and a common account holds that Sony built proprietary, in-house tools so artists could author hand-drawn line work that tracks the animated characters shot to shot. That specific claim — that Sony developed dedicated tools for line work following the animation — is repeated in the secondary write-up but is not independently confirmed here (evidence: single secondary source; Sony has not been cited directly). Treat it as the widely-repeated framing rather than a documented pipeline detail.

What is safe to take from it, regardless of the tooling specifics, is the design goal: the line is not a post-process filter smeared over the final frame. It is authored as an element that is bound to the character and re-evaluated every frame, so that its position, occlusion, and thickness update as the geometry moves. That goal is what any independent reconstruction has to reproduce — and it is why a flat 2D overlay is not a substitute.

Derel Flood’s independent approach in Blender

The BlenderNation post frames an independent counterpart to that studio look: a tutorial in which animator Derel Flood reportedly shows how a solo artist can get hand-drawn line work to follow 3D animation using Blender’s Grease Pencil together with Geometry Nodes (BlenderNation, September 6, 2026). The attribution of that specific method to Derel Flood rests on that one post and is not independently cross-checked (evidence: single secondary source).

The technique it describes is worth spelling out concretely, because that is where the practical value is. The pairing splits the job in two:

  • Grease Pencil supplies the drawn line itself. It is Blender’s native 2D drawing system, so strokes are real, editable ink — line weight, taper, and stroke order behave like drawing, not like a texture.
  • Geometry Nodes supplies the binding. Rather than leaving the stroke floating in screen space, a node setup can attach stroke points to positions on the 3D mesh — sampling the surface so that each drawn point rides along with the geometry it belongs to. As the character animates, the nodes re-evaluate those attachment points, and the ink moves with the surface instead of sliding across it.

That division is the core idea to carry away: draw in 2D, bind with nodes, and let the procedural graph do the per-frame tracking that a studio pipeline would otherwise handle with custom code. The exact node graph, sampling method, and how occlusion (lines hiding behind the body) is handled are details the tutorial itself covers and are not reproduced in the secondary summary — so those specifics remain open rather than assumed here.

The demonstration shot

To make the method legible, the write-up describes it being applied to a specific test: a shot said to have been animated by Tiffany, used as the moving character that the ink lines are attached to. The identity of the animator on that demonstration shot comes solely from the same post and is not independently verified (evidence: single secondary source).

The role of a demonstration shot in a tutorial like this is functional, and that part transfers regardless of the naming: it provides real animation with real deformation to test against. A static pose would hide the hard part. It is only when a character actually moves — limbs rotating, a face turning away from camera, silhouettes changing — that a line-attachment setup proves whether it truly sticks or merely looked correct on frame one. A moving reference shot is therefore the honest test bed for this kind of rig.

2D animation inside a full 3D environment

Underlying all of this is Grease Pencil’s defining trait: it lets 2D drawing live inside a 3D scene rather than beside it. Strokes exist as objects in 3D space, so they can be positioned in depth, lit, parented to other objects, and — as above — driven procedurally. That is what makes the hybrid look possible at all: the drawn line and the rendered geometry share one coordinate space, one camera, and one timeline.

It also matters that the whole approach sits on free, openly-licensed software. Blender is distributed as free and open-source software (Wikipedia: list of free and open-source software packages), which is the practical reason a technique inspired by a proprietary studio pipeline can be attempted by an independent artist without licensing cost — the barrier becomes technique, not access.

For a reader wanting to actually try this, the takeaway is a sequence rather than a single trick: build or import an animated 3D character to serve as the moving surface; draw the intended line work with Grease Pencil; use Geometry Nodes to bind those strokes to sampled positions on the mesh so they track deformation; and test on a shot with genuine movement to confirm the ink stays anchored. The precise node setup is the substance of the source tutorial, and following it there is the next step; the framing above is meant to make clear what each part is doing and why, so that the tutorial’s steps land in context rather than as an opaque recipe.