Commit graph

380 commits

Author SHA1 Message Date
Jakub Trllo
33464794be Merge branch 'develop' into feature/OP-3593_Move-load-functions-into-pipeline 2022-07-25 10:35:33 +02:00
Milan Kolar
83139c4e48
Merge pull request #3522 from pypeclub/feature/OP-3592_Get-current-context-document-functions 2022-07-22 15:24:04 +02:00
Jakub Trllo
2209bcf6b1 check for 'ILoadHost' to call different method on host 2022-07-21 11:31:44 +02:00
Jakub Trllo
a7044dadf7 fix containers varible usage 2022-07-20 17:35:27 +02:00
Jakub Trllo
d232ad4f41 Merge branch 'develop' into feature/OP-3593_Move-load-functions-into-pipeline 2022-07-20 16:25:56 +02:00
Jakub Trllo
5963066a7e TemplateResult has 'normalized' method 2022-07-20 10:11:56 +02:00
Jakub Trllo
c8d18dafa1 'is_latest' moved to pipeline as 'is_representation_from_latest' 2022-07-15 17:46:21 +02:00
Jakub Trllo
1ec708ce7f added helper functions to get outdated containers or just check if there are any outdated 2022-07-15 17:01:28 +02:00
Jakub Trllo
6f521242cb implemented functions to filter containers into 4 possible categories 2022-07-15 17:01:00 +02:00
Jakub Trllo
636e46cfd6 implemented functions to query project and asset documents based on current context 2022-07-15 15:29:18 +02:00
Jakub Trllo
b9be234969 removed default host used on deregister of host 2022-07-15 15:19:07 +02:00
Jakub Trllo
8d0c6942ee
Merge pull request #3498 from pypeclub/feature/add_mismatch_target_plugins_to_report
NewPublisher: Keep plugins with mismatch target in report
2022-07-14 11:31:35 +02:00
Jakub Trllo
85c6a3a2d5
Merge pull request #3504 from pypeclub/bugfix/traypublisher_fill_host_name
TrayPublisher: Make sure host name is filled
2022-07-13 17:30:59 +02:00
Jakub Trllo
d294ad5174 add also default values of missing attribute definitions 2022-07-13 16:10:01 +02:00
Jakub Trllo
74cd74f053 creatos have access to host 2022-07-13 12:00:29 +02:00
Jakub Trllo
9d4d887335 keep mismatch target plugins in report 2022-07-12 17:13:50 +02:00
Jakub Trllo
48e33db922
Use group key 2022-07-12 16:02:13 +02:00
Jakub Trllo
2e94247180 changed attribute name '_group_label' -> '_cached_group_label' 2022-07-12 14:46:29 +02:00
Jakub Trllo
b29973f9cc added some docstrings 2022-07-12 14:41:30 +02:00
Jakub Trllo
cf23aad3cf instance has group_label attribute which can be used in UI 2022-07-12 14:28:53 +02:00
Jakub Trllo
43424e0fa9 creator plugin can set group label for ui 2022-07-12 14:28:40 +02:00
Jakub Trllo
db79c1b282
Merge pull request #3442 from pypeclub/feature/OP-3499_Move-publish-render-abstractions
General: Move publish plugin and publish render abstractions
2022-07-12 12:15:29 +02:00
Jakub Trllo
6feeca860b use 'label' to display instance in views 2022-07-11 17:46:45 +02:00
Jakub Trllo
85e89526d5 added attribute instance label on instance 2022-07-11 17:42:54 +02:00
Jakub Trllo
85485f26d8 fix return of value 2022-07-08 17:15:38 +02:00
Jakub Trllo
bde50a3629 use project_name attribute 2022-07-08 16:04:28 +02:00
Jakub Trllo
4e81bd27a7 create plugins have access to project name 2022-07-08 16:04:09 +02:00
Jakub Trllo
2e8e4f8f54 pass project settings before system settings 2022-07-08 11:30:49 +02:00
Jakub Trllo
0665e5b759 pass create context after settings 2022-07-08 11:14:07 +02:00
Jakub Trllo
d9d8f7c315 fix add missing project name in args 2022-07-07 15:37:21 +02:00
Jakub Trllo
3612ceb937 fix query of current version 2022-07-04 19:12:52 +02:00
Jakub Trllo
1395c743d6 Merge branch 'develop' into feature/OP-3499_Move-publish-render-abstractions 2022-07-04 16:56:11 +02:00
Milan Kolar
f277640da5
Merge pull request #3337 from pypeclub/feature/OP-3315_Host-implementation-defined-with-class 2022-07-04 15:20:57 +02:00
Jakub Trllo
a61bc7b839 Merge branch 'develop' into feature/OP-3504_Use-query-functions-in-loading 2022-07-04 13:52:27 +02:00
Jakub Trllo
dd1e1960da fix few issues 2022-06-30 11:54:23 +02:00
Jakub Trllo
aa741a1148 use query functions in load logic 2022-06-30 11:34:34 +02:00
Jakub Trllo
2d8c41cc6e moved render abstractions to openpype.pipeline.publish 2022-06-30 10:39:05 +02:00
Jakub Trllo
5822275b6c move abstract meta pyblish class into openpype.pipeline.publish 2022-06-30 10:34:36 +02:00
Jakub Trllo
b6ea950b3a use new Anatomy import in rest of pipeline 2022-06-29 15:22:49 +02:00
Jakub Trllo
a4e371889a fix anatomy result copy 2022-06-29 14:44:12 +02:00
Jakub Trllo
bcaafb479d added Anatomy to openpype.pipeline init file 2022-06-29 14:40:40 +02:00
Jakub Trllo
ffb2a8c33a removed unused method 2022-06-29 14:14:21 +02:00
Jakub Trllo
f0a5daa643 use six.string_types to determine string type 2022-06-29 14:05:45 +02:00
Jakub Trllo
866bbf0487 anatomy was moved to openpype pipeline 2022-06-29 14:04:30 +02:00
Jakub Trllo
f846ef45d4 removed signature validation from host registration 2022-06-28 10:52:12 +02:00
Jakub Trllo
94bccd51cf Merge branch 'develop' into feature/OP-3315_Host-implementation-defined-with-class 2022-06-22 18:00:04 +02:00
Jakub Trllo
83ff0a8fcc Merge branch 'develop' into feature/OP-3419_Move-editorial-logic-to-pipeline 2022-06-21 13:01:26 +02:00
Jakub Trllo
48f966ad10 Merge branch 'develop' into feature/OP-3420_Trigger-callback-on-workfile-open 2022-06-20 11:22:35 +02:00
Jakub Trllo
8b1576aed2 remove unused line 2022-06-20 11:22:05 +02:00
Jakub Trllo
cbb876c155 moved timer change on task change to timers manager module 2022-06-16 17:43:18 +02:00