Commit graph

43546 commits

Author SHA1 Message Date
Jakub Trllo
415b44d7e1
Merge branch 'develop' into enhancement/1176-ay-7575_make-instances-in-publisher-mandatory 2025-07-08 17:42:20 +02:00
Jakub Trllo
4a9132132b one more method name change 2025-07-08 17:42:01 +02:00
Jakub Trllo
031ccebb45 use requirement instead of state 2025-07-08 17:39:47 +02:00
Jakub Trllo
df9d58c384 fix typo 2025-07-08 15:23:56 +02:00
Roy Nieterau
17f24b5dbf
Merge pull request #1363 from BigRoy/enhancement/validate_file_saved_blender 2025-07-08 14:59:44 +02:00
Roy Nieterau
00f73d9c47
Merge branch 'develop' into enhancement/validate_file_saved_blender 2025-07-07 23:50:05 +02:00
Jakub Trllo
eb9199c2ac
Merge pull request #1362 from ynput/enhancement/define-logging-config
Chore: Define logging config for AYON processes
2025-07-07 13:11:46 +02:00
Jakub Trllo
54ecd2b834 move basicconfig to main 2025-07-07 12:40:34 +02:00
Roy Nieterau
f2b67e3d79 Add "blender" to hosts list for Validate File Saved 2025-07-04 23:28:41 +02:00
Jakub Trllo
b1e0a92505 define logging config for AYON processes 2025-07-03 13:05:31 +02:00
Jakub Trllo
39d011b89f don't change active state of mandatory instances 2025-07-03 10:20:03 +02:00
Jakub Trllo
9f69202538 handle mandatory property in publisher 2025-07-02 16:59:40 +02:00
Jakub Trllo
541c7c328a capture state changes of instance 2025-07-02 16:59:24 +02:00
Jakub Trllo
b3d87eac82 added 'is_mandatory' to instance 2025-07-02 16:59:13 +02:00
Jakub Trllo
e86bf9c787
Merge pull request #1350 from RVXStudio/rvx-gaffer-to-plugin-host-lists
Add 'gaffer' to host list for general publishing plugins
2025-07-02 12:06:20 +02:00
sjt-rvx
ec3b1ca7f6
Merge branch 'develop' into rvx-gaffer-to-plugin-host-lists 2025-07-02 10:04:12 +00:00
Jakub Trllo
8ab0123d66
Merge pull request #1357 from ynput/bugfix/add-env-functions-to-init
Bug: add env tool functions to ayon_core.lib
2025-07-02 11:33:39 +02:00
Ondřej Samohel
aed5a5e6e0
♻️ add env tool functions to ayon.lib init 2025-07-02 10:54:55 +02:00
Jakub Trllo
f8c97641e1
Merge pull request #1355 from BigRoy/bugfix/createcontext_fix_ipublishhost_import
Fix `IPublishHost` import
2025-07-01 16:11:34 +02:00
Roy Nieterau
f26f69eae6 Fix IPublishHost import 2025-07-01 16:08:48 +02:00
Sveinbjorn J. Tryggvason
2c9d579a4b list items are separated by commas, duh 2025-07-01 09:38:01 +00:00
Sveinbjorn J. Tryggvason
f5d69e8d8d add gaffer to plugin hosts list 2025-07-01 09:29:48 +00:00
Jakub Trllo
9b7de988c2
Merge pull request #1348 from ynput/enhancement/create-type-hints-updates
Create context: Updated type hints
2025-06-30 16:44:14 +02:00
Jakub Trllo
913dc033c7
Merge branch 'develop' into enhancement/create-type-hints-updates 2025-06-30 16:43:37 +02:00
Jakub Trllo
48bc2cea45
Merge pull request #1347 from BigRoy/enhancement/publish_job_do_not_register_publish_plugins_twice
Farm Publish: Do not register publish plug-in paths twice
2025-06-30 11:39:21 +02:00
Jakub Trllo
cef876b339 formatting fixes 2025-06-30 10:54:43 +02:00
Jakub Trllo
fb7e442a06 updated type hints in create context 2025-06-27 17:42:29 +02:00
Roy Nieterau
281500b3ae
Merge branch 'develop' into enhancement/publish_job_do_not_register_publish_plugins_twice 2025-06-27 15:21:08 +02:00
Roy Nieterau
fddaf75bff Do not register publish plug-in paths twice 2025-06-27 15:16:46 +02:00
github-actions[bot]
08f8548268 chore(): update bug report / version 2025-06-27 12:37:29 +00:00
Ynbot
2352d812cc [Automated] Update version in package.py for develop 2025-06-27 12:36:35 +00:00
Ynbot
bdc3285681 [Automated] Add generated package files from main 2025-06-27 12:36:01 +00:00
Jakub Trllo
f7bc23a487
Merge pull request #1344 from ynput/bugfix/type-hint-annotation
Publish plugins: Fix dataclasses usage
2025-06-27 14:34:18 +02:00
Jakub Trllo
06186a2ef0 stringify not imported types 2025-06-27 13:57:48 +02:00
Jakub Trllo
8ad408c50f revert stringified typehints 2025-06-27 13:56:29 +02:00
Jakub Trllo
6dc0a0e698 use ayon-core's publish plugin discovery 2025-06-27 13:36:44 +02:00
Ondřej Samohel
358efdb898
♻️ remove dataclasses
we can't use dataclasses in pyblish plugins until new version of pyblish-base is propagated to AYON ecosystem
2025-06-27 13:30:46 +02:00
Jakub Trllo
3c3b165e36 don't use dataclass for now 2025-06-27 13:16:03 +02:00
Jakub Trllo
0fb5220738 one more fix 2025-06-27 11:37:06 +02:00
Jakub Trllo
cff69e19d0 fix typehints 2025-06-27 11:35:35 +02:00
Jakub Trllo
2de9915d44
Merge branch 'develop' into bugfix/type-hint-annotation 2025-06-27 10:48:44 +02:00
Jakub Trllo
069b9ec378
Merge pull request #1338 from ynput/AY-7812_source-resolution-keys
Feature: added source_resolution_* template keys for burnins
2025-06-27 10:42:22 +02:00
Jakub Trllo
4173193f5f
Merge branch 'develop' into AY-7812_source-resolution-keys 2025-06-27 10:41:07 +02:00
Jakub Trllo
cd344e6710 don't use 'annotations' import in pyblish plugins 2025-06-27 10:37:58 +02:00
Jakub Trllo
f0abcb9ee7
Merge pull request #1342 from ynput/enhancement/support-project-actions
Launcher: Support project actions
2025-06-26 10:19:00 +02:00
Petr Kalis
8156d0bfcb
Merge branch 'develop' into AY-7812_source-resolution-keys 2025-06-25 17:44:53 +02:00
Jakub Trllo
b94b6f2de4 make folders view deselectable 2025-06-25 16:24:20 +02:00
Jakub Trllo
fd49121831 added support for project webactions 2025-06-25 15:33:43 +02:00
Jakub Trllo
95b7379b3e
Merge pull request #1337 from BigRoy/enhancement/publisher_existing_variants_sorted
Publisher: Variant name picker sort the existing variants list
2025-06-25 13:54:17 +02:00
Jakub Trllo
8eb0b7a748
Merge branch 'develop' into enhancement/publisher_existing_variants_sorted 2025-06-25 13:53:22 +02:00