Commit graph

23235 commits

Author SHA1 Message Date
Jakub Trllo
e014deb411 small variable name changes 2022-08-05 12:20:22 +02:00
Jakub Trllo
7de3d76075 removed unused import 2022-08-01 12:46:44 +02:00
Jakub Trllo
23866fee29 added some docstrings 2022-08-01 12:43:27 +02:00
Jakub Trllo
8b482a0a1f update oprations in integrator 2022-07-29 19:22:54 +02:00
Jakub Trllo
f39623d991 added helper functions to create new documents 2022-07-29 19:22:14 +02:00
Jakub Trllo
cc5abb1514 few minor modifications and changes 2022-07-29 19:20:47 +02:00
Jakub Trllo
c429a41188 added initial variant of operations 2022-07-29 18:12:43 +02:00
Jakub Trllo
ccdff822a5 moved 'get_project_database' and 'get_project_connection' to mongo 2022-07-29 18:11:11 +02:00
Jakub Trllo
f6b8c5c6e3
Merge pull request #3590 from pypeclub/bugfix/OP-3657_maketx-built-with-OCIO-support-requires-config
Bugfix: Add OCIO as submodule to prepare for handling `maketx` color space conversion.
2022-07-29 14:29:01 +02:00
Allan Ihsan
1267e9ea92 Revert "Revert "Add OCIO submodule.""
This reverts commit f08008d61e.
2022-07-29 12:48:01 +03:00
Allan Ihsan
f08008d61e Revert "Add OCIO submodule."
This reverts commit 7adb845386.
2022-07-29 12:22:20 +03:00
Jakub Trllo
aad42517d2
Merge pull request #3593 from Tilix4/fx_kitsu_shots_name
Kitsu: Shot&Sequence name with prefix over appends
2022-07-28 18:34:07 +02:00
Jakub Ježek
d6e29ab0d1
Merge pull request #3492 from pypeclub/feature/OP-3445_tray-publisher-editorial 2022-07-28 17:41:33 +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
Felix David
443c5a3696 Fix: Shot&Sequence name with prefix over appends 2022-07-28 17:01:54 +02:00
Jakub Jezek
bc2cec540c
trayp: improving user feedback 2022-07-28 16:29:50 +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
Allan Ihsan
e287e1fd48 Fix bugs 2022-07-28 13:44:19 +03:00
Allan Ihsan
81f3bd379b Fix function path bug 2022-07-28 13:31:58 +03:00
Allan Ihsan
cd7ef426d8 Add configuration variable to maketx 2022-07-28 13:31:39 +03:00
Allan Ihsan
03767d2891 move function 2022-07-28 13:03:37 +03: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
Allan Ihsan
86070835b9 Add OCIO path function. 2022-07-28 12:33:29 +03:00
Allan Ihsan
7adb845386 Add OCIO submodule. 2022-07-28 12:24:46 +03:00
Jakub Trllo
a1122496c1 add missing project tasks into fields 2022-07-28 10:46:25 +02:00
Jakub Trllo
2d75a57a90
Merge pull request #3570 from pypeclub/bugfix/OP-3644_Handle-missing-published-path-in-ftrack-integrator
Ftrack: Handle missing published path in integrator
2022-07-28 10:15:33 +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 Ježek
0492f01ab4
Merge pull request #3576 from pypeclub/bugfix/OP-3642_Nuke-Local-vs-Farm-Publish-family-inconsistency
Nuke: render family integration consistency
2022-07-27 12:58:15 +02:00
Jakub Ježek
bc24787a5f
Merge pull request #3555 from pypeclub/bugfix/OP-3556_Nuke-Farm-slate-existing-frames-frame-shorter
Nuke: publish existing frames with slate with correct range
2022-07-27 12:57:37 +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