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
83 stars 8 forks source link

add icon support #18

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

list icons in krita

from PyQt5.QtCore import QDirIterator

it = QDirIterator(":", QDirIterator.Subdirectories)
while it.hasNext():
    name = it.next()
    if name.endswith(".svg"):
        print(name)
hannesdelbeke commented 1 year ago

krita/qt icon added untested. krita doesnt seem to support icons unreal icon added - untested

hannesdelbeke commented 1 year ago

blender added & tested

hannesdelbeke commented 1 year ago

this is now tracked on the wiki https://github.com/hannesdelbeke/unimenu/wiki