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

Functions

def hashing (file, pp)
 

Function Documentation

◆ hashing()

def utils.hashing (   file,
  pp 
)
Map an input file and a postprocessing config to an unique hash.

The hash is used to store the item in the database. It 
needs to be persistent across different python implementations
and platforms, so we implement the hashing manually.