Assimp  v4.1. (December 2018)
streamload Namespace Reference

Functions

def main ()
 
def process_dir (thisdir)
 

Variables

def res = main()
 

Detailed Description

Read all test files for a particular file format using a single
importer instance. Read them again in reversed order. This is used
to verify that a loader does proper cleanup and can be called
repeatedly.

Function Documentation

◆ main()

def streamload.main ( )
Run the test on all registered test repositories

◆ process_dir()

def streamload.process_dir (   thisdir)
Process /thisdir/ recursively

Variable Documentation

◆ res

def streamload.res = main()