Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

How to add icon to the window using python

How to add icon to the window using python

Anonymous
Not applicable
580 Views
0 Replies
Message 1 of 1

How to add icon to the window using python

Anonymous
Not applicable

import maya.cmds as cmd

cmd.window(title='GUI')

cmd.showWindow()

 

 

This code creates a window with Title but i want to add Icon to the window .Can anyone tell me how to do it ?

0 Likes
581 Views
0 Replies
Replies (0)