Skip to content

Commit 87e3c27

Browse files
committed
docs: added supported versions of Blender
1 parent e216cfd commit 87e3c27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
width = "400"
66
height = "400"
77
>
8+
89
## About
910
A Blender add-on to create add-ons! This script will take your Geometry Node group and convert it into a legible Python script.
1011

@@ -17,6 +18,11 @@ I think Geometry Nodes is a powerful tool that's fairly accessible to people, an
1718

1819
NodeToPython is compatible with Blender 3.0-3.3
1920

21+
## Supported Versions
22+
Blender 3.0 - 3.3
23+
24+
* By January 2023 I expect to support the new Geometry Nodes for the upcoming Blender 3.4 release and experimental support for nodes in the 3.5 beta.
25+
2026
## Installation and Usage
2127
Download `node_to_python.py`, and install it to Blender like other add-ons. Then, go to `Object > Node to Python`, and type in the name of your node group. It will then save an add-on to where your blend file is stored.
2228

0 commit comments

Comments
 (0)