def downloadButtonClick(self):
assetType = str(self.typeList.getCurrentItem())
log.debug("Download: " + assetType)
if assetType == "Target":
self.downloadTarget()
if assetType == "Skin":
self.downloadSkin()
if assetType == "Clothes":
self.downloadClothes()
if assetType == "Hair":
self.downloadHair()
if assetType == "Pose":
self.downloadPose()
if assetType == "Proxy":
self.downloadProxy()
if assetType == "Material":
self.downloadMaterial()
if assetType == "Rig":
self.downloadRig()
if assetType == "Model":
self.downloadModel()
if assetType == "Teeth":
self.downloadTeeth()
if assetType == "Eyebrows":
self.downloadEyebrows()
if assetType == "Eyelashes":
self.downloadEyelashes()
assetdownload.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录