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

Photoshop: make new publisher default #4051

Merged

Commits on Oct 31, 2022

  1. OP-3908 - whitelist all DCC but Adobe

    Going further Adobe DCC should switch to new publisher by default, eg. Publisher is not experimental for them anymore.
    kalisp committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e14b0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c43180a View commit details
    Browse the repository at this point in the history
  3. OP-3908 - updated extension menu

    Updated extension version number
    kalisp committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    73c6dc1 View commit details
    Browse the repository at this point in the history
  4. OP-3908 - fix - wrong regex

    kalisp committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bc945e9 View commit details
    Browse the repository at this point in the history
  5. OP-3908 - remove SubsetManager rout

    Functionality already in Publisher.
    Moved list_instances and remove_instances directly into PhotoshopHost (needed for Creators).
    kalisp committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7809f83 View commit details
    Browse the repository at this point in the history
  6. OP-3908 - modified host registration

    Use PhotoshopHost class instead to standardize.
    kalisp committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e500cae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9b3388 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    645971c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. OP-3908 - fix renaming, keep layer name

    If subset was created with layer name, keep it when renaming.
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    54828e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    638f823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    298fbca View commit details
    Browse the repository at this point in the history
  4. formatting changes

    iLLiCiTiT committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c178d6e View commit details
    Browse the repository at this point in the history
  5. OP-3908 - fix - pass None as instance argument

    get_dynamic_data requires instance as positional argument
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    352d5c8 View commit details
    Browse the repository at this point in the history
  6. OP-3908 - remove workio file

    Ingested into PhotoshopHost
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    0af6d3f View commit details
    Browse the repository at this point in the history
  7. OP-3908 - remove subset manager menu item

    Obsolete, replaced by Publisher
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c2aa33c View commit details
    Browse the repository at this point in the history
  8. OP-3908 - remove legacy creator

    Replaced by Publisher
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a04663c View commit details
    Browse the repository at this point in the history
  9. OP-3908 - return Manage to menu

    Manage should trigger Scene Manager, eg. loaded containers
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    2fb06c9 View commit details
    Browse the repository at this point in the history
  10. OP-3908 - return Manage to menu

    Manage should trigger Scene Manager, eg. loaded containers
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    084ce97 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4161b3b View commit details
    Browse the repository at this point in the history
  12. fix too long line

    iLLiCiTiT committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f1e198e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bd72e16 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    761d624 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4053 from pypeclub/bugfix/OP-4054_Loader-mutlisel…

    …ection-loading-not-working-on-matching-representation
    
    Loader: Fix comparison of repre name
    iLLiCiTiT authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d9b4c3f View commit details
    Browse the repository at this point in the history
  16. Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/O…

    …P-3908_Make-New-Publisher-default-in-Photoshop
    kalisp committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ddb77c2 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #4048 from pypeclub/feature/publisher_delayed_reset

    Publisher: Better reset defer
    iLLiCiTiT authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    4850b57 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    58832dd View commit details
    Browse the repository at this point in the history
  2. [Automated] Bump version

    OpenPype committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    bae7a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    862a932 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4050 from pypeclub/bugfix/OP-4256_Deadline-extrac…

    …t-environment-subprocess-failure
    
    Deadline: Extract environment subprocess failure
    iLLiCiTiT authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    52903dd View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/O…

    …P-3908_Make-New-Publisher-default-in-Photoshop
    kalisp committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a733184 View commit details
    Browse the repository at this point in the history
  6. OP-3908 - added missed xml help

    Added optionality to validator as
    kalisp committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1a6cc37 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/release/3.15.x' into feature/OP-…

    …3908_Make-New-Publisher-default-in-Photoshop
    kalisp committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    296c2e1 View commit details
    Browse the repository at this point in the history
  8. OP-3908 - remove overwrite __init__

    Overrriding __init__ is not necessary.
    
    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    60b21fb View commit details
    Browse the repository at this point in the history
  9. OP-3908 - use host on Creator

    Initialize of PhotoshopHost might be potentially expensive
    
    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0f4d15e View commit details
    Browse the repository at this point in the history
  10. OP-3908 - remove initialization of PhotoshopHost

    Initialization might be expensive, use self.host instead.
    kalisp committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ec66544 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e90759 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5205f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53467f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eaa097d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. OP-3908 - added caching of list_instances

    list_instances could be expensive in larger workfiles, it makes sense to cache it for all creator, but only for collecting phase. (This is why creator.collection_shared_data is used.)
    kalisp committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    dfb79da View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/publisher_common_cache_f…

    …unction' into feature/OP-3908_Make-New-Publisher-default-in-Photoshop
    kalisp committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    28e8728 View commit details
    Browse the repository at this point in the history
  3. OP-3908 - use caching function from creator

    In between cache function was extracted into creator_plugins, use this to standardize betwen different hosts.
    kalisp committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d6ffdc9 View commit details
    Browse the repository at this point in the history
  4. OP-3908 - fix - use family to filter instances

    cached instances are dictionary where keys are creator identifier, eg family.
    kalisp committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    dee4d18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e9c0a5 View commit details
    Browse the repository at this point in the history
  6. OP-3908 - revert back to PS cache

    Standard approach doesn't handle legacy instances, eg. instance without creator_identifier.
    kalisp committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    cb5c8c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7825367 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fbaa23b View commit details
    Browse the repository at this point in the history
  9. OP-3908 - Hound

    kalisp committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    7981b40 View commit details
    Browse the repository at this point in the history
  10. OP-3908 - remove uninstall

    Not needed, not used anywhere.
    kalisp committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    47da172 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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