Skip to content

Commit

Permalink
Version update to 0.0.11 in prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesterKing committed May 30, 2024
1 parent 4f1ff7d commit 06b23aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This add-on uses the `rhino3dm.py` module
Requirements
============

This add-on works with Blender 2.83 and later.
This add-on works with Blender 3.3 and later.

Installation
============
Expand Down
6 changes: 3 additions & 3 deletions import_3dm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
bl_info = {
"name": "Import Rhinoceros 3D",
"author": "Nathan 'jesterKing' Letwory, Joel Putnam, Tom Svilans, Lukas Fertig",
"version": (0, 0, 10),
"blender": (2, 80, 0),
"version": (0, 0, 11),
"blender": (3, 3, 0),
"location": "File > Import > Rhinoceros 3D (.3dm)",
"description": "This addon lets you import Rhinoceros 3dm files",
"description": "This addon lets you import Rhinoceros 3dm files in Blender 3.3 and later",
"warning": "The importer doesn't handle all data in 3dm files yet",
"wiki_url": "https://github.com/jesterKing/import_3dm",
"category": "Import-Export",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rhino3dm>=0.1.4
rhino3dm>=8.6.0

0 comments on commit 06b23aa

Please sign in to comment.