diff --git a/README.md b/README.md index 630a0e2..caa73c1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A Blender addon for easier/better compositing in 3D space. -This addon requires Blender 3.0 or later. +This addon is currently beta quality. There may still be major bugs and rough edges, but in general it should *basically* work. Due to limitations in Blender's Python APIs there are also some rough edges that are unforunately impossible to fix at the moment. + +This addon requires Blender 3.4 or later. # License diff --git a/__init__.py b/__init__.py index e4f096b..1c472c3 100644 --- a/__init__.py +++ b/__init__.py @@ -20,7 +20,7 @@ bl_info = { "name": "Compify", "version": (0, 1, 0), "author": "Nathan Vegdahl, Ian Hubert", - "blender": (3, 3, 0), + "blender": (3, 4, 0), "description": "Do compositing in 3D space.", "location": "Scene properties", # "doc_url": "",