Assimp
v3.1.1 (June 2014)
|
Functions | |
def | clean (f) |
def | extract_zip () |
def | gen_db (ext_list, outfile) |
def | make_zip () |
def | process_dir (d, outfile, file_filter) |
Variables | |
assimp_bin_path = sys.argv[1] | |
err | |
ext_list = m[10:].split(",") | |
nozip = True | |
outfile = open(os.path.join("..", "results", "gen_regression_db_output.txt"), "w") | |
preview = True | |
stdout | |
string | usage |
def gen_db.clean | ( | f | ) |
def gen_db.extract_zip | ( | ) |
Unzip <settings.database_name>.zip to ./<settings.database_name>
def gen_db.gen_db | ( | ext_list, | |
outfile | |||
) |
Generate the crash dump database in ./<settings.database_name>
def gen_db.make_zip | ( | ) |
Zip the contents of ./<settings.database_name> to <settings.database_name>.zip using DEFLATE compression to minimize the file size.
def gen_db.process_dir | ( | d, | |
outfile, | |||
file_filter | |||
) |
Generate small dump records for all files in 'd'
gen_db.assimp_bin_path = sys.argv[1] |
gen_db.err |
gen_db.ext_list = m[10:].split(",") |
bool gen_db.nozip = True |
gen_db.outfile = open(os.path.join("..", "results", "gen_regression_db_output.txt"), "w") |
bool gen_db.preview = True |
gen_db.stdout |
string gen_db.usage |