Commit graph

27 commits

Author SHA1 Message Date
Jakub Jezek
93b5a3941d
adding nuke host into extract thumbnail plugin 2023-11-21 21:43:16 +01:00
Jakub Jezek
f435408018
typo 2023-11-21 15:41:21 +01:00
Jakub Jezek
7aacc4f0ec
global: extract review with need_thumbnail tag explicit source 2023-11-21 15:40:14 +01:00
Jakub Jezek
247451bb58
thumbnail extractor as last extractor 2023-10-17 11:45:55 +02:00
Roy Nieterau
d03d0564cd Fix typo thubmnail -> thumbnail 2023-08-30 10:13:07 +02:00
Roy Nieterau
63923ff4d8 Global: Tweak logging for artist-facing reports in publisher 2023-08-30 10:10:33 +02:00
Jakub Trllo
d63aa34a76
AYON: 3rd party addon usage (#5300)
* implemented helper functions to get ffmpeg and oiio tool arguments

* modified validation functions to be able to handle list of arguments

* path getters can return a path in AYON mode if one argument is returned

* removed test exception

* modified docstrings

* is_oiio_supported is using new functions to get launch arguments

* new functions are in lib public =

* use new functions all over the place

* renamed 'ffmpeg_path' to 'ffmpeg_args'

* raise 'ToolNotFoundError' if tool argument could not be found

* reraise 'KnownPublishError' in publish plugins

* fix comment

* simplify args start

* ffmpeg and oiio function require tool name and support additional arguments

* renamed 'get_oiio_tools_args' to 'get_oiio_tool_args'

* fix variable name
2023-07-27 10:54:45 +02:00
Roy Nieterau
17a38c32a4
Enhancement: Improve logging levels and messages for artist facing publish reports (#5018)
* Tweak log levels and message to be more informative to artist in report page

* Tweak levels and clarity of logs

* Tweak levels and clarity of logs + tweak grammar

* Cosmetics

* Improve logging

* Simplify logging

* Convert to debug log if it's skipping thumbnail integration if there's no thumbnail whatsoever to integrate

* Tweak to debug since they only show representation ids hardly understandable to the artist

* Match logging message across hosts + include filepath for full clarity

* Tweak message to clarify it only starts checking and not that it requires filling + to debug log

* Tweak to debug log if there's basically no thumbnail to integrate at the end

* Tweak log levels

- Artist doesn't care what's prepared, especially since afterwards it's logged what gets written to the database anyway

* Log clearly it's processing a legacy instance

* Cosmetics
2023-05-24 10:54:31 +02:00
Roy Nieterau
b3c21aaa9c Merge remote-tracking branch 'upstream/develop' into substance_integration
# Conflicts:
#	openpype/plugins/publish/extract_thumbnail.py
2023-01-16 13:24:32 +01:00
Roy Nieterau
78c4875dcb Add support for thumbnail generation of extracted textures from Substance Painter 2023-01-13 18:03:34 +01:00
Ondřej Samohel
cce7c3be08
Merge pull request #4263 from ynput/enhancement/online-family-improvements 2023-01-13 16:51:24 +01:00
Ondrej Samohel
843f6e8cd0
🎨 improve online family functionality 2022-12-22 16:10:07 +01:00
Petr Kalis
b6873a063e OP-4504 - added '_thumb' suffix to thumbnail
Without it thumbnail would overwrite source file
2022-12-15 16:29:56 +01:00
Jakub Jezek
4160713a62
Merge branch 'develop' into feature/OP-3445_tray-publisher-editorial 2022-07-28 17:39:56 +02:00
Jakub Trllo
642d6ef407 fix typo 2022-07-26 11:15:48 +02:00
Jakub Trllo
adc9b9303b reduced order of thumbnail creation to 2 conditions 2022-07-25 12:55:29 +02:00
Jakub Trllo
d1987eed02 removed unneeded f string 2022-07-25 12:53:58 +02:00
Jakub Trllo
6a018364b2 create custom staging dir for thumbnail representation 2022-07-25 12:53:27 +02:00
Jakub Trllo
239414ffff try to create thumbnail from all filtered representations 2022-07-25 12:49:52 +02:00
Jakub Trllo
f82c97dc6a check existing thumbnail before crypto check 2022-07-25 12:45:44 +02:00
Jakub Trllo
89705a69d1 move instance review key check earlier and move the logic to method 2022-07-25 12:43:10 +02:00
Jakub Trllo
7905d18e67 check if instance have representations as first thing 2022-07-25 12:40:03 +02:00
Jakub Jezek
7c30798bec
global: removing redundant check 2022-07-21 12:30:11 +02:00
Jakub Jezek
0ea71b05fb
global: adding review family to filters with non trayp exception 2022-07-21 09:24:28 +02:00
Petr Kalis
eed26c09fc OP-3589 - renamed method 2022-07-18 10:53:48 +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 Jezek
5ad1f8ba7e
thumbnails 2022-07-07 15:45:57 +02:00
Renamed from openpype/plugins/publish/extract_jpeg_exr.py (Browse further)