Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-05-01 10:50:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-01 10:50:43 +0400
commit9fe1fe0aa8a82ff59932db40b36ff46644297f0b (patch)
treed1b7943ecdf528caba4c67557240ac59f02435af /source/blender/collada/MeshImporter.cpp
parentae4fda82b026ae6e2b003c1105f329b7e76582b0 (diff)
bmesh py api:
add mtexpoly image access
Diffstat (limited to 'source/blender/collada/MeshImporter.cpp')
-rw-r--r--source/blender/collada/MeshImporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/collada/MeshImporter.cpp b/source/blender/collada/MeshImporter.cpp
index 0bf33206fa7..73b2a1c23ad 100644
--- a/source/blender/collada/MeshImporter.cpp
+++ b/source/blender/collada/MeshImporter.cpp
@@ -845,7 +845,6 @@ MTFace *MeshImporter::assign_material_to_geom(COLLADAFW::MaterialBinding cmateri
prim.mface++;
// bind texture images to faces
if (texture_face && (*color_texture)) {
- texture_face->mode = TF_TEX;
texture_face->tpage = (Image*)(*color_texture)->tex->ima;
texture_face++;
}