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: docs/README.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Blender's node-based editors are powerful, yet accessible tools, and I wanted to
15
15
* interfacing with other parts of the software or properties of an object
16
16
17
17
## Supported Versions
18
-
NodeToPython v3.1 is supported for Blender 3.0 - 4.1 on Windows, macOS, and Linux. I generally try to update the add-on to handle new nodes around the beta release of each update.
18
+
NodeToPython v3.1 is supported for Blender 3.0 - 4.1 on Windows, macOS, and Linux.
19
19
20
20
## Installation
21
21
1. Download the `NodeToPython.zip` file from the [latest release](https://github.com/BrendanParmer/NodeToPython/releases)
@@ -37,35 +37,12 @@ Select the node group you want code for, and you'll be prompted with a **Script*
37
37
***Add-on** mode generates a zip file for you in the save directory specified in the NodeToPython menu. From here, you can install it like a regular add-on. The generated add-on comes complete with operator registration and creating a modifier/material for the node tree to be used in.
38
38
* The current default operator install location is in the Object menu
39
39
40
-
## Future Plans
41
-
* Investigate drivers and keyframes
42
-
* A better default operator install location for generated add-ons
43
-
* A development repository with useful scripts and tests
44
-
* Better handling of more setting types, including
45
-
* Image sequences
46
-
* Movie clips
47
-
* Materials
48
-
* Objects
49
-
* Textures
50
-
* Text objects
51
-
* Scenes
52
-
* Particle systems
53
-
* Fonts
54
-
* Masks
55
-
* Cryptomatte entries
56
-
* Image format settings
57
-
* File slots
58
-
* Layer slots
59
-
* Automatic detection of the minimum/maximum version of Blender compatible with a generated add-on
60
-
* Autoformatting of generated code
61
-
62
40
## Bug Reports and Suggestions
63
41
64
42
When submitting an issue, please include
65
43
66
44
* Your version of Blender
67
45
* Your operating system
68
-
* A short description of what you were trying to accomplish, or steps to reproduce the issue.
69
-
* Sample blend files are more than welcome!
46
+
* Steps to reproduce the issue or a description of what you were trying to accomplish. Providing a test blend file is especially helpful
70
47
71
-
Got suggestions? Create an issue, happy to hear what features people want.
48
+
Got suggestions? Please create an [issue](https://github.com/BrendanParmer/NodeToPython/issues)! I'm happy to hear what features people want
0 commit comments