Skip to content

Commit e216cfd

Browse files
docs: update README
1 parent ba8be06 commit e216cfd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ A Blender add-on to create add-ons! This script will take your Geometry Node gro
1010

1111
It automatically handles node layout, default values, sub-node groups, naming, and more!
1212

13-
I think Geometry Nodes is a powerful tool that's fairly accessible to people, and I wanted to create a lightweight, faster way of distributing them than just passing around blend files. It also makes scripting Geometry Nodes easier for add-on creators in cases when Python is needed, as you don't need to recreate the whole node tree from scratch just to add in functionality like a `for` loop or interfacing with other parts of the software.
13+
I think Geometry Nodes is a powerful tool that's fairly accessible to people, and I wanted to create a lightweight, faster way of distributing them than just passing around blend files. It also makes scripting Geometry Nodes easier for add-on creators in cases when Python is needed, as you don't need to recreate the whole node tree from scratch to do things like
14+
* `for` loops
15+
* different node trees for different versions or settings
16+
* interfacing with other parts of the software.
1417

1518
NodeToPython is compatible with Blender 3.0-3.3
1619

0 commit comments

Comments
 (0)