Showing posts with label face robot. Show all posts
Showing posts with label face robot. Show all posts

Thursday, August 19, 2010

Kill Face Robot

Paste this script into your script editor, create a custom button by dragging the script into the custom toolbar and run it whenever you find a scene with the unwanted "Face Robot" activated within it.

Script: 
DisableFaceRobot
SelectObj "ActiveFaceRobot"
DeleteObj "ActiveFaceRobot"
SelectObj "Face", "BRANCH"
DeleteObj "B:Face"
SaveScene