How to create Wallpapers in Blender

How to create Nova Skin wallpapers with Blender

Build a scene in Blender, press one button, and get an interactive wallpaper that anyone can re-skin right in the browser — no re-rendering. You render the scene once; the exported wallpaper lets viewers:

  • drop in any Minecraft skin and see it relit instantly,

  • switch classic (Steve) / slim (Alex) arms,

  • toggle scenery layers on and off.

:light_bulb: Everything lives in the sidebar. Press N in the 3D viewport to open it — the add-on’s NovaSkin tab and the rig’s Thomas Rig Legacy tab both live there.


What you’ll need

  • Blender 4.2 or newer.

  • The NovaSkin Export add-on (this guide — install below).

  • The Thomas Rig Legacy rig — the Minecraft character rig the exporter is built around.

  • A little Blender comfort: moving the camera, adding lights, placing blocks. You don’t need to be an expert.


Part 1 — Install the NovaSkin Export add-on

  1. Open Edit ▸ Preferences ▸ Get Extensions, search for “NovaSkin Export”, and install it

  2. Enable it.

Alternatively, you can install it from GitHub:

  1. Go to the releases page and download the latest novaskin_export-*.zip.

  2. Open Blender and drag the .zip straight onto the Blender window.

(Or: Edit ▸ Preferences ▸ Get Extensions ▸ ⌄ ▸ Install from Disk… and pick the zip.)

  1. Make sure “NovaSkin Export” is enabled in the add-on list.

To update later, just install the newer zip the same way.


Part 2 — Install the Thomas Rig Legacy rig

The wallpaper characters come from the Thomas Rig Legacy rig. Install it once from the Blender Extensions platform:

  1. Open Edit ▸ Preferences ▸ Get Extensions, search for “Thomas Rig Legacy”, and install it

  2. Enable it.

https://extensions.blender.org/add-ons/thomas-rig-legacy/

The NovaSkin panel will tell you (and link you) if it can’t find the rig, so you’ll know if this step is missing.


Part 3 — Build your scene

Start a new file and set the stage. Nothing here is NovaSkin-specific — it’s just a normal Blender scene:

  1. Save your .blend somewhere with room to spare. The export writes a novaskin/ folder right next to your saved file, so an unsaved file can’t export.

  2. Add a camera and frame your shot. Whatever the active camera sees is the wallpaper — set your resolution in Output Properties; 4K (3840×2160) is the preferred wallpaper size.

  3. Add lighting — a Sun for direction plus some fill works well. The light and shadows you set here get baked into the wallpaper.

  4. Build the environment — blocks, terrain, water, foliage, mobs… whatever your scene needs. This becomes the background and the foreground around your characters.

Tip: the characters are re-skinnable in the browser, but the environment is baked as-is (it’s a static image). Put the effort where it counts.


Part 4 — Add your player(s)

This is where the Minecraft characters go in.

Add the rig

  1. In the 3D viewport, open the Add menu (Shift + A) → Thomas Rig Legacy.

  2. A character rig appears. Move / rotate / pose it to taste. You can add several — every Thomas rig in the scene becomes a separate re-skinnable player in the wallpaper.

:information_source: You don’t need to apply a skin in Blender. The wallpaper tool re-skins each character in the browser, so whatever skin the rig has is ignored on export — a plain default rig is fine. (Both classic and slim arms are exported, so viewers can switch either way.)

The face is handled for you

The Thomas rig has an animatable 3D face (eyes, eyebrows, mouth) meant for animation. Those 3D features can’t re-texture — a viewer’s flat skin face has nowhere to wrap onto a sculpted 3D face. So the exporter automatically ignores the facial expressions and uses the flat Minecraft skin head instead. You don’t have to touch the rig’s face settings.


Part 5 — (Optional) Mark toggleable scenery layers

Want a mob, a tree, or a prop that viewers can turn on and off in the browser? Mark it as an optional layer:

  1. Select the object (or a whole rig / collection), open the NovaSkin sidebar tab.

  2. Under Layers, hit “Mark as Optional Layer.”

  • A selected mesh marks just itself; a selected rig marks the whole rig; with nothing selected it marks the active collection.
  1. Marked layers show up in the panel with an to remove them.

Each optional layer is exported separately (correctly occluded, with its own shadow) so the web tool can toggle it. Player rigs can’t be marked — they’re always players.


Part 6 — Export

  1. Open the NovaSkin tab in the 3D viewport sidebar (N).

  2. Check the Rig section — it lists the players it detected. If it says no rig was found, revisit Part 2/4.

  3. (Optional) In Output, choose where the novaskin/ folder goes — the default is right next to your .blend. Set render samples under Quality if you want a cleaner bake.

  4. Hit Render.

A progress bar runs while it works (background, character meshes, light, shadows, scenery). You can cancel any time with the Cancel button or Esc — the scene is always restored exactly as it was. When it finishes, use “Open Output Folder” to find your novaskin/ folder.

That’s your wallpaper — a small folder of files plus a manifest.json describing how they fit together.


Part 7 — Test it in the browser

  1. Click “Open Wallpaper Tool” in the panel, or go to minecraft.novaskin.me/wallpapers/tools/blender.

  2. Load your export folder — select the novaskin/ folder you just created (the one containing manifest.json).

  3. Your scene appears. Now try it:

  • Drop in different skins — per player — and watch them relight to match your scene.

  • Switch classic / slim arms.

  • Toggle your optional layers and the character’s 2nd layer (hat / jacket / sleeves).

If it looks right here, it’ll look right as a wallpaper. :tada:


Troubleshooting & tips

  • “No rig found.” The character must be a Thomas Rig Legacy rig, and the rig add-on must be installed and enabled. The panel links you to the rig if it’s missing.

  • Export won’t start. Save your .blend first — the output folder is written next to it, and make sure the scene has an active camera.

  • The environment doesn’t change when I re-skin. That’s expected — only the characters are re-skinnable; the scenery is baked. Use optional layers for anything you want toggleable.

  • Cleaner result: raise the render samples in the panel’s Quality section before the final export.


This is the one-click successor to the old by-hand workflows — the Cinema 4D and Mine-imator template guides.

Built something? Post it in the thread — we’d love to see it.

1 Like