Commit graph

43779 commits

Author SHA1 Message Date
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
b9cad42dc2 use data from WorkfileInfo in workfiles tool 2025-07-07 18:17:47 +02:00
Jakub Trllo
bc433532f0 always store all data even if are set to None 2025-07-07 18:17:28 +02:00
Jakub Trllo
eeb839a65c use version on workfile info to find last version 2025-07-07 18:17:17 +02:00
Jakub Trllo
e09f87262d store version and comment from filename to WorkfileInfo 2025-07-07 18:16:43 +02:00
Jakub Trllo
4517d55c45 implemented helper function to parse data from filename using template 2025-07-07 18:16:23 +02:00
sjt-rvx
87169baf8b
Merge branch 'develop' into rvx-merge-sequence-action 2025-07-07 13:11:14 +00:00
Jakub Trllo
b70385ab3a implemented save next version helper 2025-07-07 14:42:40 +02:00
Jakub Trllo
c8b2ad1ce2 use 'AnatomyTemplateResult' for workdir output typehint 2025-07-07 14:42:28 +02:00
Jakub Trllo
cd6136ba00 show all arguments in IDE 2025-07-07 14:32:02 +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
sjt-rvx
c54b7c2517
Update client/ayon_core/tools/attribute_defs/files_widget.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-07-07 10:58:18 +00:00
Jakub Trllo
54ecd2b834 move basicconfig to main 2025-07-07 12:40:34 +02:00
Jakub Trllo
9c1aa9bfef remove unused import 2025-07-07 11:02:41 +02:00
Jakub Trllo
43d9324e10 remove unnecessary functions 2025-07-07 10:26:27 +02:00
Jakub Trllo
5ff56aeda5 use host methods in workfiles tool 2025-07-07 10:24:25 +02:00
Jakub Trllo
206eb45cf4 added 'save_workfile_with_current_context' to workfile init 2025-07-07 10:24:12 +02:00
Jakub Trllo
7006ed8940 fix not existing dirs 2025-07-07 10:17:55 +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
sjt-rvx
1b2d360619
Update client/ayon_core/tools/attribute_defs/files_widget.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-07-02 10:22:35 +00: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
a29ebd052a
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-07-02 10:07:32 +02:00
Jakub Trllo
bc9a1b6526 remove unused import 2025-07-02 09:53:46 +02:00
Jakub Trllo
b142bc4d45 expect folder path and task name in 'save_current_workfile_to' 2025-07-02 09:49:44 +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
449549b72b allow merging of file sequence entries 2025-07-01 11:11:23 +00: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