회원 로그인
정보기억 정보기억에 체크할 경우 다음접속시 아이디와 패스워드를 입력하지 않으셔도 됩니다.
그러나, 개인PC가 아닐 경우 타인이 로그인할 수 있습니다.
PC를 여러사람이 사용하는 공공장소에서는 체크하지 마세요.
소셜네트워크 서비스를 통해서 로그인하시면 별도의 로그인 절차없이 회원서비스를 이용하실 수 있습니다.


최근 게시물

1.노션에서 작성 중

1.노션에서 작성 중

개편하기 전까지 노션에서 작성 중

2024.04.04//read more

2.ChatGPT

2.ChatGPT

OpenAI로 대규모 언어 모델대화형...

2023.03.16//read more

3.노코딩 게임 엔진 - 빌..

3.노코딩 게임 엔진 - 빌..

빌드 지원안드로이드iOS윈도우즈특이사...

2023.03.14//read more

4.(완료) 미접속 회원 정..

4.(완료) 미접속 회원 정..

[완료] 36명의 회원을 정리하였습니...

2023.02.16//read more

5.매뉴얼 플러스 - 전자제..



안정적인 DNS 서비스 DNSEver
DNS Powered by DNSEver.com


[펌] 웨이트 작업시 모두 홀드시키는 멜

artsOne | 2008.02.03 03:25 | 조회 3049
웨이트 작업시 모두 홀드시키는 멜
// 만든이 : 김성록 / 만든 날짜 : 2006년 겨울?
string $sel[]=`ls -sl -l -type transform`;
string $list[]=`listHistory $sel`;
print $list;
print ("n");
global string $SCsave[];
global int $j;

for( $j=0 ; $j < size($list) ; $j++ ){
    int $num = gmatch ($list[$j], "skinCluster*");
    if ($num){
        string $plusNum = match ("[0-9]+", $list[$j]);
        string $munja ="skinCluster";
        $SCsave[$j]= $munja + $plusNum;
        print ("n");
        print $plusNum;
        print ("n");
        print $SCsave[$j];
    select -cl;
    kkk($j, $SCsave);
    }
}

global proc kkk(int $j, string $SCsave[]){
    string $skincluster[];
    $skincluster[0] = $SCsave[$j];
    string $joints[];
    $joints = `listConnections -d 0 -s 1 -type joint $skincluster[0]`;
    int $i;
    if (`getAttr ($joints[0] + ".liw")` == 0){ 
        for( $i=0 ; $i < size($joints) ; $i++){
            eval("setAttr " + $joints[$i] + ".liw 1");
        }
    }
    else if (`getAttr ($joints[0] + ".liw")` == 1){ 
        for( $i=0 ; $i < size($joints) ; $i++){
            eval("setAttr " + $joints[$i] + ".liw 0");
        }
    }
    clear($joints);
    clear ($skincluster);
}

clear ($list);
clear ($SCsave);
select $sel;
ArtPaintSkinWeightsToolOptions;
clear ($sel);
바로 스킨 웨이트툴 사용할 수 있게 수정.

출처> 옛 동료
466개(15/24페이지)
마야
번호 제목 글쓴이 조회 날짜
공지 마야 뷰포트 네비게이션 팁 푸딩뱃살 43895 2020.04.06 17:22
공지 Maya 버전 별 Python 버전 푸딩뱃살 65073 2014.01.08 17:59
184 [Script] 카운터 첨부파일 artsOne 2703 2008.02.03 03:31
183 [Rigging] [펌] 회사 캐릭터 셋업테스트 스크립트 사진 첨부파일 artsOne 1658 2008.02.03 03:30
>> [Script] [펌] 웨이트 작업시 모두 홀드시키는 멜 artsOne 3050 2008.02.03 03:25
181 [Rigging] [펌] 금붕어 헤어와 소프트바디 시스템을 이용한 지느러미 움직임 구현. 사진 첨부파일 artsOne 1620 2008.02.03 03:24
180 [Plugin] Advanced Skeleton v3.7 첨부파일 artsOne 3099 2011.10.07 18:37
179 [Base] 윈도우7, 마야에서 타블렛 사용 시 뷰포트 끊기는 현상 첨부파일 artsOne 5481 2011.06.13 12:34
178 [Rigging] 말 종류 뼈 셋팅 사진 첨부파일 artsOne 2246 2010.09.03 14:32
177 [참고] Stop Staring - Facial Modeling and Animation Don Right 사진 첨부파일 artsone 2338 2007.11.14 19:30
176 [참고] MEL Scripting for Maya Animators 사진 첨부파일 artsone 4167 2007.12.17 04:37
175 [참고] Mel Scripting For Maya Animators 사진 첨부파일 artsone 3745 2007.01.21 23:20
174 [참고] MAYA MEL & EXPRESSION 사진 첨부파일 artsone 4506 2006.12.13 13:56
173 [Base] (스크랩) 마야를 효율적으로 공부하는 방법 사진 첨부파일 artsone 2653 2006.10.31 10:33
172 [참고] 말 node 사진 첨부파일 artsone 2535 2006.10.30 10:58
171 [참고] Final Rig 1.2 (마야) 첨부파일 artsone 3780 2008.04.28 16:53
170 [사이트] Character Rigging artsone 3046 2008.02.21 20:16
169 [참고] Max for Maya 사진 첨부파일 artsOne 3662 2008.02.13 21:56
168 [사이트] Igor Stefanovic 사진 첨부파일 artsOne 2232 2008.02.13 21:51
167 [Plugin] Setup Machine 2 사진 첨부파일 artsOne 2707 2008.02.12 12:43
166 [참고] Character rig (마야) 첨부파일 artsone 4075 2008.01.28 01:53
165 [참고] pig 리깅 (마야) 첨부파일 artsOne 3850 2007.06.19 16:11