Assimp  v3.1.1 (June 2014)
settings Namespace Reference

Variables

string database_name = "db"
 
int dump_header_skip = 500
 
list exclude_extensions
 
list files_to_ignore = ["pond.0.ply"]
 
list model_directories
 
list pp_configs_to_test
 
 remove_old = True
 
tuple results = os.path.join("..","results")
 

Variable Documentation

string settings.database_name = "db"
int settings.dump_header_skip = 500
list settings.exclude_extensions
Initial value:
1 = [
2  ".assbin", ".assxml", ".txt", ".md",
3  ".jpeg", ".jpg", ".png", ".gif", ".tga", ".bmp",
4  ".skeleton", ".skeleton.xml", ".license", ".mtl", ".material", ".pk3"
5 ]
list settings.files_to_ignore = ["pond.0.ply"]
list settings.model_directories
Initial value:
1 = [
2  os.path.join("..","models"),
3  os.path.join("..","models-nonbsd")
4 ]
list settings.pp_configs_to_test
Initial value:
1 = [
2  "-cfull",
3  "-og -om -vds",
4  "-vds -jiv",
5  "-ptv -gsn -cts -db",
6 
7  # this is especially important: if no failures are present with this
8  # preset, the regression is most likely caused by the post
9  # processing pipeline.
10  ""
11 ]
settings.remove_old = True
tuple settings.results = os.path.join("..","results")