All the nodes are declared in the EssentialsNodeCategory, and this only polls whether the node tree is a MaltTree.
The nodes always can be added to any node tree, without taking into account the node tree type, the node tree language or even the active pipeline.
This means you can add shader nodes to python node trees (Render and RenderLayer).
It also prevents Light shaders from compiling since it uses functions only available in Mesh and Screen shaders.
All the nodes are declared in the EssentialsNodeCategory, and this only polls whether the node tree is a MaltTree.
The nodes always can be added to any node tree, without taking into account the node tree type, the node tree language or even the active pipeline.
This means you can add shader nodes to python node trees (Render and RenderLayer).
It also prevents Light shaders from compiling since it uses functions only available in Mesh and Screen shaders.