Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarcontar committed Feb 23, 2021
1 parent ef69655 commit 7daaf93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io_mesh_w3d/common/utils/animation_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def retrieve_channels(obj, hierarchy, timecoded, name=None):
channels = []

for fcu in obj.animation_data.action.fcurves:
fcu.update()
if name is None:
values = fcu.data_path.split('"')
if len(values) == 1:
Expand Down

0 comments on commit 7daaf93

Please sign in to comment.