https://www.youtube.com/watch?v=xJr76sTTZBc&feature=share I've been following 3Lateral for a while now, the results they get from their digi-human face rigs are among the best in the business. I admire their data driven approach to face rigging, but more importantly how the data is interpreted in a way that strongly respects real world anatomy. Nice to see a solid FACs rig in action, interfaces like these are not the most comfortable for an animator to use, but a necessary evil for this level of realism!
List all files within a given directory, useful for copy pasting a list of files. Get-ChildItem -Path <<path>> -Name Output: List all files (recursive) Get-ChildItem -Path <<path>> -Name -Recurse Output: Open a file explorer at given directory explorer <<path>> Git repo status clear $line_sep = "*************************************" # brenpy echo $line_sep echo "brenpy" echo $line_sep echo "" cd D:\Repos\brenpy git status echo "" Output: Btw code highlighting was done using the very useful http://hilite.me/
Really nice, detailed look at the Weta horse bone/muscle/fascia/fat/skin simulation. Something I'm only just noticing now is how detailed the bone movement is, right down to the tiny carpal bones, and the tendons sliding perfectly over them! Fantastic work, and fantastic reference for the rest of us!
Comments
Post a Comment