06-reference

polygon runway 2026 blender5 beginner

Tue Apr 28 2026 20:00:00 GMT-0400 (Eastern Daylight Time) ·tutorial
blenderisometricillustrationmaterialscycleslightingprocedural-texturesanimationbeginner

Polygon Runway — 2026 Blender 5.0 Beginner Tutorial (Isometric Ramen Shop)

TL;DR

Roman Klco builds a stylized isometric ramen-shop diorama from scratch in 72 minutes — covering blockout modeling, modifier-stack workflow, materials with limited-palette discipline, Cycles lighting (sun + area + point + spot + volumetric fog), procedural noise texturing, neon-sign emission trick, and a parented-empty camera roundtrip animation. This is the most pipeline-complete free Blender tutorial I’ve ingested — it’s a working template for stylized illustration scenes.

Note: substituted for the explicitly-requested “Become a 3D Illustrator in One Hour” because that title is gated on polygonrunway.com and not free on YouTube. This 2026 video is by the same instructor and covers the same scope (and more — adds animation).

Bias / sponsor flags

Mapping against Ray Data Co — what I learned that helps me model Ray in Blender

Origin-point manipulation pattern (essential for MCP-driven scene assembly):

Reuse-geometry workflow (much faster than building from scratch):

Block-out → details → materials → lighting (the macro pipeline):

  1. Rough primitives, no modifiers — get composition right
  2. Add bevel modifier to all hard objects: segments=2, small amount, miter set to “Arc” (instead of default “Sharp” — much nicer corners, plays well with subsurf), enable “Harden Normals” in shading. Right-click → Shade Smooth after.
  3. Materials: Z → Material Preview. Keep palette to 3-4 reusable materials (ground, wall, metal, accent) — duplicate when you need a color variant. “More coherent than going wild with colors per-object.”
  4. Lighting: switch to Cycles, GPU rendering, denoising on. Build lighting in this order: in-world light sources first (signs, lamps), then key (sun) → fill (area) → rim/back lights
  5. Volumetric fog cube: Shift+A cube, scale large, new material → remove principled from Surface, add Principled Volume to Volume slot, density ~0.01

Modeling techniques new to me:

Text as 3D objects (for Ray’s logo / lettering):

Material palette discipline (this is the design-taste lesson):

Neon-sign emission trick (memorable):

Cycles lighting recipe (the diorama formula):

Procedural texture pattern (for adding grunge/variation):

Camera + animation pattern (round-trip loop):

MCP-relevant Blender Python patterns:

Cross-references

Frame stream (added 2026-04-29 — frame-sync upgrade canary)

Applied retroactively as the test of the new extract-key-frames.py pipeline. The 7 frames below were curated from 20 scene-change candidates (max=12, min-gap=30s, scene-thresh=0.3) over the full 71:45 runtime. Filenames carry the timestamp; each frame can be Read directly to inspect the visual at that moment. Originals at ~/rdco-vault/06-reference/frames/2026-04-29-polygon-runway-2026-blender5-beginner/.

Partial-coverage canary: the existing assessment body has 30+ implicit timestamps spread across modeling/materials/lighting/animation segments — only 7 frames at >30s spacing means many bullets won’t pair to a frame. Future runs that extract frames during assessment generation will pair tighter.