Commit graph

1151 commits

Author SHA1 Message Date
Jakub Trllo
f9043329b4 removed unused imports 2022-04-01 19:41:29 +02:00
Jakub Trllo
8146aabc3e
Merge pull request #2950 from pypeclub/bugfix/small_general_fixes
General: Smaller fixes and typos
2022-03-31 11:20:50 +02:00
Jakub Trllo
58085d3b4e removed unused function 2022-03-30 16:31:41 +02:00
Jakub Trllo
08b7657279 Merge branch 'develop' into enhancement/dynamic_default_modules 2022-03-28 12:02:20 +02:00
Jakub Trllo
ce0bb1bf3c
Merge pull request #2936 from pypeclub/bugfix/OP-2836_More-failsafes-prevent-errored-runs
General: More fail safe delete old versions
2022-03-25 17:37:32 +01:00
Petr Kalis
ac7b35698d Updated Slack notification message 2022-03-25 10:08:40 +01:00
Petr Kalis
b6d7290887 Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/slack_review_file_size 2022-03-25 09:49:43 +01:00
Jakub Trllo
db66fe98fd fixed typo 2022-03-24 15:41:43 +01:00
Jakub Trllo
c0d27f47d2 don't refresh log viewer on initialization but on first show 2022-03-24 15:20:53 +01:00
Petr Kalis
ce4caeabd3 Added configurable maximum file size of review upload to Slack 2022-03-24 13:47:07 +01:00
Petr Kalis
4442ef7128
Update openpype/modules/slack/plugins/publish/integrate_slack_api.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-03-24 11:57:56 +01:00
Petr Kalis
aaa4c1d54c Add generic exception handling for Slack notification 2022-03-24 11:53:57 +01:00
Jakub Trllo
06502b1006 safer delete versions 2022-03-23 16:52:35 +01:00
iLLiCiTiT
0bf019a00a default modules are loaded dynamically by skipping known files 2022-03-20 11:18:31 +01:00
iLLiCiTiT
225698d006 don't add default_modules dir if does not exists 2022-03-20 11:18:06 +01:00
Jakub Trllo
5aaa4c159b
Merge pull request #2914 from pypeclub/enhancement/OP-2947_move-formatting-and-workfile-functions
General: Move formatting and workfile functions
2022-03-18 18:25:46 +01:00
Jakub Trllo
296c0c7877
Merge pull request #2916 from pypeclub/enhancement/deadline_use_headless_argument
Deadline: Add headless argument
2022-03-18 17:04:20 +01:00
Jakub Trllo
fcbb144808
Merge pull request #2905 from pypeclub/bugfix/OP-2942_Ftrack-missing-id-on-editorial-publish
Ftrack: Missing Ftrack id after editorial publish
2022-03-18 17:03:53 +01:00
Jakub Trllo
10c7fb21e4 use headless in submit publish job 2022-03-18 15:34:42 +01:00
Jakub Trllo
4a8a7b8688 add headless argument 2022-03-18 15:34:30 +01:00
Jakub Trllo
6eaf7017eb replaced 'format_template_with_optional_keys' with 'StringTemplate' 2022-03-18 14:20:20 +01:00
Jakub Trllo
8e1ec6d251
Merge pull request #2906 from pypeclub/enhancement/OP-2818_Workfile-name-ftrack-attribute
Ftrack: Fill workfile in custom attribute
2022-03-18 13:27:42 +01:00
Jakub Trllo
fe8caa3b3a fix app key 2022-03-17 19:24:11 +01:00
Jakub Trllo
4dd95fba68 added job and report messages 2022-03-17 19:22:35 +01:00
Jakub Trllo
cd65332942 fixed filling of ftrack id 2022-03-17 18:47:51 +01:00
Petr Kalis
d080b17cce OP-2813 - fix wrong logging 2022-03-17 18:00:25 +01:00
Jakub Trllo
1cdbe4568e initial commit of new action for filling workfile name in custom attribute 2022-03-17 16:06:50 +01:00
Jakub Trllo
72f84c52ba handle missing ftrack id in more cases 2022-03-17 15:06:24 +01:00
Petr Kalis
e208e7976d OP-2813 - fixed duplication of representations
nuke.api.plugin.ExporterReview adds representation explicitly via publish_on_farm, so skip adding repre if already there. (Issue in ExtractBurnin other way.)
ExporterReview should be probably refactored and publish_on_farm removed altogether.
2022-03-17 14:57:28 +01:00
Jakub Trllo
3420c68796 use 'first' instead of 'one' when querying user and task 2022-03-17 13:06:12 +01:00
Jakub Trllo
338aac4de6 ignore 'team' entities in process event 2022-03-17 13:05:53 +01:00
Petr Kalis
4d27c3c01f Merge branch 'develop' of github.com:pypeclub/OpenPype into bugfix/OP-2813_AE-rendering-for-single-frame-doesnt-work-in-DL 2022-03-16 13:17:35 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Petr Kalis
7ca997de92 OP-2813 - fix for rendering single file from AE in DL for sequence
Solves issue with rendering single frame sequence, eg with 00000 in its file.
2022-03-11 14:14:47 +01:00
Petr Kalis
f724e0ca22 OP-2813 - fix for rendering single file from AE in DL
Solves issue with rendering .mov or .avi file.
Added test cae for collect_frames
2022-03-11 13:33:17 +01:00
Jakub Trllo
2f4b165aaf fix info reading from oiio 2022-03-10 18:55:59 +01:00
Jakub Trllo
2f0985d259
Merge pull request #2855 from pypeclub/bugfix/geattr_on_dynamic_module
General: Fix getattr clalback on dynamic modules
2022-03-10 09:33:00 +01:00
Jakub Trllo
d2a56ff66b
Merge pull request #2848 from pypeclub/enhancement/OP-2841_Add-vendors-from-avalon
General: Add vendors from avalon
2022-03-09 18:57:58 +01:00
Jakub Trllo
ee71d3b658 fix getattr clalback on dynamic module 2022-03-09 10:13:51 +01:00
Petr Kalis
de3c9deb45
Merge pull request #2852 from pypeclub/bugfix/OP-2877_Loader-author-displaying-Pypeclub-when-publsihed-via-web-publisher
WebPublisher: Fix username stored in DB
2022-03-08 18:01:02 +01:00
Petr Kalis
8c38c4f332 OP-2877 - use same value for burnin user, version and representation author 2022-03-08 16:34:22 +01:00
Jakub Trllo
abe340130f fixed remaining imports from avalon.vendor 2022-03-07 17:49:15 +01:00
Jakub Jezek
138cec73a2
Merge branch 'develop' into bugfix/OP-2803_nuke-farm-publishing-with-multiple-bake-profiles 2022-03-04 14:53:24 +01:00
Jakub Jezek
f97e2498cd
Merge branch 'develop' into bugfix/OP-2803_nuke-farm-publishing-with-multiple-bake-profiles 2022-03-04 14:52:42 +01:00
Jakub Trllo
cec7adab1c fix zero division error 2022-03-03 17:53:14 +01:00
Jakub Trllo
c237434ad6 create custom attributes action does not replace text fps custom attribute 2022-03-03 15:30:15 +01:00
Jakub Trllo
630c819336 moved FPS_KEYS to constants 2022-03-03 15:29:30 +01:00
Jakub Trllo
f88bf7b5be use fps conversion function during synchronization 2022-03-03 14:52:41 +01:00
Jakub Trllo
6a6ce4d5c5 added funciton to convert string fpx into float 2022-03-03 14:52:24 +01:00
Petr Kalis
dec5f14c1f
Merge pull request #2824 from pypeclub/bugfix/OP-2799_DL-inject_environment-fails-with-concurrent-tasks
Deadline: more detailed temp file name for environment json
2022-03-03 10:51:00 +01:00