Commit graph

831 commits

Author SHA1 Message Date
Jakub Trllo
a0fed43787 don't even calculate the padded part 2022-08-04 17:07:54 +02:00
Jakub Trllo
7f6e6649cd let ffmpeg handle scales by forcing original aspect ratio 2022-08-04 17:04:53 +02:00
Jakub Trllo
31b4a9dc05
Merge pull request #3594 from pypeclub/feature/OP-2840_Missing-context-on-publish-instances
General: Add context to pyblish context
2022-08-04 14:30:06 +02:00
Petr Kalis
1dedfd06a4
Merge pull request #3614 from pypeclub/chore/OP-3704_Validate-containers-doesnt-support-new-publisher-yet
Core: translated validate_containers.py into New publisher style
2022-08-03 18:25:46 +02:00
Jakub Trllo
e19f0ba636
Merge pull request #3612 from pypeclub/feature/OP-3703_fps-ftrack-metadata-for-cineSyncPlay
Ftrack: Add more metadata to ftrack components
2022-08-03 17:43:48 +02:00
Jakub Trllo
9d8a05d8a7 fix dst collection access 2022-08-03 17:33:26 +02:00
Jakub Trllo
e0fc9d5d12 fix typo 2022-08-03 17:31:31 +02:00
Jakub Trllo
e43748bb3d validate representation files sequence 2022-08-03 17:28:27 +02:00
Petr Kalis
cc048e4b6f OP-3704 - translated validate_containers.py into New publisher style
AE could be already using NP.
2022-08-03 16:57:56 +02:00
Jakub Trllo
573d0a5ae1 add fps to newly created representation 2022-08-03 16:00:50 +02:00
Jakub Trllo
fec91f054d don't force to have dot before frame in new integrator 2022-08-03 15:33:38 +02:00
Jakub Jezek
4160713a62
Merge branch 'develop' into feature/OP-3445_tray-publisher-editorial 2022-07-28 17:39:56 +02:00
Jakub Ježek
fc3b0e4741
Merge pull request #3580 from pypeclub/bugfix/integrate_fails_editorial_publish
Editorial publishing workflow improvements
2022-07-28 17:37:54 +02:00
Jakub Trllo
27a4c9cdb3
Merge pull request #3583 from pypeclub/feature/integrate_small_issues
General: New Integrator small fixes
2022-07-28 13:13:31 +02:00
Jakub Trllo
ee374b1295
Merge pull request #3574 from pypeclub/feature/OP-3647_Separate-extraction-of-template-data-into-more-functions
General: Separate extraction of template data into more functions
2022-07-28 11:53:13 +02:00
Jakub Trllo
3c2589b318 Merge branch 'develop' into feature/OP-2840_Missing-context-on-publish-instances 2022-07-28 10:24:29 +02:00
Jakub Trllo
b5cdebe070 make sure frame is filled durectly in sequence condition 2022-07-27 13:56:39 +02:00
Jakub Trllo
74ad4a558d fix typo in import 2022-07-27 13:51:24 +02:00
Jakub Trllo
879df0a3a7 unify quotations 2022-07-27 13:51:16 +02:00
Jakub Trllo
3835695376 simplified recalculation of destination indexes 2022-07-27 13:38:51 +02:00
Jakub Trllo
6cab5917c4 use template padding for frames if padding is bigger then minimum collection's padding 2022-07-27 13:36:23 +02:00
Jakub Trllo
12af64dbc0 use last frame instead of first frame for padding and don't look at source collection padding 2022-07-27 13:30:34 +02:00
Jakub Trllo
0be6d5b55c removed backwards compatibility comments which as it's not backwards compatibility 2022-07-27 13:29:24 +02:00
Jakub Trllo
9875f68cf4 don't just check existence of key but also it's value when traversing repre and instance data 2022-07-27 13:27:13 +02:00
Jakub Trllo
0c061c5027 added "output" to representation context keys to auto fill it to context 2022-07-27 13:26:38 +02:00
Jakub Trllo
5272907504 import source_hash directly 2022-07-27 13:18:34 +02:00
Jakub Trllo
89d49533e4 add the values only if they are not 'None' 2022-07-27 13:17:56 +02:00
Jakub Trllo
1bb9b27c7f simplified staging dir resolving 2022-07-27 13:17:07 +02:00
Jakub Trllo
2e0fe93351 use KnownPublishError instead of assertions 2022-07-27 13:16:46 +02:00
Jakub Jezek
a0149c36ff
fixing problem with more function argumets 2022-07-27 13:14:35 +02:00
Jakub Jezek
86d9d0134a
fixing missing project_name 2022-07-27 13:02:45 +02:00
Jakub Ježek
203048bcf8
Update openpype/plugins/publish/integrate.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-07-27 13:00:21 +02:00
Jakub Ježek
e9e00831f0
Update openpype/plugins/publish/extract_hierarchy_avalon.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-07-27 13:00:14 +02:00
Jakub Ježek
5af77fe04c
Update openpype/plugins/publish/extract_hierarchy_avalon.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-07-27 12:59:41 +02:00
Jakub Jezek
9b14e48657
fixing avalonData to anatomyData 2022-07-27 12:38:14 +02:00
Jakub Jezek
fac4529e4d
global: integrate hierarchy is fixing avalonData and avalonEntity 2022-07-27 12:32:44 +02:00
Jakub Jezek
e8a8f86cdf
global: removing changes from integrate 2022-07-27 12:32:09 +02:00
Jakub Jezek
a3a839181b
global, flame, hiero, resolve, sp: implementing newAssetPublishing 2022-07-27 11:21:20 +02:00
Jakub Trllo
830e79ca17
Merge pull request #3571 from pypeclub/feature/lib_cleanup
General: Lib cleanup
2022-07-27 10:50:33 +02:00
Jakub Trllo
91eb438ba5
Merge pull request #3563 from pypeclub/feature/CU-2pz40cm_Use-query-functions-in-new-integrator
General: Use query functions in integrator
2022-07-26 18:16:14 +02:00
Jakub Trllo
8259be5a1a simplified collect anatomy context data 2022-07-26 17:36:45 +02:00
Jakub Trllo
d232c6e0ad
Merge pull request #3561 from pypeclub/bugfix/OP-3613_Ftrack-event-thumbnail-not-propagating-if-no-task-assigned
General: Global thumbnail extractor is ready for more cases
2022-07-26 13:26:36 +02:00
Jakub Trllo
31a3911d4e move functions from openpype.lib.config to openpype.lib.dateutils 2022-07-26 11:48:24 +02:00
Jakub Trllo
642d6ef407 fix typo 2022-07-26 11:15:48 +02:00
Jakub Trllo
2453892f3f raise KnownPublishError instead of AssertionError 2022-07-25 19:21:09 +02:00
Jakub Trllo
d585ae526c get project name from 'context.data["projectName"]' or 'anatomy.project_name' at obvious places 2022-07-25 19:20:03 +02:00
Jakub Trllo
9ce6ea6f36 make sure legacy io is installed 2022-07-25 18:57:23 +02:00
Jakub Trllo
477acd1d5e create context plugin makes sure that project name is set 2022-07-25 18:32:05 +02:00
Jakub Trllo
0b88bc1fcd added collector to stored current context into publish context data 2022-07-25 18:31:50 +02:00
Jakub Trllo
d4f96ae720 change order of some collectors 2022-07-25 18:30:23 +02:00