We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147a1ef commit 71f0815Copy full SHA for 71f0815
node_to_python.py
@@ -2,16 +2,12 @@
2
"name": "Node to Python",
3
"description": "Convert Geometry Node Groups to a Python add-on",
4
"author": "Brendan Parmer",
5
- "version": (1, 0, 0),
+ "version": (1, 2, 1),
6
"blender": (3, 0, 0),
7
- "location": "Object",
8
- "category": "Object",
+ "location": "Node",
+ "category": "Node",
9
}
10
11
-
12
-"""TODO: compositing node tree"""
13
-# https://blender.stackexchange.com/questions/62701/modify-nodes-in-compositing-nodetree-using-python
14
15
import bpy
16
import os
17
0 commit comments