Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAYA-129538 move commands out of context op implementation #3179

Merged
merged 6 commits into from
Jul 4, 2023

Commits on Jun 20, 2023

  1. MAYA-129538 move commands out of context op implementation

    Move the commands that implement the menu items in their own file as reusable
    UFE commands.
    
    - Fix undo of add reference and payload that were adding a delete to the prim
      lists instead of reverting the addition.
    - Wrap all move commands in Python
    - Add unit test for all commands that were moved into their own file.
    - Chang all commands to use UsdUndoableItem and UsdUndoBlock to ensure perfect
      undo.
    pierrebai-adsk committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    fb5f1cd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 26, 2023

  1. MAYA-129538 small fixes

    - Fix copyright years,
    - Fix header inclusion guards to not use pragma once.
    - Move implementation of a function to its own file.
    - Put the common text filtering test helper in the usdUtils file.
    - Modify tests to use the common function.
    pierrebai-adsk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    08e7f0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ec8e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f41fd8 View commit details
    Browse the repository at this point in the history
  4. MAYA-129538 fix compilation with older UFE

    In UFE v2, the insert-child command is declared in the hiearchy.h header.
    pierrebai-adsk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8d70e17 View commit details
    Browse the repository at this point in the history