Skip to content

Commit fe9db3d

Browse files
committed
docs: update README
1 parent 5523c79 commit fe9db3d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ A Blender add-on to create scripts and add-ons! This add-on will take your Geome
99

1010
Node To Python automatically handles node layout, default values, subgroups, naming, colors, and more!
1111

12-
Blender's node-based editors are powerful, yet accessible tools, and I wanted to make scripting them easier for add-on creators. Combining Python with node based setups allows you to do things that would otherwise be tedious or impossible, such as
13-
* `for` loops
14-
* creating different node trees for different versions or settings
15-
* interfacing with other parts of the software or properties of an object
12+
Blender's node-based editors are powerful, yet accessible tools, and I wanted to make scripting them easier for add-on creators. Combining Python with node based setups allows you to do things that would otherwise be tedious or impossible.
1613

1714
## Supported Versions
18-
NodeToPython v4.0.0 is supported for Blender 3.0 - 4.5 on Windows, macOS, and Linux
15+
NodeToPython v4.0.0 is supported for Blender 4.2 - 5.0 on Windows, macOS, and Linux
1916
* Some work is required to update NodeToPython for each Blender version, so experimental versions may not work properly and may even crash.
2017
* New nodes, updated settings, and new node tree features require development to support.
2118
* NodeToPython updates for new Blender versions usually doesn't start until the Beta phase of the release cycle
@@ -40,13 +37,12 @@ In the tab, there are panels to create add-ons for Geometry Nodes, Materials, an
4037
In the options panel, select either **Script** or **Add-on**.
4138
* **Script** mode creates a function that generates the node tree and copies it to your Blender clipboard.
4239
* **Add-on** mode generates a zip file for you in the save directory specified in the NodeToPython menu. From here, you can install it like a regular add-on. The generated add-on comes complete with operator registration and creating a modifier/material/scene for the node tree to be used in.
43-
* When exporting to an add-on in Blender 4.2 or higher, you'll need to select a GPL-compliant liscense for Blender to be able to register the extension.
4440

4541
## Bug Reports and Suggestions
4642

4743
When submitting an issue, please include
4844

49-
* Your version of Blender (3.0 - 4.5)
45+
* Your version of Blender (4.2 - 5.0)
5046
* Your operating system
5147
* Steps to reproduce the issue or a description of what you were trying to accomplish. Providing a test blend file is especially helpful
5248

0 commit comments

Comments
 (0)