From fe7a3619f542dd56891df962d724fcf9254880c9 Mon Sep 17 00:00:00 2001
From: Campbell Barton <ideasman42@gmail.com>
Date: Wed, 18 Apr 2012 12:37:09 +0000
Subject: [PATCH] remove some broken code, patch by Andrew Hale but has no svn
 access atm.

---
 add_curve_sapling/utils.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/add_curve_sapling/utils.py b/add_curve_sapling/utils.py
index f74fcef33..9d7b17ca3 100644
--- a/add_curve_sapling/utils.py
+++ b/add_curve_sapling/utils.py
@@ -760,12 +760,14 @@ def addTree(props):
             leafObj.parent = treeOb
             leafMesh.from_pydata(leafVerts,(),leafFaces)
             leafMesh.validate()
-            
+
+            '''
+            # TODO: Broken after Bmesh merger, disable for now since default uvs are OK
             if leafShape == 'rect':
                 uv = leafMesh.uv_textures.new("leafUV")
                 for tf in uv.data:
                     tf.uv1, tf.uv2, tf.uv3, tf.uv4 = Vector((1, 0)), Vector((1, 1)), Vector((1 - leafScaleX, 1)), Vector((1 - leafScaleX, 0))
-
+            '''
 # This can be used if we need particle leaves
 #            if (storeN == levels-1) and leaves:
 #                normalList = []
-- 
GitLab