会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CGRun
CG
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2022年3月26日
Maya for 代理选择
摘要: 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
阅读(79)
评论(0)
推荐(0)
2022年3月19日
Maya_VRay渲染器属性设置
摘要: # -*- 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
阅读(308)
评论(0)
推荐(0)
2022年2月21日
test_mov
摘要:
阅读全文
posted @ 2022-02-21 22:13 CGRun
阅读(75)
评论(0)
推荐(0)
python批量png转jpg图片格式
摘要: # -*- 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
阅读(443)
评论(0)
推荐(0)
maya_out_ch_bg
摘要: # 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
阅读(55)
评论(0)
推荐(0)
python获取计算机名IP用户名
摘要: # -*- 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
阅读(411)
评论(0)
推荐(0)
python批量删除文件或文件夹
摘要: # -*- 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
阅读(1072)
评论(0)
推荐(0)
python提取音频
摘要: # -*- 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
阅读(92)
评论(0)
推荐(0)
maya渲染器切换
摘要: # -*- 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
阅读(155)
评论(0)
推荐(0)
python关闭显示器加锁屏
摘要: 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
阅读(271)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告