Commit graph

1433 commits

Author SHA1 Message Date
Kayla Man
1af821c592
Merge branch 'develop' into enhancement/OP-7237_3dsMax-is-ignoring-instance-asset 2023-11-02 23:46:01 +08:00
Kayla Man
82f3b5e07f avoid using asset from context in collect render and also clean up unncessary code from the collector 2023-11-01 18:40:28 +08:00
Jakub Trllo
00fb722089 use AYON username for user in template data 2023-10-31 13:55:22 +01:00
Roy Nieterau
371f9a5275
Bugfix: Collect Rendered Files only collecting first instance (#5832)
* Bugfix: Collect all instances from the metadata file - don't return on first iteration

* Fix initial state of variable
2023-10-31 11:49:17 +01:00
Kayla Man
8078260fed Merge branch 'develop' into enhancement/OP-6352_tycache-family 2023-10-24 16:18:51 +08:00
Jakub Trllo
065ebc389c renamed 'app.py' to 'main.py' and use it in loader action 2023-10-19 14:39:05 +02:00
Jakub Ježek
6f22344fb5
Merge pull request #5541 from ynput/enhancement/OP-6154_Publishing-Luts 2023-10-19 14:12:25 +02:00
Kayla Man
976454cd27 Merge branch 'develop' into enhancement/OP-6352_tycache-family 2023-10-18 12:19:33 +08:00
Jakub Jezek
247451bb58
thumbnail extractor as last extractor 2023-10-17 11:45:55 +02:00
Jakub Ježek
b06b45dbc1
Merge branch 'develop' into enhancement/OP-6154_Publishing-Luts 2023-10-12 14:22:14 +02:00
Petr Kalis
df431b665c
Nuke: failing multiple thumbnails integration (#5741)
* OP-7031 - fix thumbnail outputName

This handles situation when ExtractReviewDataMov has multiple outputs for which are thumbnails created. This would cause an issue in integrate if thumbnail repre should be integrated.

* thumbnail name the same as output name

- added `delete` tag so it is not integrated
- adding output preset name to thumb name if multiple bake streams
- adding thumbnails to explicit cleanup paths
- thumbnail file name inherited from representation name

* hound

* comment for py compatibility of unicode

* Update openpype/hosts/nuke/plugins/publish/extract_thumbnail.py

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

* thumbnail path key should be `thumbnailPath`

* Updates to nuke automatic test

Default changed to NOT integrating thumbnail representation.

* Update openpype/hosts/nuke/plugins/publish/extract_thumbnail.py

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

* OP-7031 - updated check for thumbnail representation

To allow use this plugin as 'name' might not contain only 'thumbnail' for multiple outputs.

* Remove possibility of double _

* Implement possibility of multiple thumbnails

This could happen if there are multiple output as in Nuke's ExtractREviewMov

---------

Co-authored-by: Jakub Jezek <jakubjezek001@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-10-11 17:42:26 +02:00
Jakub Ježek
627363d476
Merge branch 'develop' into enhancement/OP-6154_Publishing-Luts 2023-10-11 13:02:15 +02:00
Kayla Man
91f97fb4a8 Merge branch 'develop' into enhancement/OP-6352_tycache-family 2023-10-05 21:39:42 +08:00
Jakub Trllo
2c68dbcc72 change an error a little bit 2023-10-05 13:01:02 +02:00
Jakub Trllo
d26df62e15 do not crash if task is not filled 2023-10-05 13:00:52 +02:00
Jakub Jezek
1759805ba6
Merge branch 'develop' into enhancement/OP-6154_Publishing-Luts 2023-10-03 13:17:54 +02:00
Roy Nieterau
b1f1f22426
Merge branch 'develop' into enhancement/OP-6352_tycache-family 2023-09-28 13:26:00 +02:00
Jakub Jezek
e90d227a23
reverting the functionality
- sequencial original frame data should be optional plugin
- sequential data are added if activated
- asset data frame data are not optional anymore and are added only if missing
2023-09-27 13:37:01 +02:00
Jakub Jezek
5b1cbfaa67
removing debug prints 2023-09-27 12:35:36 +02:00
Jakub Jezek
fbafc420aa
reverting enhancing UX of sequence or asset frame data collection 2023-09-27 12:28:42 +02:00
Jakub Jezek
4ae8e7fa77
removing project entity redundancy 2023-09-27 11:39:15 +02:00
Jakub Jezek
a73ba98209
assetEntity is not on context data 2023-09-25 17:29:14 +02:00
Jakub Jezek
92bc7c12f9
fixing missing assetEntity 2023-09-25 17:23:34 +02:00
Kayla Man
dc9931418e resolved conflict 2023-09-25 21:28:20 +08:00
Simone Barbieri
4c854600cb Renamed family to yeticacheUE 2023-09-25 10:07:37 +01:00
Simone Barbieri
d498afbf48 New family ue_yeticache, new creator and extractor 2023-09-22 15:24:17 +01:00
Ondřej Samohel
75e265198b
Merge pull request #5186 from tokejepsen/enhancement/OP-5265_Use-custom-staging-dir-function-for-Maya-renders 2023-09-20 16:24:56 +02:00
Jakub Trllo
50af3321ae
AYON: Avoid creation of duplicated links (#5593)
* create set of output links before creation

* find all existing links before creating them

* Added small comment
2023-09-19 17:18:46 +02:00
Kayla Man
b7ceeaa354 hound & add tycache family into integrate 2023-09-15 20:21:34 +08:00
Jakub Trllo
93fb76f359
Extract Review: Multilayer specification for ffmpeg (#5613)
* added function to extract more information about channels

* specify layer name which should be used for ffmpeg

* changed 'get_channels_info_by_layer_name' to 'get_review_info_by_layer_name'

* modify docstring

* fix dosctring again
2023-09-14 13:55:25 +02:00
Jakub Ježek
fc662b3792
Merge pull request #5530 from ynput/bugfix/OP-3949_Traypublisher-plate-publish 2023-09-07 14:52:42 +02:00
Roy Nieterau
d36b2f1514 Merge remote-tracking branch 'upstream/develop' into enhancement/tweak_logging
# Conflicts:
#	openpype/plugins/publish/extract_hierarchy_to_ayon.py
2023-09-05 12:06:43 +02:00
Roy Nieterau
564cb31cbe Fix base Extractor being picked up as a plug-in to process 2023-09-05 12:05:40 +02:00
Roy Nieterau
68ab2fc934 Raise PublishValidationError 2023-09-05 09:06:07 +02:00
Roy Nieterau
4749ac8040 Raise PublishValidationError 2023-09-05 09:05:40 +02:00
Roy Nieterau
84960826a6 Tweak grammar + log what representations got created 2023-09-05 09:05:07 +02:00
Roy Nieterau
97bb0de1a9 Raise KnownPublishError 2023-09-05 09:04:40 +02:00
Roy Nieterau
43902c0b11 Add debug log about the skipped input 2023-09-05 09:04:13 +02:00
Roy Nieterau
10dd15444a Log collected scene version as debug - artists don't care 2023-09-05 09:03:54 +02:00
Jakub Jezek
df2466b714
default fps for sequence from asset instead of project 2023-09-04 12:58:31 +02:00
Toke Stuart Jepsen
2f0533fc2d Merge branch 'develop' into enhancement/OP-5265_Use-custom-staging-dir-function-for-Maya-renders 2023-09-01 09:27:26 +01:00
Jakub Ježek
1cc94537ba
Merge branch 'develop' into enhancement/deadline-remove-toBeRenderedOn 2023-08-31 22:45:16 +02:00
Jakub Jezek
ec8a0f4948
simplification of spaghetti code and improving logic 2023-08-31 22:44:36 +02:00
Jakub Trllo
e2e3bb3a68
AYON: Fill entities during editorial (2) (#5549)
* fix appending of instances by asset name

* skip disabled instances

* formatting fix
2023-08-31 17:23:38 +02:00
Jakub Ježek
6969a3fcd1
Merge branch 'develop' into bugfix/editorial-fill-entities 2023-08-31 15:45:29 +02:00
Jakub Ježek
72ca25a9a9
Merge branch 'develop' into enhancement/OP-6154_Publishing-Luts 2023-08-30 15:37:18 +02:00
Jakub Jezek
3cc8c51ea2
traypublish: adding colorspace look product type publishing workflow 2023-08-30 14:53:58 +02:00
Roy Nieterau
5d45ed3a7b Merge remote-tracking branch 'upstream/develop' into enhancement/tweak_logging
# Conflicts:
#	openpype/modules/deadline/plugins/publish/validate_deadline_connection.py
#	openpype/modules/deadline/plugins/publish/validate_deadline_pools.py
2023-08-30 10:28:18 +02:00
Roy Nieterau
ca8305a0cf Tweak logging level of removal of directory in tempdir to debug since artist doesn't care about seeing that in artist facing report 2023-08-30 10:16:37 +02:00
Roy Nieterau
d03d0564cd Fix typo thubmnail -> thumbnail 2023-08-30 10:13:07 +02:00