Commit graph

18 commits

Author SHA1 Message Date
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
b05afaa837
Global: Optimize anatomy formatting by only formatting used templates instead (#4784)
* TemplatesDict can create different type of template

* anatomy templates can be formatted on their own

* return objected templates on get item

* '_rootless_path' is public classmethod 'rootless_path_from_result'

* 'AnatomyStringTemplate' expect anatomy templates

* remove key getters

* fix typo 'create_ojected_templates' -> 'create_objected_templates'

* Fix type of argument

* Fix long line

* Optimize formatting to use single template formatting instead of formatting full anatomy

* Optimize formatting to use single template formatting instead of formatting full anatomy

* Optimize formatting to use single template formatting instead of formatting full anatomy

* Optimize formatting to use single template formatting instead of formatting full anatomy

* Optimize formatting to use single template formatting instead of formatting full anatomy

* Optimize formatting to use single template formatting instead of formatting full anatomy

* Optimize formatting to use single template formatting instead of formatting full anatomy

* Use format strict + code cosmetics

* Get template from the formatted data

* Update openpype/plugins/publish/integrate_legacy.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Cosmetics

* Move template obj definition for path up + rename to `path_template_obj`

* Refactor more cases from `anatomy.format` to template obj `.format_strict`

* Refactor more cases from `anatomy.format` to template obj `.format_strict`

* Refactor more cases from `anatomy.format` to template obj `.format_strict`

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-04-17 14:53:15 +02:00
Roy Nieterau
d958f989e0 Remove "handles" backwards compatibility 2023-03-29 23:57:35 +02:00
Kayla Man
fa69594c70 creator, validator and extractor for point cloud from tyFlow 2023-03-17 22:56:00 +01:00
moonyuet
739b2db0f0 MaxScene Family introduction 2023-03-17 22:52:50 +01:00
Ondřej Samohel
12b51a60dc
Merge pull request #4046 from j-cube/feature/multiverse 2023-01-12 13:47:15 +01:00
Kayla Man
b52018fc62 resolve conflicts 2022-12-09 19:21:17 +08:00
Kayla Man
302c5fe214 create and publish bb-geometry 2022-11-22 18:52:26 +08:00
DMO
a892754371 Merge branch 'develop' into feature/multiverse 2022-10-31 12:50:55 +09:00
Jakub Trllo
df1cccf258 Merge branch 'develop' into feature/OP-3842_Change-publish-template-settings-location 2022-09-12 11:24:52 +02:00
Jakub Trllo
3983256849 add 'user' to representation context data 2022-09-01 13:24:33 +02:00
Jakub Trllo
9b7384e1ae removed unused attribute 2022-08-29 18:57:27 +02:00
Jakub Trllo
c7108ac7fb modified imports in integrators 2022-08-29 18:23:37 +02:00
Jakub Trllo
96138a0b73 use new functions in integrators 2022-08-29 18:22:49 +02:00
Jakub Trllo
4ac8da4ca0 remove hosts filter on integrator plugins 2022-07-22 18:14:26 +02:00
Jakub Trllo
3c35cbc700 make sure legacy integrator happens after new integrator 2022-07-19 10:23:13 +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
Milan Kolar
0c59f15398 rename old integrator to integrate legacy 2022-07-18 11:38:28 +02:00
Renamed from openpype/plugins/publish/integrate_new.py (Browse further)