영상 2015. 8. 20. 16:14

Rhythm and Hues Pelt.

Rhythm and Hues Pelt from Hans Rijpkema on Vimeo.

'영상' 카테고리의 다른 글

CG Wave. 3ds Max. No plugins.  (0) 2017.05.22
DAWN OF THE..STUFF. MAKING OF / BREAKDOWN.  (0) 2015.06.01
Georgios Papaioannou VFX Reel v20150527.  (0) 2015.05.27
'The Maze Runner' - Environments  (0) 2015.05.27
HTOA pyro render.  (0) 2015.05.10
3Dmax/FumeFX 2015. 8. 20. 15:57

Fumefx로 Fog만들기.



개인적으로 Fumefx보다는 마야의 fluid가 훨씬 괜찮은것 같다.


'3Dmax > FumeFX' 카테고리의 다른 글

Oil_Burn_Test  (0) 2016.09.02
(튜툐)Making A Mid-Air Explosion in FumeFx,  (0) 2015.10.11
fumefx DLL FumeFX_TP.dlo 에러.  (0) 2015.07.27
Fume설치 후 에러현상.  (2) 2015.06.04
원하는 오브젝트에 fumebox가 따라가게 하는방법.  (0) 2012.08.29
3Dmax 2015. 8. 20. 15:43

V-Ray render사용하기.


원글출저


http://blog.naver.com/xkdbdi0523/220198358466


AutoDesk 3D Max V-ray를 시작..pdf

'3Dmax' 카테고리의 다른 글

Pflow to Splines Script.  (0) 2015.11.29
3D lighting(R,G,B Pass)  (0) 2015.08.27
3D MAX Perspective Mode Fade out. 문제해결방법  (0) 2015.07.22
화면 단축키.  (0) 2014.06.09
matte빼기.  (0) 2012.08.30
Maya 2015. 8. 4. 15:20

Maya unknown node에러.

이 에러때분에 일주일간 스트레스 받았는데..작업하다 꺼지고 랜더링 걸다 에러나고..더 심하게는 아예 저장파일이 안열리거나...

덕분에 살았다.


출저

http://blog.naver.com/cyberholy/50099228288


http://juss-usa.blogspot.kr/2010/02/file-contains-unknown-nodes-or-data.html





Some people happens to run into a problem when trying to save a Maya Binary (.MB) file to Maya ASCII (.MA) file. An error message would pop up mentioning, 'File contains unknown nodes or data. To preserve this information, the current file type cannot be changed.' 


In this case, you can write this MEL script to look for the 'unknown' node(s):


ls -type unknown;


A list of unknown node(s) will be generated.

You can delete them by typing:


delete `ls -type unknown`;


By deleting the unknown nodes, the problem should be solved. =]


 UPDATED 12.01.2010 :

Thank you to Ariel for adding extra info.

If it says "Cannot delete locked node", make sure you get the name of that node and select it, and then type:


lockNode -l 0;

Then type again:


ls -type unknown;

delete `ls -type unknown`;



간단히 하자면은 


ls -type unknown;


delete `ls -type unknown`;


을 MEL스크립트 창에 써넣으시고 실행하시면 됩니다.




'Maya' 카테고리의 다른 글

Maya Error.  (0) 2015.06.30
MAX, MAYA 2016의 새로운 기능.  (0) 2015.06.17
Tutorial Maya Fluid - Fire&Smoke separated layers.  (0) 2015.05.23
랜더링 에러.  (0) 2015.05.15
Maya Blackbody.  (0) 2015.04.09
3Dmax/FumeFX 2015. 7. 27. 10:32

fumefx DLL FumeFX_TP.dlo 에러.

FumeFx설치후 TP에러..

아오..ㅜ 뭔 에러가 이렇게 많은지.ㅎㅎ



https://www.youtube.com/watch?v=pH--Mg_3vhI

여기 영상을 그대로 보고 하시면 됩니다.

더 간단한거 위에 사진캡쳐 부분처럼 TP를 삭제하시면 됩니다.