Commit graph

2924 commits

Author SHA1 Message Date
Jakub Trllo
a20c3084af bump version to '0.4.2-dev.1' 2024-07-10 16:31:01 +02:00
Jakub Trllo
48a620197a '0.4.1' 2024-07-10 16:29:27 +02:00
Jakub Trllo
618a76c6af expect values as 'None' and 'QColor' 2024-07-10 16:00:01 +02:00
Jakub Trllo
8203f6eeb2 added helper function for compatibility fix 2024-07-10 14:41:57 +02:00
Jakub Trllo
02ee4f9b5f
Merge branch 'develop' into enhancement/AY-5975_Maya-Manage---Set-VersionUpdate-to-latest-action-doesnt-work-for-Image-Product-using-UDIM 2024-07-10 14:25:03 +02:00
Jakub Trllo
1232fd9e2c auto-fix udim path calculation 2024-07-10 14:19:34 +02:00
Jakub Trllo
6ffe70ddd5 don't store udims as list of integers 2024-07-10 14:16:52 +02:00
Jakub Trllo
c852a429e5 use first udim for single file 2024-07-10 14:16:34 +02:00
Petr Kalis
b5c48b0536
Merge branch 'develop' into bugfix/dirmap_for_remote_sites 2024-07-10 14:14:35 +02:00
Petr Kalis
1913a33330
Reformat TODO comment
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-07-10 14:14:04 +02:00
Petr Kalis
d36f9cdd9b Added additional TODO 2024-07-10 13:50:52 +02:00
Jakub Trllo
73ce0f1aff
Merge branch 'develop' into enhancement/update_dialog_restart_label 2024-07-10 10:18:48 +02:00
Mustafa Taher
0fd69e29e9
Merge branch 'develop' into bugfix/fix_argument_in_populate_create_placeholder 2024-07-09 23:21:30 +03:00
MustafaJafar
2e44f15dab replace task_name with task_entity 2024-07-09 23:19:32 +03:00
MustafaJafar
8b2600fb39 fix typo 2024-07-09 23:18:48 +03:00
Kayla Man
df0202742a make sure udim is not a list 2024-07-09 21:27:56 +08:00
Jakub Trllo
a15b61388a
Merge branch 'develop' into feature/AY-2480_tokens-unify-the-logic-of-anatomy-and-subset-profiles 2024-07-09 11:50:04 +02:00
Roy Nieterau
4e7ebb2332 Change label to Restart & Update 2024-07-09 10:50:48 +02:00
Roy Nieterau
b25e3d0db6 Fix broken import 2024-07-09 10:12:56 +02:00
Roy Nieterau
a782ede959 Use ayon_api.utils.convert_entity_id to validate UUID 2024-07-09 10:09:57 +02:00
Roy Nieterau
285ad4cdb3 Ignore invalid representation ids 2024-07-08 19:59:33 +02:00
Jakub Trllo
2f0a6847ab prefill project entity where we know it may be used 2024-07-08 17:43:44 +02:00
Jakub Trllo
3dffcaff01 create context does pass in project entity 2024-07-08 15:34:36 +02:00
Jakub Trllo
dc43d25d31 remove deprecated '-intra' 2024-07-08 14:11:15 +02:00
Roy Nieterau
94f06da52f
Merge branch 'develop' into feature/AY-5677_-Maya-Ornatrix-Feature-integrationunit-tests_add_rwesources_path 2024-07-08 12:50:49 +02:00
Jakub Trllo
6467df96f4 fill task short name using project entity 2024-07-04 13:43:53 +02:00
Petr Kalis
c5a68379ca Fix for dirmap for non local nor studio sites
Site Sync addon throws ValueError for no local/studio sites as it doesn't make sense to override roots for sftp or gdrive.
This handles gracefully this exception.
2024-07-03 15:49:41 +02:00
Petr Kalis
2b899008d2
Merge branch 'develop' into bugfix/AY-1232_Dirmap-does-not-work-with-sitesync 2024-07-03 13:34:03 +02:00
Kayla Man
95980b10f3 add resource paths for oxrig product type 2024-07-03 12:49:19 +08:00
Roy Nieterau
a5e46436d1 Remove unused imports 2024-07-02 13:17:01 +02:00
Roy Nieterau
8d37f49953 Cosmetics: Move argument order to match function signature 2024-07-02 12:18:44 +02:00
Roy Nieterau
379d610829 Make ext argument required but allow None 2024-07-02 12:17:21 +02:00
Roy Nieterau
2b594f3365 Remove get_template_data_with_names call as this should already have been collected in other Collectors for that. 2024-07-01 22:23:06 +02:00
Roy Nieterau
5f9cb3d550 Fix contribution layers from settings 2024-07-01 22:19:35 +02:00
Roy Nieterau
9b82215674 Cosmetics 2024-07-01 22:13:07 +02:00
Roy Nieterau
afabfeb25e Add comment 2024-07-01 22:11:01 +02:00
Roy Nieterau
2d340739e1 Support plug-in enabled state 2024-07-01 20:57:23 +02:00
Roy Nieterau
5b557213d8 Move comment along 2024-07-01 20:49:29 +02:00
Roy Nieterau
61ed277655 Expose contribution department layers and strengths to settings 2024-07-01 20:48:02 +02:00
Roy Nieterau
7f94167abc
Update client/ayon_core/plugins/publish/extract_usd_layer_contributions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-07-01 12:54:19 +02:00
Petr Kalis
1298cb5a76 AY-1232 - use faster method to check site sync enabled on project 2024-07-01 12:04:00 +02:00
Petr Kalis
d4e90a4eb2 AY-1232 - used addon's get_site_root_overrides
Addon's get_site_root_overrides should return overridden root values for any site which is overridden by Site Settings.
'studio' site is currently overridden by `Roots` tab and comes from project settings directly.
2024-07-01 12:03:28 +02:00
Petr Kalis
1ef840f0cb AY-1232 - removed unnecessary get_site_local_overrides
Has wrong arguments, it would require SiteSync addon. Used only in dirmap file, where it could be replaced directly by SiteSync addon's method.
2024-07-01 11:57:32 +02:00
Roy Nieterau
e1010f9853 Fix code
Traceback:
```
Traceback (most recent call last):
  File "C:\Users\User\AppData\Local\Ynput\AYON\dependency_packages\ayon_2403061937_windows.zip\dependencies\pyblish\plugin.py", line 527, in __explicit_process
    runner(*args)
  File "E:\dev\ayon-core\client\ayon_core\plugins\publish\extract_usd_layer_contributions.py", line 556, in process
    path = get_instance_uri_path(contribution.instance)
  File "E:\dev\ayon-core\client\ayon_core\plugins\publish\extract_usd_layer_contributions.py", line 163, in get_instance_uri_path
    path = construct_ayon_entity_uri(
  File "E:\dev\ayon-core\client\ayon_core\pipeline\entity_uri.py", line 75, in construct_ayon_entity_uri
    if version < 0:
TypeError: '<' not supported between instances of 'str' and 'int'
```
2024-06-28 17:17:30 +02:00
Roy Nieterau
25ada3029f Cosmetics 2024-06-28 17:09:14 +02:00
Roy Nieterau
2a49e4fed5 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/usd_workflow
# Conflicts:
#	client/ayon_core/pipeline/load/utils.py
2024-06-28 17:07:49 +02:00
Roy Nieterau
537676d992 Opt-out early 2024-06-28 17:05:33 +02:00
Roy Nieterau
90eeba01ab Refactor and move more functions to better locations 2024-06-28 17:04:28 +02:00
Roy Nieterau
d49a66eb7c Refactor functions based on @iLLiCiTiT comments 2024-06-28 16:52:39 +02:00
Roy Nieterau
dca474e7d1 Merge branch 'enhancement/usd_workflow' of https://github.com/BigRoy/ayon-core into enhancement/usd_workflow 2024-06-28 15:52:35 +02:00