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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-10-06 18:27:22 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-10-06 18:27:22 +0400
commit02158e4b98588d3175f188b9f4697aa0d1eb88a6 (patch)
tree6980207f2a908b90b92a03546f1a84008114948a /io_import_gimp_image_to_scene.py
parentf3070e7ed17bb2afa6037f259e853df9eb394101 (diff)
Fix #28818: Error when trying to import obj
Fix #28816: Error when importing obj file with texture due to api change Update obj importer and xcf importer to use new post-texface api.
Diffstat (limited to 'io_import_gimp_image_to_scene.py')
-rw-r--r--io_import_gimp_image_to_scene.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index 4632c227..1fd98b28 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -354,7 +354,6 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\
UVFace = Active.data.uv_textures[0].data[0]
UVFace.image = Img
- UVFace.use_image = True
Tex.image = Img
@@ -377,7 +376,6 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\
UVFace = Active.data.uv_textures[0].data[0]
UVFace.image = Img
- UVFace.use_image = True
Tex.image = Img