24 Sep Atom as Python Editor for Maya Atom是github内部的开源编辑软件,功能丰富,可以在社区上找到各类扩展插件,其中也包括MAYA,NUKE等软件的支持,可以把代码直接发送到MAYA等软件中执行,非常快捷高效。安装:Python 2.7https://www.py... Read more 1
24 Aug 清除MAYA被锁定的未知节点 选择清除:string $gffu[] = `ls -sl`; for ($rfo in $gffu) { lockNode -lock off $rfo; delete $rfo; }自动查找锁定清除:strin... Read more 0
12 Aug Python scripts for Subdivision and Texture Input Gamma in Vray for Maya 给所选择的File节点添加Gamma属性:#applies Texture Input Gamma to selected File nodes import maya.cmds as cmds import maya.OpenMay... Read more 0
12 Aug Vray Render Elements UV and Point Position 不知道为何vray for maya中一直没有预置uv和P的输出。而在max中早已经添加了VRaySamplerInfo。添加uvimport maya.cmds as cmds import maya.mel as mel impo... Read more 0
22 Jul katana本地批量渲染命令 例如:/usr/local/Katana1.5v1/katana --batch --katana-file=/path/to/file/scene.katana --render-node=Render_Node_Name -t 1... Read more 0
23 Mar 关于MAYA RenderLayer批渲报错 最近常碰到批渲染报错,大致内容是:Error: Cannot switch from 'bottle' to 'defaultRenderLayer1' because of an override to a missing node... Read more 1
25 Feb Auto UdimName mtoa:def Auto_Udim(): import maya.cmds as cmds list_file=cmds.ls(type='file') project_path=cmds.workspace( listWor... Read more 0