X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fscene.py;h=c89aa3df2e3950476cebace4e765a498123ce752;hp=50ccb7c2d694fd91632ea6e36eeacdb93a1fd80f;hb=dc37334624cd43c84ed926864b15eb99196e38a2;hpb=0c59e9ddb9e4030b72bf271f4a88985932b02ef5 diff --git a/blender/io_mspgl/scene.py b/blender/io_mspgl/scene.py index 50ccb7c2..c89aa3df 100644 --- a/blender/io_mspgl/scene.py +++ b/blender/io_mspgl/scene.py @@ -29,6 +29,9 @@ class Scene: self.exposure = scene.view_settings.exposure self.use_hdr = scene.use_hdr + self.use_ao = scene.eevee.use_gtao + self.ao_distance = scene.eevee.gtao_distance + self.ao_samples = scene.ao_samples if scene.world: out_node = next((n for n in scene.world.node_tree.nodes if n.type=='OUTPUT_WORLD'), None) if out_node: