본문 바로가기

3DsMax/plug-in&scripts92

HDRI 의 태양 위치에 Vray sun을 연결 Find And Bind - Vray Hdri & Sun finfandbind_forvray_v1.0.mse http://www.scriptspot.com/3ds-max/scripts/find-and-bind-vray-hdri-sun https://www.behance.net/gallery/34312585/MaxScripts * 아마도 이미지의 하이라이트 부분을 판독해서 Vray sun에 연결 하는 것 같다. sun 의 위치 조절은 VrayHDRI 맵 > horz rotation 을 통해서 하면 된다. 2018. 1. 23.
set selection filter 단축키 Set Selection Filter 단축키 1. 직접 스크립트 만들어 사용하기 1) Scripting 메뉴> MaxScript Listener (F11) 실행 2) Scripting 메뉴> Macro Recorder 기능을 사용하면 리스너 에 해당 기능을 실행 하는데로 명령어가 출력된다. 3) 그 명령어 (예를 들어 : SetSelectFilter 3 ) 를 드래그 드롭하여 툴바에 등록한다. 4) 툴바에 등록된 스크립트는 단축키, 툴바,쿼드 메뉴등에 어디에서든 등록할 수 있는 카테고리 또는 이름을 발견할 수 있다. - 보통 'DragAndDrop' 카테고리에 해당 명령어가 등록되어 있음. - 툴바에 등록된 스크립트 단추를 마우스오른메뉴클릭 편집하여 자기 쓰임에 맞게 이름등을 고칠 수 있다. ( Ctrl.. 2018. 1. 17.
3dsmax.ini 백업, 교체를 위한 스크립트 3dsmax.ini 에는 사용자 설정이 저장 되는데 맥스가 충돌이 일어나서 파일이 깨지거나 리셋 되는 경우를 대비해서 백업을 쉽게 하기 위함. getMaxiniFile() 또는 getdir #maxdata - 위치를 확인할 수 있다. ShellLaunch (getdir #maxdata) "" -브라우져로 열기 http://www.designimage.co.uk/backup-and-restore-3dsmax-settings/ http.. 2017. 10. 19.
파티클을 스플라인으로 바꾸어주는 스크립트 ( particles to Spline ) ● particle-to-spline http://www.cgpack.com/convert-particles-spline-maxscript/ ● Pflow to Splines http://www.scriptspot.com/3ds-max/scripts/pflow-to-splines http://www.orbaz.com/tutorials_ParticleFlow/ParticleSplinesTutTranslation_files/translate_p.htm http://www.scriptspot.com/3ds-max/scripts/pf-spliner 2017. 10. 19.
Stereo Camera ● 3dhippie_stereoCam http://www.scriptspot.com/3ds-max/scripts/3dhippie-stereocam ● Domemaster3D V2.0 https://github.com/zicher3d-org/domemaster-stereo-shader/releases 어안렌즈 효과의 Stereoscopic 3D 지원 Maya 2016.5 버젼부터 3dsma 2017 까지 멘탈레이, Vray , 아놀드 렌더러 지원. 멘탈레이는 자동 설치 되지만 그 외 렌더러는 C:\Progr.. 2017. 10. 17.
누락된 맵을 사용한 오브젝트 선택하기 누락된 맵을 사용한 오브젝트 선택하기 select (for obj in objects collect ( ::missing = #() enumerateFiles obj (fn addMissing _ = append missing _) #missing if missing.count == 0 then dontCollect else obj )) https://forums.autodesk.com/t5/3ds-max-forum/how-i-can-find-the-materials-that-are-missing-textures/m-p/6399228/highlight/true#M115455 2017. 9. 29.
선택된 오브젝트를 새 레이어에 넣기. layer = LayerManager.newLayer() for n in (selection as array) do layer.addnode n https://forums.autodesk.com/t5/3ds-max-forum/max-2016-objects-not-visible-in-layer-manager/m-p/5697312/highlight/true#M105873 2017. 6. 13.
리토폴로지 (Retopology) ● XRemesher 정보및 다운로드: https://vimeo.com/218117406 ● TurboReverse (Subdivision Reversion 의 새버젼) TurboSmooth 를 사용하고 스택을 합쳤다면 이 스크립틀르 사용하여 이전의 TurboSmooth 효과를 제거해줄 수 있다. https://mariussilaghi.com/products/turboreverse ● Subd Recovery TurboReverse 와 같은 기능이지만 독립실.. 2017. 5. 29.
치수기입 ■ DIMaster v2.0 http://www.scriptspot.com/bobo/mxs9/DIMaster/index.html ■ Measurement tape http://www.scriptspot.com/3ds-max/scripts/measurement-tape ■ miauu's Measure and Select miauu-maxscript.com/portfolio-item/miauus-measure-and-select/ 2017. 3. 4.