A minimal example of how to create a custom node editor in Blender.
Based off Sverchok's approach to the problem.
Motivated by a desire to learn the Sverchok code better so that I might be able to provide the developers with more more effective assistance improving the plugin.
- Everything starts from the
__init__.pyfile in the addon's root directory.