Commit graph

36 commits

Author SHA1 Message Date
Jacob Danell
8fc6978ea2 Formatted with Black 2023-03-03 16:49:11 +01:00
Jacob Danell
7176be9f92 Log msg for new_task now work for both shot and assets 2023-03-03 16:49:11 +01:00
Jacob Danell
966ba0166e Fixed delete_task msg creation to work with assets and episodes 2023-03-03 16:49:11 +01:00
Jacob Danell
95e1f95bc1 Moved all ep_dict code into one function 2023-03-03 16:49:11 +01:00
Ember Light
93eb9fce86 Update openpype/modules/kitsu/utils/sync_service.py
Co-authored-by: Félix David <felixg.david@gmail.com>
2023-03-03 16:49:11 +01:00
Jacob Danell
247778575f Project creation logs happens outside of write_project_to_op() function 2023-03-03 16:49:11 +01:00
Jacob Danell
0beec8c3a7 Fixed hound's comments 2023-03-03 16:49:11 +01:00
Jacob Danell
0d981a6129 Fixed hound's comments 2023-03-03 16:49:11 +01:00
Jacob Danell
8bf970e8b9 fixed hound's comments 2023-03-03 16:49:11 +01:00
Jacob Danell
d153e6c224 Split up the difference in name and type Assets/Shots generate
Before it was only working for shots. Now it also works for Assets.
I'm ding an elif as Kitsu now also have tasks for sequences, edits and other things.
Will try and add those in at a later stage.
2023-03-03 16:49:11 +01:00
Jacob Danell
d9ac1ee952 Cleaned up log.info() message creation 2023-03-03 16:49:11 +01:00
Jacob Danell
bcea2c70a2 Cleaned up project deletion code 2023-03-03 16:49:11 +01:00
Jacob Danell
3fc2180e51 Fixed all quotes types so they now match 2023-03-03 16:49:11 +01:00
Jacob Danell
c4f1a1f452 Fixed hound's "line too long" comments 2023-03-03 16:49:11 +01:00
Jacob Danell
1045ee0c1e Check if asset_doc exist before processing it 2023-03-03 16:49:11 +01:00
Jacob Danell
7e6c47967f Get episode_id using get() as ep_id might not always exist 2023-03-03 16:49:11 +01:00
Jacob Danell
290709705e Changed logging from f-string to .format() 2023-03-03 16:49:11 +01:00
Jacob Danell
4bc67437b6 Fixed line too long and too many '#' for comments 2023-03-03 16:49:11 +01:00
Jacob Danell
47caa76030 Updated Kitsu Sync module to fully work with all events
Manually tried all events, added logging for events and cleaned up the code some.
2023-03-03 16:49:11 +01:00
Felix David
a8969fb5c2 Feature: API token refreshed every week 2022-12-09 09:57:10 +01:00
Jakub Trllo
a6c029d9fb skip validation of zou id 2022-07-15 10:13:32 +02:00
Jakub Trllo
d393d6c895 a little bit more complicated way how to get asset matching zou id 2022-07-12 16:09:30 +02:00
Jakub Trllo
e2920ffdb5 use query functions in sync service 2022-07-12 16:08:15 +02:00
Jakub Trllo
ee370cb7a3 change project in session instead of replacing AvalonMongoDB with pymongo.Collection 2022-07-12 16:07:40 +02:00
Jakub Trllo
b4d11d4ae7 use project name function to drop project collection 2022-07-12 16:07:10 +02:00
Kaa Maurice
6e3fd1122b Kitsu bugfix update assets attributes 2022-07-05 17:13:11 +02:00
Félix David
eb5605a3ad fix updated asset skipped because of wrong name 2022-05-11 17:24:11 +02:00
Félix David
af77d5a888 fix wrong name entities makes crash: they are skipped 2022-05-11 16:37:17 +02:00
Félix David
27d9e9bd3e Fix delete project 2022-05-11 14:08:05 +02:00
Félix David
765546e6f9 fix unused var 2022-05-11 12:31:08 +02:00
Félix David
26fcd19a5d use dbcon.Session instead of collection 2022-05-11 12:29:30 +02:00
Félix David
63096b4e6b change avalon API 2022-05-04 18:26:58 +02:00
Félix David
84a13e4eb6 shots and assets custom folders root 2022-05-04 17:57:53 +02:00
Félix David
8c3b510887 Cleaning 2022-05-04 17:57:53 +02:00
Félix David
5db0c1dfa7 Python 2 compat and cleaning 2022-05-04 17:57:53 +02:00
Félix David
c39bdee433 Refactor for login system following recommendations. 2022-05-04 17:57:53 +02:00
Renamed from openpype/modules/kitsu/utils/listeners.py (Browse further)