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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,14 @@ 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.4.0 is supported for Blender 3.0 - 4.4 on Windows, macOS, and Linux
19
-
* Some work is required to update NodeToPython for each Blender version, so experimental versions will not work properly
18
+
NodeToPython v3.5.0 is supported for Blender 3.0 - 4.5 on Windows, macOS, and Linux
19
+
* Some work is required to update NodeToPython for each Blender version, so experimental versions may not work properly and may even crash.
20
+
* New nodes, updated settings, and new node tree features require development to support.
21
+
* NodeToPython updates for new Blender versions usually doesn't start until the Beta phase of the release cycle
20
22
21
23
## Installation
22
24
### Blender Extensions Platform
23
-
NodeToPython is now on the official [Blender Extensions Platform](https://extensions.blender.org/add-ons/node-to-python/)! See https://extensions.blender.org/about/ for installation instructions and more info.
25
+
NodeToPython is now on the official [Blender Extensions Platform](https://extensions.blender.org/add-ons/node-to-python/)! See https://extensions.blender.org/about/ for installation instructions and more info. This is the recommended way to install NodeToPython.
24
26
25
27
### GitHub
26
28
1. Download the `NodeToPython.zip` file from the [latest release](https://github.com/BrendanParmer/NodeToPython/releases)
@@ -44,8 +46,7 @@ In the options panel, select either **Script** or **Add-on**.
44
46
45
47
When submitting an issue, please include
46
48
47
-
* Your version of Blender (3.0 - 4.4)
48
-
* Higher versions of Blender are expected to break NodeToPython. In general, work doesn't start on new versions until after the Beta stage of the release cycle
49
+
* Your version of Blender (3.0 - 4.5)
49
50
* Your operating system
50
51
* Steps to reproduce the issue or a description of what you were trying to accomplish. Providing a test blend file is especially helpful
51
52
@@ -55,7 +56,7 @@ Got suggestions? Please create an [issue](https://github.com/BrendanParmer/NodeT
55
56
56
57
**Important Notice:**
57
58
58
-
This tool is provided under the MIT license and is intended for lawful use only. It is your responsibility to ensure that any use of this tool complies with all applicable laws, including but not limited to copyright and intellectual property laws. The authors of this tool are not liable for any illegal use of this tool or any legal consequences that may arise from such use.
59
+
This tool is provided under the GPLv3 license and is intended for lawful use only. It is your responsibility to ensure that any use of this tool complies with all applicable laws, including but not limited to copyright and intellectual property laws. The authors of this tool are not liable for any illegal use of this tool or any legal consequences that may arise from such use.
59
60
60
61
In particular, this tool generates code that requires the Blender Python API, which is licensed under the GNU General Public License (GPL). Code generated by this tool that incorporates or uses the Blender Python API must comply with the GPL requirements. For more details on the GPL, please see https://www.gnu.org/licenses/gpl-3.0.html. For more details on Blender's licensing, please see https://www.blender.org/about/license/
0 commit comments