isolate on off
http://nerd.paololazatin.com/toggle-isolate-selected-in-maya/
매번 까묵;
//Toggle Isolate Selected in Current Panel
$currentPanel = `getPanel -withFocus`;
$state = `isolateSelect -q -state $currentPanel`;
if ($state == "0")
{
enableIsolateSelect $currentPanel 1;
}
else
{
enableIsolateSelect $currentPanel 0;
}
'『STUDY』 > ㄴMEMO' 카테고리의 다른 글
맥스에서 트랙바가 사라졌을때 (0) | 2018.12.21 |
---|---|
젠링운동링크:바복군 가자미근마사지 (0) | 2018.06.08 |
레드시프트 랜더러 알아보기: (0) | 2018.01.05 |
우만연 누드크로키 1분기 시간표 (0) | 2017.02.23 |
애니메이터들에게 필요한 감각 (0) | 2016.11.17 |