Maybe more info about versions of Python and Maya and the type of video card would be helpful?
On Aug 15, 10:20 pm, 张宇 <[email protected]> wrote: > Hello guys, I'm coming here again. > I'm bring a new question. > I create a new tool to display the pictures of the files, in windows 32 > bits, that's ok, but when i change to the windows 64 bits, it's not work > well. If the picture is bigger than the control i created, it can not > display full picture, just like this > the first pic dog.jpg > in maya it's like the file EFR{`PH1G40VSXM0$FKCAQG.jpg > here is the code > > dog.jpg > 106KViewDownload > > EFR{`PH1G40VSXM0$FKCAQG.jpg > 21KViewDownload > > > window = cmds.window() > > > cmds.columnLayout() > > > cmds.picture( image=r'C:\Users\zhangyu.37EPIC\Desktop\dog.jpg', w=200, > > h=200,tile=True ) > > > cmds.showWindow( window ) > > > -- > > http://thatboy.me -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
