Update
This commit is contained in:
@@ -294,12 +294,12 @@ class Tangents(object):
|
||||
if loopIndex in indexes:
|
||||
newIndexes.append(loopIndex)
|
||||
|
||||
"""
|
||||
print "indexList",indexList
|
||||
print "values",values
|
||||
print "difList",difList
|
||||
print "indexes",indexes
|
||||
print "newIndexes",newIndexes
|
||||
"""
|
||||
print("indexList",indexList)
|
||||
print("values",values)
|
||||
print("difList",difList)
|
||||
print("indexes",indexes)
|
||||
print("newIndexes",newIndexes)
|
||||
"""
|
||||
|
||||
return newIndexes
|
||||
|
||||
Reference in New Issue
Block a user