Code cleanup: style

This commit is contained in:
Campbell Barton
2014-02-19 08:02:59 +11:00
parent acecae86dc
commit c9233bfd82
11 changed files with 18 additions and 19 deletions

View File

@@ -1105,6 +1105,7 @@ class WM_OT_properties_edit(Operator):
if prop_type_old != prop_type:
data_path = '["%s"]' % prop
done = set()
def _update(fcurves):
for fcu in fcurves:
if fcu not in done and fcu.data_path == data_path: