[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4722] contrib/py/scripts/addons/ io_scene_fpx/fpx_import.py: fixed my previous commit ( removed shere_map_the_top from copy-n-paste)

Alexander N. alpha-beta-release at gmx.net
Sun Sep 1 23:51:50 CEST 2013


Revision: 4722
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4722
Author:   beta-tester
Date:     2013-09-01 21:51:50 +0000 (Sun, 01 Sep 2013)
Log Message:
-----------
fixed my previous commit (removed shere_map_the_top from copy-n-paste)

Modified Paths:
--------------
    contrib/py/scripts/addons/io_scene_fpx/fpx_import.py

Modified: contrib/py/scripts/addons/io_scene_fpx/fpx_import.py
===================================================================
--- contrib/py/scripts/addons/io_scene_fpx/fpx_import.py	2013-09-01 21:42:59 UTC (rev 4721)
+++ contrib/py/scripts/addons/io_scene_fpx/fpx_import.py	2013-09-01 21:51:50 UTC (rev 4722)
@@ -1716,7 +1716,7 @@
         if self.convert_to_mesh:
             self.apply_uv_map_from_texspace(obj, texture)
 
-        if texture and not sphere_map_the_top:
+        if texture:
             if self.convert_to_mesh:
                 self.append_texture_material(obj, texture, uv_layer='UVMap', light_on=True)
             else:
@@ -1762,7 +1762,7 @@
         if self.convert_to_mesh:
             self.apply_uv_map_from_texspace(obj, texture)
 
-        if texture and not sphere_map_the_top:
+        if texture:
             if self.convert_to_mesh:
                 self.append_texture_material(obj, texture, uv_layer='UVMap', light_on=True)
             else:



More information about the Bf-extensions-cvs mailing list