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

Refactor Integrate Asset #3530

Merged
merged 100 commits into from
Jul 22, 2022
Merged

Refactor Integrate Asset #3530

merged 100 commits into from
Jul 22, 2022

Commits on Mar 16, 2022

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

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    ae1a9ff View commit details
    Browse the repository at this point in the history
  2. Fix hound

    BigRoy committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    9f6cc5d View commit details
    Browse the repository at this point in the history
  3. Continue refactor, restore functionality - now can correctly publish …

    …as before (rudimentary tested only)
    BigRoy committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    56bcd8c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Merge remote-tracking branch 'upstream/develop' into refactor_integrator

    # Conflicts:
    #	openpype/plugins/publish/integrate_new.py
    BigRoy committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    4c03092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8996280 View commit details
    Browse the repository at this point in the history
  3. Remove prepare anatomy data logic that is already collected/generated…

    … in CollectAnatomyContextData and CollectAnatomyInstanceData.
    
    This currently was duplicated logic and should not be handled in the Integrator
    BigRoy committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    177e244 View commit details
    Browse the repository at this point in the history
  4. Move logic to clarify what should be removed/moved and bring logic cl…

    …oser to where it's used
    BigRoy committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    3fd2d02 View commit details
    Browse the repository at this point in the history
  5. Simplify profile filtering

    BigRoy committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8edfb3f View commit details
    Browse the repository at this point in the history
  6. Re-use get families logic

    BigRoy committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    79286ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6c6827 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47259f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    b128e0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9997acb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b1f6eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3369c15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42175ff View commit details
    Browse the repository at this point in the history
  6. Fix sequence functionality

    BigRoy committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7713af5 View commit details
    Browse the repository at this point in the history
  7. Reformat code

    BigRoy committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    229626b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1eb088 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

  1. Move FileTransaction into lib

    BigRoy committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    e0aaa5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3cb32e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c5ad1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fffc60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    177e83e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7189954 View commit details
    Browse the repository at this point in the history
  7. Move Subset Grouping Profiles settings to Collect Subset Group

    - This is moved from the Integrate Asset New settings
    BigRoy committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    8f8b578 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ff7167 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    821293d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3e0162 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbdb385 View commit details
    Browse the repository at this point in the history
  12. Match assertion for collection of files (allow no absolute paths) sim…

    …ilar to single files
    BigRoy committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    1844281 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Also Bulk Write representation changes + more cleanup

    - Don't create intermediate archived representations
    - Move writing of Subset + Version to database to just before file transactions
    - Perform ReplaceOne for version instead of update with "$set" for the full version
    BigRoy committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    8e0161b View commit details
    Browse the repository at this point in the history
  2. Fix class type

    BigRoy committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ba2c6e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6665e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2777c36 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Fix message

    BigRoy committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    add4958 View commit details
    Browse the repository at this point in the history
  2. Fix message

    BigRoy committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    77b5c24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    127f198 View commit details
    Browse the repository at this point in the history
  4. Unify usage of clique.assemble

    BigRoy committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0c2c60d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44d6199 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2a77b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fe6841 View commit details
    Browse the repository at this point in the history
  8. Improve docstring

    BigRoy committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a7a908d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    e37b9f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec9684 View commit details
    Browse the repository at this point in the history
  3. Remove double entry of "task"

    BigRoy committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    6733df7 View commit details
    Browse the repository at this point in the history
  4. Add comment

    BigRoy committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    c95c9f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65691bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d83f3c View commit details
    Browse the repository at this point in the history
  7. Also include file infos of resource files like textures into each rep…

    …resentation
    
    - This should fix Site Sync for lookdev textures, etc.
    BigRoy committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    89376a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e620955 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52fd21d View commit details
    Browse the repository at this point in the history
  10. Add todo

    BigRoy committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    4c78976 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e095bc View commit details
    Browse the repository at this point in the history
  12. Never shift udim sequences

    BigRoy committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    b12b1c8 View commit details
    Browse the repository at this point in the history
  13. add todo/question

    BigRoy committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    f7d35c4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    70bfdd0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Improve clarity of comment

    BigRoy committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    45745cc View commit details
    Browse the repository at this point in the history
  2. Add comment

    BigRoy committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    fe72197 View commit details
    Browse the repository at this point in the history
  3. tweak comment

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

Commits on Apr 7, 2022

  1. Merge remote-tracking branch 'upstream/develop' into refactor_integrator

    # Conflicts:
    #	openpype/plugins/publish/integrate_new.py
    BigRoy committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    7fa224a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge remote-tracking branch 'upstream/develop' into refactor_integrator

    # Conflicts:
    #	openpype/plugins/publish/integrate_new.py
    BigRoy committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    971dfff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2deb3 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    BigRoy committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0fdd4f1 View commit details
    Browse the repository at this point in the history
  4. Store alt sites in a set

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

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    cf302dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a970b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae1acb9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Merge remote-tracking branch 'upstream/develop' into refactor_integrator

    # Conflicts:
    #	openpype/plugins/publish/integrate_new.py
    BigRoy committed May 2, 2022
    Configuration menu
    Copy the full SHA
    398ccf9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Merge remote-tracking branch 'upstream/develop' into refactor_integrator

    # Conflicts:
    #	openpype/plugins/publish/integrate_new.py
    BigRoy committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b5e0b3b View commit details
    Browse the repository at this point in the history
  2. Move IntegrateAsset

    BigRoy committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3e058c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd2d07e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    271a829 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    148ac26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    035c4d2 View commit details
    Browse the repository at this point in the history
  7. Remove 'intent' context data override

    @iLLiCiTiT says: Intent should be a dictionary with "value" and "label", to be able tell if you want use value or label of the intent in templates.
    BigRoy committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a375763 View commit details
    Browse the repository at this point in the history
  8. Refactor integrator labels

    BigRoy committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b4697b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    f2ce000 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45473c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    9ef9c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7646c54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c59f15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84781c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    842cf06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1784fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7016ca4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d04abc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79c01bd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    f398fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a024d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ebd4b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c457b2 View commit details
    Browse the repository at this point in the history
  5. fixed data access

    iLLiCiTiT committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    30db574 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c35cbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc569c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76c594a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. keep subset group template settings but mark them as deprecated with …

    …hint where to move the value
    iLLiCiTiT committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    037ed71 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. fixing the host condition

    mkolar committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    69246a7 View commit details
    Browse the repository at this point in the history