Skip to content

Commit e7b17ba

Browse files
committed
docs: update README
1 parent ddd07a5 commit e7b17ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ In the tab, there are panels to create add-ons for Geometry Nodes, Materials, an
3232

3333
In the options panel, select either **Script** or **Add-on**.
3434
* **Script** mode creates a function that generates the node tree and copies it to your Blender clipboard.
35-
* **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 for the node tree to be used in.
35+
* **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.
36+
* 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.
3637

3738
## Bug Reports and Suggestions
3839

0 commit comments

Comments
 (0)