2016-10-05

12 Panels




1. Angles of judgment (2015)








2. Shield (2016)








3. Coat of Arms (2017)








4. Burning Bush (2017)







5. Judgment (2017)








6. Agnus Dei (2017)











7. Grave (2017)







8. Birth (2017)








9. Water of Life (2017)








10. Cross of life (2017)








11. Delight (2017)







12. Light of God (2017)

















x

2015_animation_reel


4. python_bake object


선택한 물체를 복사해서
기존 물체에 컨스트레인을 걸고 베이크를 치는 명령어입니다.




import maya.cmds as cmds

sel = cmds.ls(sl=1)

if sel:
    new = cmds.duplicate(sel)
   
    par = cmds.parentConstraint(sel,new,mo=0)
   
    min = cmds.playbackOptions(min=1,q=1)
    max = cmds.playbackOptions(max=1,q=1)
   
    cmds.bakeResults(new,t=(min-5,max+5),at=["rx","rz","ry","tx","tz","ty"])
   
    cmds.delete(par)
   
else:
    cmds.headsUpMessage('Select Object!')




맨 마지막 문장은 없어도 됩니다. 오브젝트가 선택되지 않았을 경우
오브젝트를 선택하라는 메세지가 뜨는데 여기서 중요한 것은 아닙니다.


2013_kick


2013_deer run


2013_deer walk


2013_tiger_run


2013_dead


2013_feeling


2010_Fried chicken


- Fried chicken
I enjoyed working on this very much. It is a short animation, running for one and a half minutes. The story starts from a chick, breaking an egg, and a chick starts a journey of finding his mother. He finally arrives to where his mother is with a help of a puppy but loses his life by falling into a trap and being fried.   

예전에 만들었던 영상.
편하고 재미있게 작업했던 기억이 난다.






2016-10-02

2024_Animation_reel_Yun_Kim