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

Maya: Implement iter_visible_nodes_in_range for extracting Alembics #3100

Merged
merged 12 commits into from
Jul 1, 2022

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    b74774d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Use MDGContext as context manager

    - Functionality added in Maya 2018
    - Usage without `MDGContext.makeCurrent()` is deprecated since Maya 2022
    BigRoy committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    66f8ebb View commit details
    Browse the repository at this point in the history
  2. Fix bug in iter_parents

    Previously an empty string could be yielded for e.g. `"|cube"` splitting to `["", "cube"]`
    BigRoy committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    338bb15 View commit details
    Browse the repository at this point in the history
  3. Remove redundant workaround

    BigRoy committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b7d5221 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Improve comments

    BigRoy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4c259c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    a521c87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8b479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee27389 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96150eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a29d1d4 View commit details
    Browse the repository at this point in the history
  6. Fix iterator

    BigRoy committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a99cc8f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    19a5ed7 View commit details
    Browse the repository at this point in the history