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
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
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
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
Kayla Man
360a7d2d8d
Merge pull request #952 from ynput/enhancement/add-unreal-to-extract-thumbnails
...
Thumbnails: add Unreal to hosts
2024-10-14 16:41:34 +08:00
Ondřej Samohel
36541c5aae
🎨 add unreal to hosts
...
unreal can do local rendering/publishing and without it, it is missing thumbnail.
2024-10-11 17:45:41 +02:00
Ondřej Samohel
43edcb82b7
⚗️ add dependencies necessary to run tests
2024-10-10 14:29:16 +02:00
Ondřej Samohel
6d07307898
♻️ refactor TraitsData to Representation
...
added few helper methods to query/set/remove bunch of traits at once
2024-10-10 14:28:53 +02:00
Ondřej Samohel
3981a2e4da
⚗️ add tests
2024-10-10 11:28:00 +02:00
Ondřej Samohel
092325e64e
🎨 implement TraitsData
2024-10-09 17:40:22 +02:00
Ondřej Samohel
88a4aa15ee
♻️ tweak ruff linting
2024-10-09 17:36:20 +02:00
Jakub Trllo
d759c9b41a
Merge pull request #753 from MustafaJafar/feature/add_pyblish_debug_stepper_to_exprimental_tools
...
Experimental tool: Pyblish debug stepper
2024-10-09 10:52:15 +02:00
Jakub Trllo
4aea1c9170
Merge branch 'develop' into feature/add_pyblish_debug_stepper_to_exprimental_tools
2024-10-09 10:51:47 +02:00
Ondřej Samohel
b9774e4912
🔧 WIP on feature/909-define-basic-trait-type-using-dataclasses
2024-10-08 15:39:22 +02:00
Ondřej Samohel
5118c3c486
Merge remote-tracking branch 'origin/develop' into feature/909-define-basic-trait-type-using-dataclasses
2024-10-08 15:06:40 +02:00
Jakub Trllo
1489d98b3a
Merge pull request #889 from ynput/enhancement/attr-defs-better-arg-names
...
Attribute definitions: Positive argument names
2024-10-08 12:33:31 +02:00
Roy Nieterau
f27a57b7e4
Merge branch 'develop' into enhancement/attr-defs-better-arg-names
2024-10-07 17:36:16 +02:00
Ondřej Samohel
6651a61a90
Merge pull request #932 from BigRoy/enhancement/AY-6092_allow_update_between_compatible_representations
...
Allow representation switch on update if representation does not exist
2024-10-07 14:42:09 +02:00
Roy Nieterau
57cfcb4d57
Merge branch 'develop' into enhancement/AY-6092_allow_update_between_compatible_representations
2024-10-07 12:15:02 +02:00
Jakub Trllo
92485f180d
Merge pull request #939 from BigRoy/enhancement/cinema4d_add_last_workfile
...
Cinema4D: Open last workfile on launch
2024-10-04 10:52:59 +02:00
Roy Nieterau
ceafd5b6d9
Cinema4D: Open last workfile on launch
2024-10-04 02:11:42 +02:00
Jakub Trllo
64a6322bb0
Merge pull request #938 from ynput/bugfix/937-publish-validation-errors-show-traceback-in-artist-facing-reports
...
Publisher: Remove pyblish exception log from records
2024-10-03 23:02:00 +02:00
Jakub Trllo
820fd54a56
remove pyblish exception logfrom records
2024-10-03 17:39:10 +02:00
Ynbot
d2cbdc1d21
[Automated] Update version in package.py for develop
2024-10-03 14:27:53 +00:00
Ynbot
162a47db60
[Automated] Add generated package files from main
2024-10-03 14:27:19 +00:00
Robin De Lillo
67b974879d
Merge pull request #936 from ynput/bugfix/#895_fix_rounding_rates_computation
...
Fix NTSC framerates floating issue comparison.
2024-10-03 10:19:34 -04:00
robin
4096530a47
Merge branch 'develop' into bugfix/#895_fix_rounding_rates_computation
2024-10-03 10:18:39 -04:00
robin
412b4b8d3a
Address feedback from PR.
2024-10-03 10:18:12 -04:00
Jakub Trllo
74da1cefcf
Merge pull request #877 from ynput/enhancement/publisher-ui-does-not-log-to-console
...
Publisher: Do not log to console
2024-10-03 15:52:36 +02:00
Jakub Trllo
c315c96755
print logs based on env variable
2024-10-03 15:51:46 +02:00