Skip to content

v0.0.11

Compare
Choose a tag to compare
@jesterKing jesterKing released this 30 May 12:11
· 33 commits to master since this release

Update for Blender 4.0 and 4.1. Supported versions are now

  • Blender 3.3 (Python 3.10)
  • Blender 3.6 (Python 3.10)
  • Blender 4.0 (Python 3.11)
  • Blender 4.1 (Python 3.11)

New:

  • Simple material import, along with image textures. Note: not all UV mappings go correctly yet
  • rhino3dm is bundled with the package, no dependency installation magic

Installation:

  1. Download the correct version of the package. If you're using Blender 3.3 or 3.6 download the ZIP with py3_10 in the name, for newer download the py3_11 file
    • Do not extract the contents from the file. You have to make sure that your browser doesn't do that automatically (at least Safari is known to do that).
  2. Open Blender
  3. Go to Edit > Preferences... > Add-ons
  4. Click Install...
  5. Select the ZIP file to install
  6. Install
  7. Enable the add-on
  8. Import Rhino 3D files
  9. Enjoy

Note:

  • I have built Linux versions of the add-on, but I can't them to run in Blender due to some exception that is still unclear. Some library conflict happening unfortunately.