From: Mikko Rasa Date: Tue, 11 Jun 2019 21:06:28 +0000 (+0300) Subject: Remove an incorrect and unnecessary check in scene exporter X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=6a231263b8f9147579b91c3b2d6bf093a698bc7a Remove an incorrect and unnecessary check in scene exporter Technique was moved from Object to Material. --- diff --git a/blender/io_mspgl/export_scene.py b/blender/io_mspgl/export_scene.py index abdd61b0..5ec3803d 100644 --- a/blender/io_mspgl/export_scene.py +++ b/blender/io_mspgl/export_scene.py @@ -30,8 +30,6 @@ class SceneExporter: continue if u.data.name!=o.data.name: continue - if u.technique!=o.technique: - continue if any(s.link=="OBJECT" for s in u.material_slots): continue