Commit graph

41 commits

Author SHA1 Message Date
Jakub Trllo
c020085dc1 update docstring of create method 2024-03-19 15:20:12 +01:00
Jakub Trllo
72e4853712 add missing variant 'task_name' in CreateContext.create 2024-03-19 15:12:09 +01:00
Jakub Trllo
7e9dfd5b47 'get_product_name' now expects 'task_name' and 'task_type' 2024-03-11 12:11:22 +01:00
Jakub Trllo
92abf5a14b use folder naming on create instance 2024-03-08 17:20:14 +01:00
Jakub Trllo
fedf09c364 formatting changes 2024-03-08 15:56:06 +01:00
Jakub Trllo
6308c251e2 pipeline code using version entities 2024-03-06 10:52:09 +01:00
Jakub Trllo
e242e8094e pipeline is using product entities 2024-03-05 13:57:13 +01:00
Jakub Trllo
6afd863fd9 rename 'SubsetConvertorPlugin' to 'ProductConvertorPlugin' 2024-03-04 18:12:09 +01:00
Jakub Trllo
c3296b1322 use folder naming 2024-03-04 17:48:24 +01:00
Jakub Trllo
9d79ec3f09 modified create logic to use folder and task entities 2024-03-04 14:57:07 +01:00
Jakub Trllo
0664da2a5e rename 'get_current_asset_name' to 'get_current_folder_path' 2024-02-29 18:11:19 +01:00
Jakub Trllo
69d9254c46
Merge pull request #122 from ynput/enhancement/OP-8202_Remove-system_settings
Chore: Remove system settings concept
2024-02-28 13:41:45 +01:00
Jakub Trllo
6c945b751b Merge branch 'develop' into enhancement/OP-8264_Use-productName-n-productType 2024-02-28 10:05:25 +01:00
Jakub Trllo
01e69fa321 remove usage of system settings 2024-02-27 14:23:24 +01:00
Jakub Trllo
4e2ae40a93 change 'get_dynamic_data' arguments to be same as in 'get_product_name' 2024-02-27 11:18:03 +01:00
Jakub Trllo
c80e8fcb3e change order of arguments in 'get_product_name' 2024-02-27 11:08:38 +01:00
Jakub Trllo
3afa0e3bca fill both 'family' and 'productType' 2024-02-23 15:53:00 +01:00
Jakub Trllo
8549588f27 change constants and do smaller fixes 2024-02-23 12:25:22 +01:00
Jakub Trllo
b286e310b6 tvpaint is using product name and type 2024-02-22 09:46:30 +01:00
Jakub Trllo
d7785ef2da removed subset_name.py 2024-02-21 17:37:21 +01:00
Jakub Trllo
88786d8160 more usage of product type in create api 2024-02-21 17:31:33 +01:00
Jakub Trllo
3b2dc131f9 modified remaining base of create pipeline api to use product name and type 2024-02-21 15:44:18 +01:00
Jakub Trllo
6cff87d7a6 CreateContext is using only product name and type 2024-02-21 15:35:48 +01:00
Jakub Trllo
44b80357d6 use 'get_product_name' in core functionality 2024-02-21 15:29:01 +01:00
Jakub Trllo
139f0489c5 added new product_name.py into create pipeline 2024-02-21 15:26:57 +01:00
Jakub Trllo
54b2fa9658 use 'folder_path' to define current context 2024-02-21 15:02:57 +01:00
Jakub Trllo
8b37628ea6 Merge branch 'develop' into enhancement/new-metadata-ids
# Conflicts:
#	client/ayon_core/hosts/photoshop/api/ws_stub.py
2024-02-21 12:56:30 +01:00
Jakub Trllo
d724a66633 use constants instead of hardcoded values 2024-02-20 14:30:20 +01:00
Jakub Trllo
229bd07396 fix 'get_last_versions_for_instances' 2024-02-20 14:11:31 +01:00
Jakub Trllo
fc10b8d52a Merge branch 'develop' into enhancement/OP-8208_Use-folderPath-during-publishing
# Conflicts:
#	client/ayon_core/modules/deadline/plugins/publish/submit_publish_job.py
2024-02-20 11:33:15 +01:00
Jakub Trllo
ecba1daaa0 changed docstrings 2024-02-16 15:06:28 +01:00
Jakub Trllo
aafc6470c2 use 'folderPath' instead of 'asset' 2024-02-16 14:45:10 +01:00
Jakub Trllo
ad6472e9bf removed core settings conversion 2024-02-15 18:59:20 +01:00
Jakub Trllo
508997c7f4 get_subset_name is using AYON settings 2024-02-15 17:38:32 +01:00
Jakub Trllo
5edf44903c use AYON prefix in context environment variables 2024-02-12 16:13:17 +01:00
Jakub Trllo
02b371139a reduce usage of legay_io 2024-02-08 17:37:02 +01:00
Jakub Trllo
ab8d384715 added 'AYONPyblishPluginMixin' as replacement for 'OpenPypePyblishPluginMixin' 2024-02-06 18:19:07 +01:00
Jakub Trllo
d699a17e93 removed 'AYON_SERVER_ENABLED' conditions from pipeline 2024-02-06 11:22:54 +01:00
Jakub Trllo
0508cd986a fix openpype imports 2024-02-05 16:02:14 +01:00
Jakub Trllo
ee6e42ec6c change openpype imports to ayon_core 2024-02-05 15:46:47 +01:00
Jakub Trllo
a4f2f76fbf rename openpype > ayon_core 2024-02-05 15:26:43 +01:00