Jakub Trllo
|
bb4b975bf5
|
added explaining comment
|
2025-07-09 15:17:56 +02:00 |
|
Jakub Trllo
|
567c8ed650
|
added warnings to comment matcher function and class
|
2025-07-09 15:15:12 +02:00 |
|
Jakub Trllo
|
77a31cb5e9
|
added helper functions to parse dynamic data from workfile
|
2025-07-09 15:14:58 +02:00 |
|
Jakub Trllo
|
6fd5ee7ed0
|
use context instead of prepared data
|
2025-07-09 15:06:18 +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 |
|
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
|
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 |
|
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 |
|
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
|
dc476dea92
|
fix missing argument
|
2025-06-26 10:57:27 +02:00 |
|
Jakub Trllo
|
3e2c6f793b
|
Merge branch 'develop' into enhancement/enhance-workfile-api
|
2025-06-26 10:21:10 +02:00 |
|
Jakub Trllo
|
91377aa400
|
formatting fixes
|
2025-06-26 10:20:56 +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 |
|
Jakub Trllo
|
646f3bedd4
|
wrap optional arguments into wrappers
|
2025-06-26 10:18:38 +02:00 |
|
Jakub Trllo
|
1d40243df5
|
fix typehint
|
2025-06-26 09:25:26 +02:00 |
|