X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fmaterial.py;h=88e251b8d7d4f9cd4e569a956a82286a332ddfb8;hp=73f33d5c29a669eccdb235e0823dea95a1086209;hb=9b371e56adc1d6be89f2d30881c3759a0d5f8eca;hpb=5b19e93f2eb5db3c97a17d63250716c26a01b53f diff --git a/blender/io_mspgl/material.py b/blender/io_mspgl/material.py index 73f33d5c..88e251b8 100644 --- a/blender/io_mspgl/material.py +++ b/blender/io_mspgl/material.py @@ -124,6 +124,7 @@ class Material: self.uniforms = material.uniforms[:] self.receive_shadows = material.receive_shadows self.cast_shadows = (material.shadow_method!='NONE') + self.blended = (material.blend_method=='BLEND') self.image_based_lighting = material.image_based_lighting if self.render_mode=='EXTERNAL' and not self.technique: