Skip to content

Commit

Permalink
Raise supported Blender version
Browse files Browse the repository at this point in the history
  • Loading branch information
SBCV committed Jul 21, 2022
1 parent 72d1f5f commit 7e04990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photogrammetry_importer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# Do not break this line, otherwise the addon can not be activated!
"description": "Allows to import and export photogrammetry results (cameras, points and meshes).",
"author": "Sebastian Bullinger",
"version": (3, 0, 0),
"blender": (3, 1, 2),
"version": (3, 2, 1),
"blender": (3, 2, 1),
"location": "File/Import and File/Export",
"warning": "",
"wiki_url": "https://blender-addon-photogrammetry-importer.readthedocs.io/en/latest/",
Expand Down

0 comments on commit 7e04990

Please sign in to comment.