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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,12 @@ Download `node_to_python.py`, and install it to Blender like other add-ons. Then
32
32
* Automatically format code to be PEP8 compliant
33
33
34
34
## Potential Issues
35
-
* 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 or create an issue.
36
-
* Make sure all your group inputs and outputs have different names, or it won't be able to find the appropriate sockets (this is best practice anyways!)
35
+
* 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!
37
36
* As of version 1.0.0, the add-on will not set default values for
38
37
* Collections
39
38
* Images
40
39
* Materials
41
40
* Objects
42
41
* Textures
43
42
44
-
as they won't exist in every blend file. In the future, I may have the script automatically recreate these assets, espcially with materials.
43
+
as they won't exist in every blend file. In the future, I may have the script automatically recreate these assets, espcially with materials.
0 commit comments