X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=blender%2Fio_mspgl%2Fmaterial.py;h=73f33d5c29a669eccdb235e0823dea95a1086209;hp=167751c34208e2b185bb0bdf382eaa559ef2c03c;hb=2680cc0bf251db566753dbe9bf947ba6a4b083d2;hpb=3e4e6a2c15b5a61f6e713e12290cd10e82b20513 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