Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 769 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 769 Bytes

Export Skybox Plugin

Blender add-on to easily export skybox-ready images of a scene.

Features

  • No need to bake on cubes or environment maps
  • Easy to use
  • Supports basic scene compositing
  • Supports Blender's DOF

History

I was unable to export a cube environment map which included the DOF, so I made this script which creates 6 cameras with FOV of 90°, then it renders them one by one and saves the output to separate image files on disk. This script is meant to be used with Urho3D but could potentially be used for any Skybox-related need.

Instructions

  • Enable the add-on
  • Make your scene
  • File -> Export Skybox
  • select a base file name/path ( _front, _back and so on will be appended to it)
  • Click the export button and wait.