-
Notifications
You must be signed in to change notification settings - Fork 29
Home
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.
- Download the python file
import_off.py
. - Open Blender.
- Go to File > User Preferences.
- Click the Install from File button in the lower left.
- Find
import_off.py
. - The Import-Export: OFF format addon should appear in the list of addons. Click the checkbox to enable it.
- Go to File > Import > OFF Mesh.
- Find some .off file to load, such as the
sphere.off
. - Voila! You should have gotten a mesh loaded... or not. Please report any issues and I'll fix them asap.
This addon is licensed under the Apache License 2.0.