Update
This commit is contained in:
@@ -770,7 +770,7 @@ class KeyTransformSlider_Gui(object):
|
||||
fv = G.KT_keyValues[n][fi]
|
||||
lv = G.KT_keyValues[n][li]
|
||||
|
||||
for x in xrange(ti-2, -1, -1):
|
||||
for x in range(ti-2, -1, -1):
|
||||
v = G.KT_keyValues[n][fi+x+1]
|
||||
if v == fv == lv:
|
||||
del G.KT_keysSel[n][x]
|
||||
|
||||
@@ -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