網頁

2013年8月30日 星期五

3ds max maxscript 按鈕大法

來分享一下MAX的實用功能


http://pablab.pasart.net/3ds-max-how-to-create-maxscript-toolbar-button/
此網址:教學如何把MAXSCRIPT輕鬆做成 "按鈕"


簡單說,把MAXSCRIPT drag 到 toolbar 一切就ok了



下面放了兩個,個人覺得很實用的SCRIPT



 --全場景的物件隨機變色

for obj in objects do (obj.wirecolor = color (random 0 255) (random 0 255) (random 0 255))




--選擇的物件隨機變色

aaa = $

if aaa != undefined then 

(
for obj in $ do (obj.wirecolor = color (random 0 255 ) (random 0 255 ) (random 0 255 ) ) 
)


以上兩個SCRIPT,在微微複雜的場景會開始有用




2012年8月7日 星期二

about me

Masker Gladys 米酒

ak47xm4@gmail.com

youtube channel:
http://www.youtube.com/user/ak47xm4

facebook:
https://www.facebook.com/maskergladys


2015 入行

資歷2年的 CG多面手
擅長用最懶最正確的方式解決技術問題




常用工具(2017):
3Ds max, MAYA, Houdini
Nukex, Fusion
fumefx, Vray,
Deadline

python, maxscript

米酒BLOG的啟動

2012/08/07 是時候 開啟 "雜貨店" BLOG