Skip to content

Commit 147a1ef

Browse files
committed
Revert "docs: update README"
This reverts commit 7d448b0.
1 parent 7d448b0 commit 147a1ef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

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

1414
It automatically handles node layout, default values, sub-node groups, naming, and more!
1515

16-
I think Geometry Nodes is a powerful tool that's fairly accessible to people. I wanted to make scripting node groups 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
16+
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
1717
* `for` loops
1818
* different node trees for different versions or settings
1919
* interfacing with other parts of the software.
@@ -34,14 +34,15 @@ Download `node_to_python.py`, and install it to Blender like other add-ons. Then
3434
* Automatically format code to be PEP8 compliant
3535

3636
## Potential Issues
37-
* As of version 1.2.1, the add-on will not set default values for
37+
* This should work on Unix-like systems (macOS, Linux), but I haven't tested it on Windows yet. If you use Windows, please let me know if it does!
38+
* As of version 1.0.0, the add-on will not set default values for
3839
* Collections
3940
* Images
4041
* Materials
4142
* Objects
4243
* Textures
4344

44-
as they won't exist in every blend file. I plan on implementing these soon.
45+
as they won't exist in every blend file. In the future, I may have the script automatically recreate these assets, espcially with materials.
4546

4647
## Bug Reports and Suggestions
4748

@@ -51,7 +52,5 @@ When submitting an issue, please include
5152
* Your operating system
5253
* A short description of what you were trying to accomplish, or steps to reproduce the issue
5354

54-
If you don't mind sharing a blend file, that helps a lot!
55-
5655
Suggestions for how to improve the add-on are more than welcome!
5756

0 commit comments

Comments
 (0)