Skip to content
Alex Tsui edited this page Jan 23, 2014 · 4 revisions

This is a simple Blender addon to allow importing and exporting OFF mesh formats. OFF files are commonly worked with in mesh software like Meshlab and CGAL, but for some reason, even in Blender 2.69, you can't even load it directly. This addon does the job.

Blender Addon Wiki Page

Installation

  1. Download the python file import_off.py.
  2. Open Blender.
  3. Go to File > User Preferences.
  4. Click the Install from File button in the lower left.
  5. Find import_off.py.
  6. The Import-Export: OFF format addon should appear in the list of addons. Click the checkbox to enable it.

Usage

  1. Go to File > Import > OFF Mesh.
  2. Find some .off file to load, such as the sphere.off.
  3. Voila! You should have gotten a mesh loaded... or not. Please report any issues and I'll fix them asap.

License

This addon is licensed under the Apache License 2.0.

Clone this wiki locally