Skip to content

Instantly share code, notes, and snippets.

View Theverat's full-sized avatar

Simon Wendsche Theverat

  • Germany
View GitHub Profile
@Theverat
Theverat / nodes.py
Created July 23, 2018 23:30 — forked from IARI/nodes.py
Test Blender PYthon Nodes
bl_info = {
'name': 'Node Test',
'category': 'User',
'author': 'Julian Jarecki',
'blender': (2, 79, 0),
# 'location': 'File > Export',
'description': "Test custom Nodes and sockets",
}
import bpy