Hello Hivemind!
Does anyone know why the Toolkit “ShotGrid” drop-down menu icons appear on OSX & Linux but not on Windows? This is obviously very minor but I’ve never heard why they don’t appear on Windows. Thoughts?
Hello Hivemind!
Does anyone know why the Toolkit “ShotGrid” drop-down menu icons appear on OSX & Linux but not on Windows? This is obviously very minor but I’ve never heard why they don’t appear on Windows. Thoughts?
Using on Windows… didn’t even know there were icons
I’m not sure why this didn’t make it into the tk-maya release code but if you add the following to the tk-maya\v0.11.1\python\tk_maya\menu_generation.py it will add the icons. I thought this was working on OSX & Linux but it doesn’t appear that way.
I’ll submit a pull request to AD.
line 318:
if "icon" in self.properties:
params["image"] = self.properties["icon"]