Skip to content

Commit 4caa9e1

Browse files
committed
docs: misc README updates
1 parent 4612d11 commit 4caa9e1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Node to Python
22

3-
![Node To Python Logo](./img/ntp.jpg "")
3+
![Node To Python Logo](./img/ntp.jpg "Node To Python Logo")
44

55
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/BrendanParmer/NodeToPython)](https://github.com/BrendanParmer/NodeToPython/releases) [![GitHub](https://img.shields.io/github/license/BrendanParmer/NodeToPython)](https://github.com/BrendanParmer/NodeToPython/blob/main/LICENSE) ![](https://visitor-badge.laobi.icu/badge?page_id=BrendanParmer.NodeToPython)
66

77
## About
8-
A Blender add-on to create add-ons! This addo-on will take your Geometry Nodes or Materials and convert them into legible Python add-ons!
8+
A Blender add-on to create add-ons! This add-on will take your Geometry Nodes or Materials and convert them into legible Python add-ons!
99

1010
It automatically handles node layout, default values, subgroups, naming, colors, and more!
1111

@@ -25,11 +25,11 @@ NodeToPython v2.0 is compatible with Blender 3.0 - 3.4 on Windows, macOS, and Li
2525
3. Click Install, and find where you downloaded the zip file. Then hit the `Install Add-on` button, and you're done!
2626

2727
## Usage
28-
Once you've installed the add-on, you'll see a new tab in the Node Editor's sidebar, which you can open with keyboard shortcut `N`.
28+
Once you've installed the add-on, you'll see a new tab in any Node Editor's sidebar. You can open this with keyboard shortcut `N` when focused in the Node Editor.
2929

3030
In the tab, there's panels to create add-ons for Geometry Nodes and Materials, each with a drop-down menu.
3131

32-
![Add-on Location](./img/location.png "")
32+
![Add-on Location](./img/location.png "Add-on Location")
3333

3434
Just select the one you want, and soon a zip file will be created in an `addons` folder located in the folder where your blend file is.
3535

@@ -38,7 +38,9 @@ From here, you can install it like a regular add-on.
3838
## Future
3939
* Expansion to Compositing nodes
4040
* Add all referenced assets to the Asset Library for use outside of the original blend file
41+
* Auto-set handle movies and image sequences
4142
* Automatically format code to be PEP8 compliant
43+
* Automatically detect the minimum version of Blender needed to run the add-on
4244

4345
## Potential Issues
4446
* As of version 2.0.0, the add-on will not set default values for

0 commit comments

Comments
 (0)