Giter Club home page Giter Club logo

blender-off-addon's Introduction

Blender OFF Addon

This addon will add the ability to import and export ascii OFF mesh files in Blender 2.8x.

Quickstart

  1. Clone this project.
  2. Open Blender.
  3. Go to Edit > Preferences... > Addons tab.
  4. On the top right, click Install... button.
  5. Select the import_off.py from this project.
  6. Check the checkbox by the OFF addon to enable it.
  7. Now you should have new import/export menu items to work with OFF files.

Older Blender versions

If you are using Blender 2.7x or older, please use the blender/2.7 branch.

License + Contributing

This addon is licensed under Apache 2.0.

http://www.apache.org/licenses/LICENSE-2.0

Please feel free to open an issue/pull request about any problems you have or features you'd want to have. I'll do my best to be responsive, but if not, feel free to ping me an email or tweet at me.

Links

Blender Wiki page: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/Object_File_Format_%28.off%29

Changelog

0.4.0 / 2020-05-10

  • Support breaking API changes in Blender 2.8x release.

0.3.1 / 2017-11-03

  • Allow blank line after the first line of the header (a common occurrence)
  • Allow blank lines between the header and the data

0.3.0 / 2015-06-01

  • Handle loading edges and faces with more than 3 sides properly

0.2.0 / 2014-05-17

  • Handle Blender transformations

0.1.0 / 2014-01-21

  • Initial implementation

Developer notes

http://wiki.blender.org/index.php/Dev:2.5/Py/Scripts/Guidelines/Addons

To have your script show up in the Add-Ons panel, it needs to:

be in the addons/ directory
contain a dictionary called "bl_info"
define register() / unregister() functions.

blender-off-addon's People

Contributors

alextsui05 avatar katjoek avatar weitang114 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.