Skip to content

Commit

Permalink
Merge pull request #16 from daz3d/develop
Browse files Browse the repository at this point in the history
Fix Animation always being found bug.
  • Loading branch information
samjay3d committed Jun 22, 2021
2 parents 13f9b72 + 7cfb9d4 commit 2f2e74c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cinema 4D/appdir_common/plugins/DazToC4D/lib/Animations.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ def check_animation_exists(self, joints):
tracks = joint.GetCTracks()
if len(tracks) > 0:
return True
return False

0 comments on commit 2f2e74c

Please sign in to comment.