Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Maya: Move implementation to OpenPype #2649

Merged
merged 2 commits into from
Feb 7, 2022
Merged

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Feb 3, 2022

Brief description

Moved Maya implementation into OpenPype.

Changes

  • moved implementation from avalon to OpenPype
  • modified imports in current OpenPype code

Testing notes:

  1. Everything should work as before in Maya

Related to PR ynput/avalon-core#418

@mkolar
Copy link
Member

mkolar commented Feb 3, 2022

Task linked: OP-2545 maya

"""Helper to iterate a maya iterator"""
while not iterator.isDone():
yield iterator.thisNode()
iterator.next()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.next() is not a thing on Python 3. Use the next() builtin. For Python 2 compatibility, use six.next().

@iLLiCiTiT iLLiCiTiT self-assigned this Feb 3, 2022
@iLLiCiTiT iLLiCiTiT added host: Maya type: enhancement Enhancements to existing functionality labels Feb 3, 2022
@m-u-r-p-h-y m-u-r-p-h-y self-requested a review February 7, 2022 12:16
@iLLiCiTiT iLLiCiTiT merged commit b5d55d0 into develop Feb 7, 2022
@iLLiCiTiT iLLiCiTiT deleted the feature/OP-2545_maya branch February 8, 2022 14:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Maya type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants