MEL 리얼타임 체크하면서 수행이 되어야 할때

MEL 리얼타임 체크하면서 수행이 되어야 할때




proc scaleZeroHidden(int $tempTime) { if ($tempTime%30) { setAttr "curveRingDown*.visibility" 1; } if ($tempTime%50) { set...
add attribute and expression 익스트레션으로 속성 추가하기

add attribute and expression 익스트레션으로 속성 추가하기




string $tempList[] = `ls -sl`; int $count; for($count=0;size($tempList)-1;$count++) { addAttr -ln "SCALE" -at double $tempList...
Mentalray Camera Zdepth

Mentalray Camera Zdepth




renderlayer를 만들고 해당 오브젝트 집어 넣고 아래 MEL 실행 renderLayerBuiltinPreset linearDepth [RenderLayerName]; 이러면 자동으로 뎁스 쉐이더가 생성이 되고 assign까지 된다. ...