Update readme.

This commit is contained in:
Nathan Vegdahl 2023-02-28 22:11:29 -08:00
parent ebc3b1357b
commit 6668bcd822
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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": "",