2014년 4월 20일 일요일

resize image


self.label.setScaledContents(True)
self.label.setPixmap(QPixmap("your_image.jpeg"))

http://stackoverflow.com/questions/13119534/resize-images-inside-qt-label/13120324#13120324

라벨: ,

2014년 4월 6일 일요일

maya script 경로 가져오기

import pymel.core as pm

scriptPath = pm.internalVar(usd=1)

print scriptPath

라벨: ,