blenderproc.python.utility.DefaultConfig module
All default values are stored here.
- class blenderproc.python.utility.DefaultConfig.DefaultConfig[source]
Bases:
object
All the default config values are specified in this class.
- antialiasing_distance_max = 10000
- ao_bounces_render = 3
- clip_end = 1000
- clip_start = 0.1
- color_depth = 8
- cpu_threads = 1
- default_pip_packages = ['wheel', 'pyyaml==5.1.2', 'imageio==2.9.0', 'gitpython==3.1.18', 'scikit-image==0.19.2', 'pypng==0.0.20', 'scipy==1.11.3', 'matplotlib==3.5.1', 'pytz==2021.1', 'h5py==3.6.0', 'Pillow==8.3.2', 'opencv-contrib-python==4.5.5.64', 'scikit-learn==1.0.2', 'python-dateutil==2.8.2', 'rich==12.6.0', 'trimesh==3.21.5', 'pyrender==0.1.45']
- denoiser = 'INTEL'
- diffuse_bounces = 3
- enable_transparency = False
- file_format = 'PNG'
- fov = 0.691111
- glossy_bounces = 0
- jpg_quality = 95
- lens_unit = 'FOV'
- max_bounces = 3
- pixel_aspect_x = 1
- pixel_aspect_y = 1
- resolution_x = 512
- resolution_y = 512
- samples = 1024
- sampling_noise_threshold = 0.01
- shift_x = 0
- shift_y = 0
- simplify_subdivision_render = 3
- stereo_convergence_distance = 1e-05
- stereo_convergence_mode = 'PARALLEL'
- stereo_interocular_distance = 0.065
- transmission_bounces = 0
- transparency_bounces = 8
- volume_bounces = 0
- world_background = [0.05, 0.05, 0.05]