摘要: 1 import maya.cmds as cmds 2 3 getAllNodes = cmds.ls(type="RedshiftProxyMesh")#redshift 4 #getAllNodes = cmds.ls(type="aiStandIn")#arnold 5 for node i 阅读全文
posted @ 2022-03-26 04:47 CGRun 阅读(59) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ @Author: Meng @software: PyCharm @file: VRay渲染器渲染属性设置 @time: 2022/03/19 20:39 """ import maya.cmds as cmds mel.eval('unifi 阅读全文
posted @ 2022-03-19 00:24 CGRun 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-21 22:13 CGRun 阅读(58) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ @Author: Meng @software: PyCharm @file: Python批量png转换jpg图片格式.py @time: 2021/10/30 20:02 """ import os from PIL import Imag 阅读全文
posted @ 2022-02-21 22:06 CGRun 阅读(401) 评论(0) 推荐(0) 编辑
摘要: # encoding:utf-8 """ @Author: Meng @software: PyCharm @file: out_ch_bg.py @time: 2023/01/02 20:39 """ from maya.cmds import *; from pymel.core import 阅读全文
posted @ 2022-02-21 22:03 CGRun 阅读(38) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ @Author: Meng @software: PyCharm @file: python获取计算机名IP用户名.py @time: 2021/10/28 20:44 """ import socket import getpass # 获取 阅读全文
posted @ 2022-02-21 21:59 CGRun 阅读(362) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ @Author: Meng @software: PyCharm @file: 批量删除文件或文件夹.py @time: 2021/10/28 20:06 """ import os import shutil # 导入模块 path = 'C 阅读全文
posted @ 2022-02-21 21:57 CGRun 阅读(996) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ @Author: Meng @software: PyCharm @file: python提取音频.py @time: 2021/10/28 20:16 """ from moviepy.editor import * video = Vid 阅读全文
posted @ 2022-02-21 21:56 CGRun 阅读(64) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ @Author: Meng @software: PyCharm @file: maya渲染器切换.py @time: 2021/10/28 20:49 """ import maya.mel as mel mel.eval('setCurre 阅读全文
posted @ 2022-02-21 21:54 CGRun 阅读(129) 评论(0) 推荐(0) 编辑
摘要: python仅关闭显示器代码 # -*- coding: utf-8 -*- """ @Author: Meng @software: PyCharm @file: 关闭显示器.py @time: 2021/10/28 20:39 """ from ctypes import * HWND_BROA 阅读全文
posted @ 2022-02-21 21:45 CGRun 阅读(195) 评论(0) 推荐(0) 编辑