OpenPype
OpenPype copied to clipboard
Kitsu: Add "Show in Kitsu" ( Update for selecting Assets / Shots / SubTasks folders )
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:
- Enable kitsu module and link with project
- Sync project
- In OpenPype launcher go into the project, you should see a "Show in Kitsu" button
- Select your asset or folder and click on "Show in Kitsu"