assetdownload.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:community-plugins 作者: makehumancommunity 项目源码 文件源码
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()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号