Personal code projects

Hey, everyone, Here are some personal projects related to Pipeline at Gitlab and Github for your enjoyments Best, My Gitlab Landing Pag...

2011年8月7日 星期日

Maya Expression for Recycling Frame

quite simple:

1:  if (frame % $num_of_frames_in_seq = 0)  
2:     file1.frameExtension= $num_of_frames_in_seq;  
3:  else  
4:     file1.frameExtension= frame % $num_of_frames_in_seq;  
Substitute $num_of_frames_in_seq for the length of your animation

沒有留言:

張貼留言