hannesdelbeke / unimenu

easy consistent menus across apps: unreal, blender, maya, krita, substance painter, Katana, marmoset, 3ds max, cry-engine, FreeCAD, Hero, Nuke, Qt,...
https://github.com/hannesdelbeke/unimenu/wiki/features-overview
Apache License 2.0
87 stars 9 forks source link

bug in blender #44

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago
TypeError: MenuNode.__init__() got an unexpected keyword argument 'icon_name'
        item2 = unimenu.Node(
            label="label",
            command="pass",
            tooltip="tooltip.",
            icon_name="RENDER_STILL",
        )

icon name is not supported

hannesdelbeke commented 1 year ago

should be icon instead of icon_name