Skip to main content
Search
Search This Blog
Leegoonz game Developer blog.
Visual strategy development lab Technical Art Director. Now working atAllegorithmic.
페이지
Home
About Leegoonz
LEEGOONZ.COM
ADVANCED SHADER DOT COM
ADVANCED SHADER FACEBOOK COMMUNITY
Substance user group in korea
More…
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Max Scripts
June 24, 2013
맥스 스크립트.선택한 엘리먼트 한방에 디테치 하고 씬이름으로 변경 하고 접미사 붙히는 코드 업데이트.
on DetatchBtn pressed do --선택 한 메트리얼 아이디를 가지고 엘리먼트를 선택 후 나머지를 디테치 한다. ( OBJ = selection as array objorig = $ _obj = convertToPoly(objorig) if OBJ.count == 0 then ( messagebox "하나 이상의 오브젝트를 선택 하세요." return undefined ) else ( max modify mode --모디파이 모드로 리플레쉬 해야 합니다. 모디파이 코멘드가 없으면 subObjectLevel = 5 가 동작 하지 않습니다. subObjectLevel = 5 max select invert --선택 된 엘리먼트에서 반전 선택 합니다. currentFace = polyop.getFaceSelection _obj polyop.detachFaces _obj currentFace delete:true asNode:true update $ subObjectLevel = 0 )--end element detach loop clearSelection(); newObj = selection as array selectMore $'Object*' if newObj != 0 do ( newObj = (getFilenameFile (maxFileName as string)) newSetName = newObj + etBaseName.text format "%/n" newSetName for i in selection do i.name = newSetName as string ) print "+++++++++debug+++++++++++++" clearSelection(); )
Game Developer Leegoon copyright all right reserved since 2010.
Comments
Popular Posts
December 14, 2013
AO with Gamma Control for Matcap bump Unlit shader
May 05, 2012
유니티 기본 스플레시 이미지 없애고 커스텀 스플레시 이미지 사용 하여 앱 인트로 제작 하기.
Comments
Post a Comment
덧글쓰기 기능 있는거 아시죠? ㅋㅋ