Python code for built-in nodes
I'm getting started writing my own nodes, and it would be super helpful to look at / edit / build upon the built-in nodes. Where are they stored?
Thanks,
Will Urmston
BFA Graphic Design '16
Rhode Island School of Design
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 17 Feb, 2015 09:18 AM
The built-in nodes are not written in Python but in Java, for speed reasons.
The source is here.
There are some examples of Python nodes on the forum as well.