Skip to content

Commit 71f0815

Browse files
committed
fix: updated bl_info for correct version
1 parent 147a1ef commit 71f0815

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

node_to_python.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@
22
"name": "Node to Python",
33
"description": "Convert Geometry Node Groups to a Python add-on",
44
"author": "Brendan Parmer",
5-
"version": (1, 0, 0),
5+
"version": (1, 2, 1),
66
"blender": (3, 0, 0),
7-
"location": "Object",
8-
"category": "Object",
7+
"location": "Node",
8+
"category": "Node",
99
}
1010

11-
12-
"""TODO: compositing node tree"""
13-
# https://blender.stackexchange.com/questions/62701/modify-nodes-in-compositing-nodetree-using-python
14-
1511
import bpy
1612
import os
1713

0 commit comments

Comments
 (0)