[Bf-extensions-cvs] [9c46a10] master: removed duplicated import statements in previous commit. https://developer.blender.org/T40356 (original patch)

Brendon Murphy noreply at git.blender.org
Mon Aug 4 16:43:05 CEST 2014


Commit: 9c46a10d07e8ab0cea3734c509c54d21205ea1e2
Author: Brendon Murphy
Date:   Tue Aug 5 00:42:17 2014 +1000
Branches: master
https://developer.blender.org/rBA9c46a10d07e8ab0cea3734c509c54d21205ea1e2

removed duplicated import statements in previous commit. https://developer.blender.org/T40356 (original patch)

===================================================================

M	add_mesh_extra_objects/__init__.py

===================================================================

diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index 9c35a1b..c947ea8 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -45,7 +45,6 @@ if "bpy" in locals():
     imp.reload(add_mesh_honeycomb)
     imp.reload(add_mesh_teapot)
     imp.reload(add_mesh_pipe_joint)
-    imp.reload(add_mesh_teapot)
     imp.reload(add_mesh_solid)
 
 else:
@@ -61,7 +60,6 @@ else:
     from . import add_mesh_honeycomb
     from . import add_mesh_teapot
     from . import add_mesh_pipe_joint
-    from . import add_mesh_teapot
     from . import add_mesh_solid
 
 import bpy



More information about the Bf-extensions-cvs mailing list