11 2022 档案
摘要:import pymel.core as pm # 获取 Maya 中的所有模型编辑器并重置编辑器更改事件 for item in pm.lsUI(editors=True): if isinstance(item, pm.ui.ModelEditor): pm.modelEditor(item,
阅读全文
摘要:
Redshift破解工具MaxonAppRedshift_For_Pj 用过手动破解 嫌弃resdhift破解步骤麻烦的可以看这里,比较繁琐,新手操作步骤错乱导致破解失败 鉴于是循环试用方式的破解,避免不了14天后在操作一次,为了方便我就写了一个破解工具三部曲 行业不景气,因为有缘我们相聚,成功靠大
阅读全文

摘要:# encoding:utf-8 import os def search(path): if os.listdir(path):#判断文件夹是否为空 print( os.listdir(path) )#打印文件夹内容 else: print('Sorry,这是一个空文件夹.') path = in
阅读全文