]> git.tdb.fi Git - libs/gl.git/blobdiff - blender/io_mspgl/export_scene.py
Miscellaneous cleanup
[libs/gl.git] / blender / io_mspgl / export_scene.py
index 7bb32efeeb927ab6c083d0bc387d7ccbf885e358..ee9c8c2ff340135e62567061df30dfecb9e3a6eb 100644 (file)
@@ -118,7 +118,7 @@ class SceneExporter:
                if scene.background_set:
                        content = resources[scene.name+".wrapper.scene"]
 
-               ss = Statement("pass", "", "content")
+               ss = Statement("step", "", "content")
                ss.sub.append(Statement("depth_test", Token("LEQUAL")))
                ss.sub.append(seq_res.create_reference_statement("lighting", resources[scene.name+".lightn"]))
                ss.sub.append(seq_res.create_reference_statement("scene", content))