Skip to content

Commit

Permalink
Merge pull request #6 from daz3d/update/auto-ik
Browse files Browse the repository at this point in the history
Fix error to support Python2
  • Loading branch information
samjay3d authored Feb 19, 2021
2 parents efe29eb + f467018 commit af544a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cinema 4D/appdir_common/plugins/DazToC4D/DazToC4D.pyp
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ class ObjectIterator :
self.nextDepth = self.nextDepth - 1
return obj

next = __next__ #To Support Python 2.0
next = __next__ #To Support Python 2.0

class TagIterator:

Expand Down

0 comments on commit af544a9

Please sign in to comment.