OpenPype icon indicating copy to clipboard operation
OpenPype copied to clipboard

Kitsu: Add "Show in Kitsu" ( Update for selecting Assets / Shots / SubTasks folders )

Open sebasti1a opened this issue 3 years ago • 0 comments

Brief description

Add a "Show in Kitsu" action to the OpenPype launcher.

Description

Thanks a lot for the first version of @BigRoy : https://github.com/pypeclub/OpenPype/pull/3813 I merged the code PR : https://github.com/pypeclub/OpenPype/pull/3813, and I added new functions.

Current Update Info :

When clicking on this it will allow the webbrowser to open the relevant page in Kitsu :

  • Assets : http://{domain}/productions/{project_id}/Assets?search=
  • Asset_Type : ( Props, Characters ... ) http://{domain}/productions/{project_id}/Assets?search={Asset_Type_name}
  • Asset : ( myasset_001 ) http://{domain}/productions/{project_id}/Assets/{asset_id}
  • Asset_Task : (modeling...) http://{domain}/productions/{project_id}/Assets/tasks/{task_id}

  • Shots : http://{domain}/productions/{project_id}/Shots?search=
  • Sequence : ( SQ01... ) http://{domain}/productions/{project_id}/Shots?search={sequence_name}
  • Shot : ( SH01... ) http://{domain}/productions/{project_id}/Shots/{shot_id}
  • Shot_Task ( Animation...) http://{domain}/productions/{project_id}/Shots/tasks/{task_id}

Testing notes:

  1. Enable kitsu module and link with project
  2. Sync project
  3. In OpenPype launcher go into the project, you should see a "Show in Kitsu" button
  4. Select your asset or folder and click on "Show in Kitsu"

sebasti1a avatar Sep 14 '22 10:09 sebasti1a