explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — iCity at a glance
  • What you need before you start
  • Step 1 — Install the iCity add-on
  • Step 2 — Draw the road network (foundation layer)
  • Step 3 — Generate blocks and assign district types
  • Step 4 — Customize buildings, materials, and atmosphere
  • Step 5 — Add traffic (and connect to sim pipelines)
  • Step 6 — Export without freezing Blender
  • Troubleshooting common iCity issues
  • What people are asking
  • Related on explainx.ai
← Back to blog

explainx / blog

iCity Blender Add-on: Procedural City in ~30 Seconds

Blender, 3D, Procedural, Game Dev, Archviz

Step-by-step iCity guide for Blender 4.4+: install, draw roads, generate towers, parks, and traffic, then export to game engines and archviz pipelines.

Aug 31, 2026·7 min read·Yash Thakker
add explainx.ai
go deep
iCity Blender Add-on: Procedural City in ~30 Seconds

A viral August 2026 demo showed a procedural city appearing in Blender in roughly 30 seconds — roads, towers, parks, and traffic lights included. The tool behind it is iCity, a Geometry Nodes add-on from Parametra (developer Hothifa Smair) that turns a road sketch into a production-ready urban block layout. If you build driving sims, archviz flythroughs, VFX backgrounds, or AI training environments, iCity is one of the fastest ways to block out a believable city without hand-modeling every facade.

This explainx.ai guide is the step-by-step path: install, generate, customize roads/towers/parks/traffic, export, and fix the failures that show up in real projects.

TL;DR — iCity at a glance

table · 2 cols
QuestionAnswer
What is it?Procedural city add-on for Blender 4.4+ using Geometry Nodes + Python helpers
Price?~$78 individual / ~$148 studio (Blender Market, iCity 1.5)
Fastest workflow?Draw roads on iCity Base mesh → assign block types → Light Mode iterate → export
Export formats?GLB, FBX, USD (background export)
Custom assets?No — curated preset library only (stability trade-off)
Best use cases?Archviz context, game block-out, traffic-sim road prep, cinematic flythroughs
Docs?parametra.net/icity_documentation · icity3d.com
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

What you need before you start

table · 2 cols
RequirementNotes
Blender 4.4+iCity 1.5 targets current Geometry Nodes APIs
iCity licensePurchase from Blender Market; install via Preferences → Add-ons
GPU RAMFull cities can hit millions of polys; use Light Mode on laptops
Export targetPick GLB (web/engines), FBX (DCC interchange), or USD (pipeline) upfront

iCity sits in the same "world building" lane as Nvidia Cosmos physical-AI environments and open driving sims like Hop Earth — but here you author the layout in Blender instead of pulling satellite tiles.

Step 1 — Install the iCity add-on

  1. Download iCity 1.5 from Blender Market after purchase.
  2. In Blender: Edit → Preferences → Add-ons → Install… and select the zip.
  3. Enable iCity in the add-ons list.
  4. Open a new scene; iCity adds its panel and drops an iCity Base object — the mesh you edit to define roads.

If the panel is missing, confirm you are on Blender 4.4+ and that no other city-generator add-on conflicts with the same hotkeys.

Step 2 — Draw the road network (foundation layer)

Everything in iCity flows from roads:

  1. Select iCity Base and enter Edit Mode.
  2. Extrude edges or draw curves that define your street grid — main arteries first, then side streets and alleys.
  3. Exit Edit Mode; Geometry Nodes convert the mesh into procedural road geometry with intersections, sidewalks, and block boundaries.

Road hierarchy tips (from Parametra docs):

table · 3 cols
Road typeTypical useBlock character
Main roadsArterials, downtownWide blocks, Towers districts
Side roadsNeighborhood gridsGrid / mixed residential
Alleys / pathwaysOld-city texture, park edgesSmaller lots, Terrace zones

Roads stay fully procedural — move a curve and blocks, buildings, and sidewalks regenerate. Avoid extremely sharp corners until you need them; smooth curves produce cleaner intersections.

Step 3 — Generate blocks and assign district types

Once roads close polygons, iCity auto-detects blocks. In the iCity UI, assign each block a type:

table · 2 cols
Block typeWhat you get
GridMid-rise neighborhoods, courtyards, structured lots
TowersSkyscrapers, business districts, high density
TerraceStepped/low-rise patterns
Parks / Green AreaVegetation fills between structures
ParkingSurface lots
FarmPeri-urban open plots
EmptyCustom hand-placed content

For a 30-second block-out: draw one main loop, set inner blocks to Towers, ring blocks to Grid, drop a Parks island in the center.

Step 4 — Customize buildings, materials, and atmosphere

Open the iCity property panels to tune:

  • Height ranges and density per block type
  • Parallax rooms — lit window interiors without heavy geometry
  • Night Mode — streetlights, window glow, cinematic ambience (single toggle)
  • Wet ground materials — reflective pavement for rain or cyberpunk shots

Use Light Mode while iterating layout; disable it before final renders or export.

Step 5 — Add traffic (and connect to sim pipelines)

iCity integrates with Parametra's broader ecosystem — Cars and traffic-oriented exports bridge Blender layouts to simulators. Practical workflow:

  1. Finalize road widths and lane logic in iCity.
  2. Export the road network (GLB/FBX).
  3. Import into your engine or traffic tool (Unreal, Unity, specialist sim) and attach vehicle spawners / AI traffic on the imported splines.

For Unreal-heavy pipelines, see Unreal Engine MCP + agent tooling for how teams automate import and iteration loops.

Step 6 — Export without freezing Blender

Heavy cities can stall the viewport. iCity's background export runs GLB/FBX/USD jobs without blocking the UI:

  1. Set export format and scale in the iCity export panel.
  2. Start background export; continue editing other objects if needed.
  3. Verify mesh names and road splines in your target app — re-import once if axis or scale differs.

Archviz flythrough path: export USD or FBX → render in Blender (Eevee/Cycles) or re-import to your viz stack.

Game / sim path: export GLB → engine import → navmesh / traffic graph on road centerlines.

Troubleshooting common iCity issues

table · 3 cols
SymptomLikely causeFix
Viewport stutters after small editsFull-quality regen on huge graphEnable Light Mode; reduce block density
Intersections look messySharp angles or crossing too many lanesSmooth curves; simplify meeting points
Export hangsScene still evaluating GNUse background export; bake heavy blocks if needed
Buildings float or misalignRoad mesh not closedEnsure block boundaries form closed polygons
Night mode blows exposureEmissive stacksLower window-light intensity; grade in compositor
Missing panel after updateBlender version / disabled add-onRe-enable iCity; confirm Blender 4.4+

Parametra documents that custom external assets are unsupported — if you need a specific hero building, place it in an Empty block and keep procedural context around it.

What people are asking

Is iCity worth $78 vs free city scripts?

If your time cost is more than a few hours of manual modeling per project, yes — especially for iterative client reviews where road moves must regenerate districts instantly. Free scripts rarely bundle export, night mode, parallax interiors, and intersection logic in one GN stack.

Can AI coding agents help with iCity?

Agents excel at export automation, render-script boilerplate, and Unreal/Unity import checklists — not at replacing the viewport road draw. Pair iCity with agent skills for 3D pipelines when you document how city assets flow into your build.

iCity vs manually kit-bashing KitBash3D / Quixel?

Kitbash is art-directable hero pieces; iCity is layout-first procedural massing. Common pattern: iCity block-out → hero assets hand-placed in Empty blocks → export.

Related on explainx.ai

  • Nvidia Cosmos 3 — open physical-AI world models
  • Hop Earth — drive-anywhere satellite map game
  • Unreal Engine 5.8 + Claude/Codex MCP integration
  • Google Earth flight simulator on the web
  • Archify — verifiable architecture maps for agent workflows
  • What are world models?

External references: iCity documentation · icity3d.com · CG Channel iCity 1.5 overview

Pricing, Blender version requirements, and feature names reflect Parametra's iCity 1.5 documentation and Blender Market listing as of August 31, 2026.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 25, 2026

Higgsfield in Blender: Prompt-to-Blockout and Camera Moves via MCP

On August 25, 2026, Higgsfield announced a Blender add-on that turns natural language into blockout geometry and camera animation — with manual hand-tuning in between. Available through Higgsfield MCP or the Supercomputer agent stack, it sits at the intersection of agent-driven 3D and the creative workflows explainx.ai has been tracking all summer. Here is what the demo shows, what skeptics flagged, and how it compares to DIY Blender MCP setups.

Aug 18, 2026

Fishing Game in Godot: ChatGPT Art, Blender MCP, In-Game Camera as Judge

A three-week Godot fishing game — Dredge-adjacent, not yet a demo — went viral on r/ClaudeAI less for the clip than for the harness: Playground references, Blender MCP instead of Rodin meshes, a separate integration session, screenshots from the in-game camera, scored critics, and a decision log so Claude cannot quote its own ideas back as yours.

Aug 17, 2026

Build a Game Prototype in 5 Hours With Claude Opus 5 (The Improvement-List Technique)

Dilum Sanjaya's cozy village-builder prototype — a working economy, assignable villager tasks, and code-generated art, all built with Claude Opus 5 in about 5 hours — is less interesting for the demo than for the workflow behind it. He rejects long unsupervised agent loops in favor of a tighter human-checkpoint cycle: the model self-critiques with a ranked improvement list, he plays and writes his own, and he curates a batch of 5-6 tasks per round.