Category Name repeat

Hello

small bug in the nodebrowser:

When I write a node in C# where the namespace name is the same as a class name in that namespace, like so:

namespace MyCustomNodes
{
    public static class MyCustomNodes
    {
        public static float MyCustomNode(float input, float input2)
        {
            return input + input2;
        }
    }
}

and I then import this and go to the nodebrowser, it seems like I get as many subcategories called MyCustomNodes as I want:

on our list already, thank.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.