Face Tracker to Nulls
  • This looks really interesting, however, it doesn't seem to run on a Mac. Perhaps the encoding is off, when I opened in ExtendScript ToolKit, it was just a mess of characters instead of an actual script :(

    Running OS-X 10.10.5

    Cheers!

    Screen grab of what I see in ExtendScript - http://imgur.com/u6RdnsS
  • sa ne marche pas
  • Fantastic!  I wish this was around sooner as I had to do it the hard way one by one with plenty of individual scripts that I found on the web!
    I love that you created a GUI of the face to be able to select what is needed.

  • bought but seems to not work anymore. :(
  • Are there any videos showing what this can be used for? 
  • I want to generate a solid square with position, scale and rotation based on a face track.
    Is this something that can be done?

    Found a script for rotation, just need to figure out scale...
    A=thisComp.layer("your layer here").effect("Face Track Points")("Right Nostril"); B=thisComp.layer("your layer here").effect("Face Track Points")("Left Nostril"); // Find the length of side a SideA = sub(A, B)[1]; // Find the length of side b SideB = sub(A, B)[0]; //Find the Angle between them radiansToDegrees(Math.atan2(SideA, SideB))+180;
  • Very helpful plugin!