Module: bsPostProcessingConfig
A declaration of functions which will be called in the given order for post-processing the platform. This will be done instead of calling the default post-processing script function postprocessLayerStack. The user-defined functions have to accept the same arguments as the default function postprocessLayerStack
Add a script function for post-processing.
args.bMultithread : Calling the function in parallel to process the total range of layers in several chunks at the same time.
args.nProgressWeight : A guess on how much time the function may need in relation to the other specified post-processing functions (>=1). E.g. if the first function is 10 times more time consuming than the second function then the weights should be set to 10 and 1.