You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ A Blender add-on to create add-ons! This script will take your Geometry Node gro
13
13
14
14
It automatically handles node layout, default values, sub-node groups, naming, and more!
15
15
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
17
17
*`for` loops
18
18
* different node trees for different versions or settings
19
19
* 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
34
34
* Automatically format code to be PEP8 compliant
35
35
36
36
## 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
38
39
* Collections
39
40
* Images
40
41
* Materials
41
42
* Objects
42
43
* Textures
43
44
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.
45
46
46
47
## Bug Reports and Suggestions
47
48
@@ -51,7 +52,5 @@ When submitting an issue, please include
51
52
* Your operating system
52
53
* A short description of what you were trying to accomplish, or steps to reproduce the issue
53
54
54
-
If you don't mind sharing a blend file, that helps a lot!
55
-
56
55
Suggestions for how to improve the add-on are more than welcome!
0 commit comments