Sunday, August 18, 2013

Modo Script 관련 자료

검색어 : google > modo script tutorial
레퍼런스 :
Command History panel에 관한 짧은 포스트.
http://the3dninja.com/blog/?p=620
→ 처음 스크립팅 시작할 때는 Command History panel 이 유용하다는 얘기. 그 외에는 별 얘기 없음.

다음은 스크립트로 Hello World 짠것. 그것 뿐임.
Thread: 1st Modo/Python script: Hello world!
http://www.3dallusions.com/forums/modo-scripting/3828-1st-modo-python-script-hello-world.html
다음과 같이 스크립트 짜고
 #python  
 import lx  
 lx.out('Hello World!')  
Save it and inside Modo goto System > Run script... (Shift+F5) and pick your script. On the Event Log you'll get Hello World! printed out along withe the useful info about the location and script just executed.

다음은 구체적인 적용 사례 등이 나와 있어 매우 유용함.
How to optimize modo for faster modeling
http://henningsanden.com/2013/03/31/how-to-optimize-modo-for-faster-modeling/

Seneca's scripts
http://www.indigosm.com/modoscripts.htm
→ 꽤 유명한 스크립트인듯.
Learning Modo scripting...
I'm interested in learning Modo scripting as there's a few things I'd like to do but don't really have a great place to start from. I know there's a Wiki but it's somewhat incomplete and I haven't found a really awesome source of info yet. Anyone have any leads on tutorials or how to get started?
- The best method I found is a mix of reading Seneca's scripts - because they're comprehensive and well written - and the documentation that comes with modo. It's also handy to check the command history. Everything you do in modo is logged, giving you the commands sent to the program. If you scale up the little command window in the bottom right, you can get a full list of your command history for that session (under the History tab there).

alphaGeekGirl's modo magic
http://www.alphageekgirl.com/scripts
각종 스크립트들이 소개되어 있음

Modo Script 를 배우려면 Modo 가 인스톨된 폴더에 들어 있는 Scripting_and_Commands.pdf 를 보는 것이 좋음.
사실 이건 modo 601 부터는 obsolete 한 문서이고 최신 문서는 sdk.luxology.com 를 보라고 되어 있지만 정작 여기는 좋은 자료가 없음.

다음은 공식 사이트인데 미완성이고 의외로 별 볼만한 자료가 없음.
http://sdk.luxology.com/wiki
http://sdk.luxology.com/wiki/Scripting
http://sdk.luxology.com/wiki/Command_System

Writing Queryable Commands for Modo
http://www.matt-cox.co.uk/blog/2013/2/17/queryable-commands

http://www.modonize.com/forum/topic.asp?TOPIC_ID=56
http://tech-artists.org/forum/showthread.php?3633-Modo-Scripting-Advice

기타

Using Scripts and Macros in Modo
http://www.vertextutor.com/using-scripts-and-macros-in-modo/
→ 코딩하는 방법이 나온게 아니라 아무 도움이 안됨.

키워드 : Scripting, 스크립트

No comments:

Post a Comment