Skip to content

Commit 63aba42

Browse files
committed
docs: update README and file permission usage
1 parent 295affe commit 63aba42

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

NodeToPython/blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ license = [
1818
]
1919

2020
[permissions]
21-
files = "Creates and writes to files in a specified directory"
21+
files = "Creates and writes to files in a user-specified directory"

docs/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ Blender's node-based editors are powerful, yet accessible tools, and I wanted to
1515
* interfacing with other parts of the software or properties of an object
1616

1717
## 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
2022

2123
## Installation
2224
### 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.
2426

2527
### GitHub
2628
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**.
4446

4547
When submitting an issue, please include
4648

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)
4950
* Your operating system
5051
* Steps to reproduce the issue or a description of what you were trying to accomplish. Providing a test blend file is especially helpful
5152

@@ -55,7 +56,7 @@ Got suggestions? Please create an [issue](https://github.com/BrendanParmer/NodeT
5556

5657
**Important Notice:**
5758

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.
5960

6061
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/
6162

0 commit comments

Comments
 (0)