world space uv addon

World Space UV add-on for Blender

This add-on projects mesh UVs from world-space coordinates. The default mapping is 1 Blender meter = 1 UV unit, which is useful when you want a material to keep a consistent real-world texture size across different objects.

Use this when regular UV unwraps or material Mapping node scale values make a texture appear too large, too small, or inconsistently tiled between objects.

Files

What it does

For each selected mesh face, the add-on looks at the face normal and chooses a projection plane based on the dominant world axis. Then it writes UV coordinates from the vertices' world-space positions. This means the UVs are based on where the geometry exists in the scene, not on the current object scale or a hand-made unwrap.

At the default scale, a one meter span in the world becomes a one unit span in UV space. Increasing the scale makes the texture tile more. Decreasing the scale makes the texture larger.

Basic workflow

  1. Install and enable blender_world_space_uv_addon.py.
  2. Select one or more mesh objects.
  3. Open the sidebar with N.
  4. Go to Tool > World Space UV.
  5. Choose whether to write to the active UV map or a named UV map.
  6. Set Scale. Start with 1.0.
  7. Click Apply World Space UVs.

Settings

Scale intuition

Why this helps

Some downloaded PBR materials are authored with Mapping node scale values, such as 3, 3, 1. That can make a unit cube show a 3 by 3 texture pattern even when the cube's UVs look normal. World-space UVs move that scale decision into the mesh UVs instead: the material can stay simple, and the UVs decide how many real-world meters the texture covers.

This is especially useful for hard-surface assets, level pieces, walls, floors, crates, panels, and other objects where consistent texel density matters more than a custom hand-painted unwrap.

Limitations

Export notes

The add-on writes real mesh UV coordinates. Once applied, those UVs are regular Blender UVs and can be exported through formats such as glTF, assuming the exporter is configured to include mesh UV attributes.


edit this page