包含38節(jié)視頻教程
關(guān)注54.4萬次
當(dāng)一個(gè)軟件有新版本的時(shí)候你會(huì)想到:朱峰社區(qū)!當(dāng)你不知道新版本的新功能的時(shí)候:朱峰社區(qū)!當(dāng)你遇到問題不好解決的時(shí)候:朱峰社區(qū)!沒錯(cuò)!新功能!朱峰社區(qū)!
bug1. bump of misss_fast_skin_maya
雖說maya2008能自動(dòng)完成sss的shader network,做sss的效率提高了,但還是犯了錯(cuò)誤。建一個(gè)misss_fast_skin_maya,打開bump shader frame就會(huì)出現(xiàn)下面這個(gè)錯(cuò)誤。
// error: cannot find procedure "aemissssimplemayabumpnew".
解決方法:
1. 打開
c:\program files\autodesk\maya2008\scripts\aetemplates\aemisss_fast_skin_mayatemplate.mel
在149行找到
editortemplate -callcustom "aemissssimplemayabumpnew" "aemissssimplemayabumpreplace" "normalcamera";
改成
editortemplate -callcustom "aemisssskinmayabumpnew" "aemisssskinmayabumpreplace" "normalcamera";
2. 或者直接下載修正后的腳本覆蓋原來的腳本bug2. final gather map不能預(yù)覽
maya2008中即使為final gather打開了enable map visualizer也看不到光子分部圖,gi的類似功能卻是好好的.
解決方法:
在final gather file(fgmap)中輸入絕對路徑就正常了,比如:
c:\project\temp\renderdata\mentalray\finalgmap\default.fgmap
bug3. optimize scenes報(bào)錯(cuò)(感謝lvyd提供)
使用清理場景的功能就會(huì)報(bào)錯(cuò):
// error: invalid flag: - ^1s
解決方法:
1. 打開
c:\program files\autodesk\maya2008\scripts\startup\cleanupscene.res.mel
在216、217行找到
displaystring -replace -value "- ^1s\n" m_cleanupscene.ksummaryfmt;
displaystring -replace -value "- ^1s\n" m_cleanupscene.ksummaryfmt2;
改成
displaystring -replace -value "^1s\n" m_cleanupscene.ksummaryfmt;
displaystring -replace -value "^1s\n" m_cleanupscene.ksummaryfmt2;
2. 或者直接下載修正后的腳本覆蓋原來的腳本
朱峰社區(qū)網(wǎng)頁版(手機(jī)掃描-分享-添加到屏幕)
朱峰社區(qū)微信公眾號(hào)(微信掃一掃-關(guān)注)
未知用戶
2005-2025 朱峰社區(qū) 版權(quán)所有 遼ICP備2021001865號(hào)-1
2005-2025 ZhuFeng Community All Rights Reserved
VIP