X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspgl%2Fmaterial.py;h=73f33d5c29a669eccdb235e0823dea95a1086209;hb=2680cc0bf251db566753dbe9bf947ba6a4b083d2;hp=167751c34208e2b185bb0bdf382eaa559ef2c03c;hpb=cdb41a03865c72e69e7829641089fba4c361a56e;p=libs%2Fgl.git diff --git a/blender/io_mspgl/material.py b/blender/io_mspgl/material.py index 167751c3..73f33d5c 100644 --- a/blender/io_mspgl/material.py +++ b/blender/io_mspgl/material.py @@ -121,6 +121,7 @@ class Material: self.render_mode = material.render_mode self.technique = material.technique self.render_methods = material.render_methods[:] + self.uniforms = material.uniforms[:] self.receive_shadows = material.receive_shadows self.cast_shadows = (material.shadow_method!='NONE') self.image_based_lighting = material.image_based_lighting