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

AfterEffects: refactored integrate doesnt work formulti frame publishes #3610

Commits on Aug 2, 2022

  1. OP-3684 - fix for new publisher

    New publisher expects frames in file names in '.0000.' format, AE by default provides ('_0000.'). Locally rendered files need to be renamed to appropriate format.
    kalisp committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    80b6ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    0761ba4 View commit details
    Browse the repository at this point in the history
  2. OP-3684 - added new testing class for multiframe AE publish

    Previous test published only single frame, didn't catch issue in new integrate.
    kalisp committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    67b9946 View commit details
    Browse the repository at this point in the history
  3. OP-3684 - added default to Integrate Setting to skip render.farm

    New publisher requires main family as 'render', so there will be need to skip 'render.farm' which should not be integrated during initial publish. (Currently only affecting AE.)
    kalisp committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ef60744 View commit details
    Browse the repository at this point in the history
  4. OP-3684 - Hound

    kalisp committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    d0ac6bc View commit details
    Browse the repository at this point in the history
  5. OP-3684 - revert - added default to Integrate Setting to skip render.…

    …farm"
    
    This reverts commit ef60744
    Not necessary, better to use `instance.data["farm"]`
    kalisp committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    99469a1 View commit details
    Browse the repository at this point in the history
  6. OP-3684 - use instance.data["farm"] to skip local integrate

    No Settings necessary, instance itself should hold if it is targetted for farm (eg. not locally integrated.)
    kalisp committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    bab5629 View commit details
    Browse the repository at this point in the history
  7. "OP-3684 - revert - fix for new publisher"

    This reverts commit 80b6ef9
    
    Made obsolete by #3611
    kalisp committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7cfd962 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' of github.com:pypeclub/OpenPype into bugfix/OP…

    …-3684_Refactored-integrate-doesnt-work-for-AE-multi-frame-publishes
    kalisp committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    53cf211 View commit details
    Browse the repository at this point in the history