Skip to content

Commit

Permalink
Add error message for Blender > 2.92
Browse files Browse the repository at this point in the history
  • Loading branch information
jdent02 committed Aug 2, 2021
1 parent b30c13c commit a69d7ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __init__.py
Expand Up @@ -52,6 +52,11 @@


def register():
# Version Check
if bpy.app.version[1] > 92:
raise Exception("appleseed: This version of blenderseed works with 2.8 to 2.92 only")


from .utils import path_util
path_util.load_appleseed_python_paths()

Expand Down

0 comments on commit a69d7ea

Please sign in to comment.