Skip to content

Commit 5ed2b28

Browse files
committed
docs: update README
1 parent 3e50408 commit 5ed2b28

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

docs/README.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.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.
1919

2020
## Installation
2121
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*
3737
* **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.
3838
* The current default operator install location is in the Object menu
3939

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-
6240
## Bug Reports and Suggestions
6341

6442
When submitting an issue, please include
6543

6644
* Your version of Blender
6745
* 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
7047

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

Comments
 (0)