two4two

two4two module.

View Source
 0"""two4two module."""
 1
 2__pdoc__ = {
 3    '_blender': False,
 4}
 5
 6from two4two.bias import (
 7    ColorBiasedSampler,
 8    HighVariationColorBiasedSampler,
 9    HighVariationSampler,
10    Sampler,
11)
12from two4two.blender import render
13from two4two.scene_parameters import SceneParameters