Commit graph

890 commits

Author SHA1 Message Date
Jakub Trllo
d04abc3767 use host name from context data 2022-07-18 18:27:54 +02:00
Jakub Trllo
7016ca41f7 use already prepared modules from context 2022-07-18 18:27:37 +02:00
Jakub Trllo
a1784fc25e representations are checked before instance registration begins 2022-07-18 18:26:27 +02:00
Jakub Trllo
842cf06bf9 new integrator can tell legacy one that should not process the instance 2022-07-18 18:13:33 +02:00
Jakub Trllo
84781c12e5 call 'bulk_write' directly on legacy_io 2022-07-18 18:12:04 +02:00
Jakub Trllo
9187696c76 Merge branch 'develop' into feature/OP-3593_Move-load-functions-into-pipeline 2022-07-18 13:15:44 +02:00
Milan Kolar
0c59f15398 rename old integrator to integrate legacy 2022-07-18 11:38:28 +02:00
Milan Kolar
7646c54da8 move subset group collecting to early integrator 2022-07-18 11:36:09 +02:00
Petr Kalis
396079985d
Merge pull request #3517 from pypeclub/chore/OP-3589_TrayPublisher-Create-thumbnail
Traypublisher: added thumbnail extract
2022-07-18 10:54:36 +02:00
Petr Kalis
eed26c09fc OP-3589 - renamed method 2022-07-18 10:53:48 +02:00
Jakub Jezek
29de28cb53
trayp: editorial publishing wip 2022-07-15 17:57:05 +02:00
Jakub Trllo
6e90984528 replace usage of 'any_outdated' with 'any_outdated_containers' 2022-07-15 17:07:22 +02:00
jrsndlr
b5d7ae0d2a no need to copy codec and pixel format 2022-07-15 16:29:05 +02:00
jrsndlr
de0c0effe6 reencode with concat, fix audio 2022-07-15 15:39:54 +02:00
Jakub Jezek
fb586feaf3
general: label could be set from instance data 2022-07-15 14:17:31 +02:00
Petr Kalis
9f2bbbbe38 OP-3589 - added thumbnail extract to traypublisher
Added check if thumbnail representation is not present, created by different plugin by any chance.
ExtractThumbnailSP should be removed when SP is removed, no need to copy and have 2 plugins.
2022-07-15 13:12:09 +02:00
Jakub Trllo
43d744b24b instance data is filled with instance asset specific values if are not already available on instance 2022-07-14 12:17:43 +02:00
Jakub Trllo
c16a2d6ed5 moved collect cleanup keys earlier 2022-07-14 12:17:19 +02:00
Milan Kolar
f2ce00068b
Merge pull request #2898 from BigRoy/refactor_integrator 2022-07-13 16:23:14 +02:00
Jakub Trllo
5592b4fb83 fill representation in instance data update 2022-07-13 16:10:59 +02:00
Jakub Trllo
ab24d18f31 try partially solve issue with handles 2022-07-12 12:02:05 +02:00
Jakub Trllo
0524ce3036 added some comment related to first frame 2022-07-12 11:54:39 +02:00
Jakub Trllo
7abbc26184 first sequence frame is taken from the input sequence instead of output frame 2022-07-12 11:36:13 +02:00
Jakub Trllo
eb26078731
Merge pull request #3459 from pypeclub/feature/OP-3515_Use-query-functions-in-global-plugins
General: Use query functions in global plugins
2022-07-08 12:47:20 +02:00
Jakub Ježek
8162a5672f
Merge pull request #3474 from pypeclub/bugfix/OP-3543_OIIO-error-on-Thumbnail-creation-v312
General: thumbnail extractor fix
2022-07-08 12:05:31 +02:00
Jakub Jezek
5ad1f8ba7e
thumbnails 2022-07-07 15:45:57 +02:00
Roy Nieterau
b4697b6e1a Refactor integrator labels 2022-07-05 10:36:37 +02:00
Roy Nieterau
a3757636e7 Remove 'intent' context data override
@iLLiCiTiT says: Intent should be a dictionary with "value" and "label", to be able tell if you want use value or label of the intent in templates.
2022-07-05 09:31:53 +02:00
Roy Nieterau
035c4d2f93 Set up old vs. new integrator per host 2022-07-05 09:30:07 +02:00
Roy Nieterau
148ac26bf9 Update USD families with latest develop 2022-07-05 09:28:00 +02:00
Roy Nieterau
271a829f6d Remove duplicate source family 2022-07-05 09:24:38 +02:00
Roy Nieterau
fd2d07e94c Revert integrator to latest develop 2022-07-05 09:22:29 +02:00
Roy Nieterau
3e058c6e8a Move IntegrateAsset 2022-07-05 09:20:00 +02:00
Roy Nieterau
b5e0b3b96f Merge remote-tracking branch 'upstream/develop' into refactor_integrator
# Conflicts:
#	openpype/plugins/publish/integrate_new.py
2022-07-05 09:18:55 +02:00
Jakub Trllo
408593bf14 define query result 2022-07-04 11:12:46 +02:00
Jakub Trllo
9f174cc92c fix query 2022-07-04 11:11:34 +02:00
Jakub Trllo
409362e4ff moveed the ftrack logic into separated method 2022-07-04 10:50:40 +02:00
Jakub Trllo
5baedfc3a0 use ftrack module to determine if ftrack is enabled 2022-07-04 10:37:57 +02:00
Jakub Trllo
4e4bf77172 use direct import of ftrack_api 2022-07-04 10:37:36 +02:00
Kaa Maurice
45cc1ed9ae bugfix: delete_old_version use settings to process ftrack logic. 2022-07-01 16:51:13 +02:00
Jakub Trllo
26bdde12d0 add missing import 2022-07-01 11:54:17 +02:00
Jakub Trllo
646e9edd9b integrate asset new is using query functions 2022-07-01 11:49:28 +02:00
Jakub Trllo
f0f0a87c5d global plugins are using query functions 2022-07-01 11:47:01 +02:00
Jakub Trllo
12d23347fc integrate hero version use query functions 2022-07-01 11:45:52 +02:00
Jakub Trllo
3f3ae1fd7d use query functions in collect anatomy instance data 2022-07-01 10:58:44 +02:00
Jakub Trllo
bc2f8387fe delivery is using guery functions 2022-07-01 10:50:06 +02:00
Jakub Trllo
f5cceb3e05 use query functions in delete old versions 2022-07-01 10:49:39 +02:00
Jakub Trllo
91e5f5aa27
Merge pull request #3436 from pypeclub/feature/change_anatomy_imports
General: Use Anatomy after move to pipeline
2022-07-01 08:31:40 +02:00
Jakub Jezek
752615d0d4
general: add prerender to thumbnail exporter 2022-06-30 15:14:19 +02:00
Jakub Trllo
05fe6ca5cf collect anatomy objec plugin is using new Anatomy import 2022-06-29 15:29:23 +02:00