Crossfire Server, Trunk
make_face_from_files.py File Reference

Go to the source code of this file.

Namespaces

 make_face_from_files
 

Functions

def make_face_from_files.frame_code (frame)
 

Variables

string make_face_from_files.anim_file = "animation {0}\nfacings {1}\n".format(args.face, args.facings)
 
list make_face_from_files.anims = []
 
 make_face_from_files.args = parser.parse_args()
 
 make_face_from_files.default
 
int make_face_from_files.facing = 1
 
list make_face_from_files.facings = [1]
 
int make_face_from_files.frame = 1
 
 make_face_from_files.frames_per_direction = len(args.files) / args.facings
 
 make_face_from_files.help
 
 make_face_from_files.int
 
list make_face_from_files.magicmap = []
 
 make_face_from_files.nargs
 
 make_face_from_files.out = open("{0}.face".format(args.face), 'w')
 
 make_face_from_files.parser
 
 make_face_from_files.required
 
 make_face_from_files.str
 
 make_face_from_files.True
 
 make_face_from_files.type