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

EMSUSD-671 fix reloading scene with layers saved in the Maya scene #3518

Merged
merged 1 commit into from
Dec 21, 2023

Commits on Dec 14, 2023

  1. EMSUSD-671 fix reloading scene with layers saved in the Maya scene

    When reloading a scene that contained layers serialized directly in the scene,
    sub-layers would be lost because they were anonymous layers but on reload that
    status was lost and the sub-layer would be lost whenever the stage got recomputed.
    
    Fix this by remembering that the sub-layer are anonymous on reload.
    
    Add unit test to verify lost layer fix
    
    - Add comments to the layer manager serialization test and fix the layer being targeted.
    - Refactor common code in proxy shape saving tests.
    - Add more checks in the proxy shape saving test to verify that the contents are correct afetr reload and after recompute.
    pierrebai-adsk committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b8672f5 View commit details
    Browse the repository at this point in the history