I have created a node tree in a different blend file, and I just need to add it as a group exploiting a script. In the following figure there is the "manual" procedure.
I have tried to add it simply using nodes.new(type='ShaderNodeGroup') but I get an empty node and not the "Asteroid_mat" group that I need.
