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
+5-4Lines changed: 5 additions & 4 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, 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
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
17
17
*`for` loops
18
18
* different node trees for different versions or settings
19
19
* interfacing with other parts of the software.
@@ -34,15 +34,14 @@ 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
-
* 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
37
+
* As of version 1.2.1, the add-on will not set default values for
39
38
* Collections
40
39
* Images
41
40
* Materials
42
41
* Objects
43
42
* Textures
44
43
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.
44
+
as they won't exist in every blend file. I plan on implementing these soon.
46
45
47
46
## Bug Reports and Suggestions
48
47
@@ -52,5 +51,7 @@ When submitting an issue, please include
52
51
* Your operating system
53
52
* A short description of what you were trying to accomplish, or steps to reproduce the issue
54
53
54
+
If you don't mind sharing a blend file, that helps a lot!
55
+
55
56
Suggestions for how to improve the add-on are more than welcome!
0 commit comments