Commit graph

41664 commits

Author SHA1 Message Date
Ondřej Samohel
b0bd488e4c
♻️ add traits and docstrings
sync traits declared in #909
2024-11-04 19:22:02 +01:00
Ondřej Samohel
ba49b65920
🔥 remove integrator from this branch 2024-11-04 16:19:31 +01:00
Ondřej Samohel
ba3497b7bd
Merge remote-tracking branch 'origin/feature/909-define-basic-trait-type-using-dataclasses' into feature/909-define-basic-trait-type-using-dataclasses 2024-11-04 16:14:14 +01:00
Ondřej Samohel
8698c815d1
:burn: remove unnecessary init files 2024-11-04 16:14:02 +01:00
Ondřej Samohel
282edd9695
Update client/ayon_core/pipeline/traits/time.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-10-31 18:36:15 +01:00
Ondřej Samohel
c559d5bd19
Merge remote-tracking branch 'origin/feature/909-define-basic-trait-type-using-dataclasses' into feature/909-define-basic-trait-type-using-dataclasses 2024-10-25 17:14:26 +02:00
Ondřej Samohel
37ebb8ad2d
Merge remote-tracking branch 'origin/develop' into feature/909-define-basic-trait-type-using-dataclasses 2024-10-25 17:13:36 +02:00
Ondřej Samohel
edefade158
🎨 added id and name to representation
also added versionless trait id processing and trait validation
2024-10-25 17:13:21 +02:00
Ondřej Samohel
664d83962e
🎨 added id and name to representation
also added versionless trait id processing and trait validation
2024-10-25 17:12:18 +02:00
Jakub Trllo
54bb5c51b9 udated release trigger action 2024-10-25 17:00:27 +02:00
Roy Nieterau
138debc17c
Merge pull request #971 from ynput/bugfix/use-markdown-instead-html
Settings: Use markdown instead of html tags
2024-10-25 15:53:06 +02:00
Jakub Trllo
a28f4959e6 replace html tags with markdown 2024-10-25 14:40:36 +02:00
Jakub Trllo
f11fba0a14
Merge pull request #968 from ynput/enhancement/804-make-publishattributevalues-behave-like-dict-when-iterating
Create Attribute values: Implemented iter
2024-10-24 23:14:11 +02:00
Jakub Trllo
9c9f02f0d2 implemented iter 2024-10-24 14:51:31 +02:00
Ynbot
d2ee4167ae [Automated] Update version in package.py for develop 2024-10-23 14:49:58 +00:00
Ynbot
0e8b129d6a [Automated] Add generated package files to main 2024-10-23 14:49:16 +00:00
Jakub Trllo
d80ae9fab6
Merge pull request #935 from ynput/enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes
Create Context: Per instance attributes and Callbacks
2024-10-21 14:11:59 +02:00
Ondřej Samohel
4b3469c5ae
🔧 adding project based test
note that this needs `pytest-ayon` dependency to run that will be added in subsequent commits
2024-10-21 11:38:06 +02:00
Jakub Trllo
c93f3449b6 ignore publish attributes without attribute definitions 2024-10-21 11:15:49 +02:00
Ondřej Samohel
913a188366
Merge branch 'feature/909-define-basic-trait-type-using-dataclasses' into feature/911-new-traits-based-integrator 2024-10-17 14:50:26 +02:00
Ondřej Samohel
4bd570602d
♻️ make some properties optional 2024-10-17 14:50:12 +02:00
Ondřej Samohel
a299f8edd3
🐛 fix test fixture 2024-10-17 14:44:15 +02:00
Ondřej Samohel
4e0f9b4237
🔧 WIP on the integrator 2024-10-17 14:41:58 +02:00
Ondřej Samohel
2b572ae773
🎨 introduce name and id for representation 2024-10-16 17:51:56 +02:00
Ondřej Samohel
03dcc370e9
🎨 add some more traits 2024-10-16 17:36:30 +02:00
Ondřej Samohel
de4d5b955a
Auto stash before merge of "feature/909-define-basic-trait-type-using-dataclasses" and "origin/develop" 2024-10-16 16:54:59 +02:00
Ondřej Samohel
c0cf227bc9
Merge remote-tracking branch 'origin/develop' into feature/909-define-basic-trait-type-using-dataclasses 2024-10-16 15:21:41 +02:00
Jakub Trllo
73196f8a08
Merge branch 'develop' into enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes 2024-10-16 15:03:48 +02:00
Ynbot
47b5d90495 [Automated] Update version in package.py for develop 2024-10-16 09:34:49 +00:00
Ynbot
1eb25ef945 [Automated] Add generated package files to main 2024-10-16 09:34:12 +00:00
Jakub Trllo
3212b2ff15
Merge pull request #955 from BigRoy/enhancement/AY-6945_fix_single_frame_render_job_publish
Fix single frame publishing for publish job on farm (to Deadline from e.g. Maya)
2024-10-16 11:06:59 +02:00
Roy Nieterau
e23ca3f0d1
Merge branch 'develop' into enhancement/AY-6945_fix_single_frame_render_job_publish 2024-10-16 00:55:06 +02:00
Roy Nieterau
b239cdd891 Fix single frame publishing (from e.g. Maya)
Also fixes it for other hosts that use instance.data[`expectedFiles`] with the value being `list[dict[str, list[str]]]` (Basically the files per AOV, where the list of filenames is `list[str]` but the integrator and other areas really want a single `str` insteaf of `list[str]` if it's a single frame)
2024-10-16 00:06:40 +02:00
Ynbot
50cad97cad [Automated] Update version in package.py for develop 2024-10-15 14:23:14 +00:00
Ynbot
ceedd7fbcd [Automated] Add generated package files to main 2024-10-15 14:22:34 +00:00
Jakub Trllo
22c104932e
Merge pull request #954 from ynput/enhancement/929-ay-6777_compute-full-anatomy-data-for-deliver-versions-action
Delivery: Fill hierarchy data unused during publishing
2024-10-15 15:52:29 +02:00
Jakub Trllo
d15740e33f fix import 2024-10-15 15:30:50 +02:00
Jakub Trllo
e175121d0a fix typo 2024-10-15 13:55:38 +02:00
Jakub Trllo
ebdd757c66 fix imports 2024-10-15 13:55:24 +02:00
Jakub Trllo
f1a1e77134 added new function to calculate representation delivery data 2024-10-15 12:23:11 +02:00
Ondřej Samohel
9b3e1cec0e
⚗️ fix tests 2024-10-14 22:47:31 +02:00
Ondřej Samohel
e0a6e1767c
♻️ add traits and refactor api 2024-10-14 22:36:16 +02:00
Jakub Trllo
53e1479aac
Merge branch 'develop' into enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes 2024-10-14 18:03:52 +02:00
Jakub Trllo
6a53253ca1 removed unused import 2024-10-14 17:58:50 +02:00
Jakub Trllo
8b5e3e7d77 implemented active state in list view 2024-10-14 17:54:34 +02:00
Jakub Trllo
c3641b380d card view widget is able to change active state 2024-10-14 16:11:04 +02:00
Jakub Trllo
22c3142894 added helper method to change active state 2024-10-14 16:05:59 +02:00
Jakub Trllo
a21341ad15 views are propagating context changes 2024-10-14 11:43:38 +02:00
Jakub Trllo
cc3aa6936e remove unnecessary callbacks 2024-10-14 11:30:06 +02:00
Jakub Trllo
5f380d244b consider active as context change 2024-10-14 11:29:55 +02:00