Commit graph

20036 commits

Author SHA1 Message Date
Libor Batek
e4d33ea766
Merge branch 'develop' into enhancement/add_missing_repair_action_validate_resolution_setting_3dsmax 2023-12-12 10:56:54 +01:00
Petr Kalis
d66bac0f14
Tests: update after thumbnail default change (#6040)
* Updates to tests because of default Thumbnail non integration

Some previous PR changed default behavior of Thumbnail, they are not integrated anymore. Tests were expecting they are.

Change in AE local render is required to match behavior and provide Colorspace handling.

* Updates to tests because of default Thumbnail non integration

Missed values

* Updates to tests because of default Thumbnail non integration

Missed values
2023-12-11 17:50:48 +01:00
Libor Batek
37c6393d0f
Merge branch 'develop' into enhancement/show-correct-dates-in-UIs 2023-12-11 16:43:02 +01:00
Kayla Man
874b2c50d8
Merge branch 'develop' into bugfix/OP-7438_3dsmax-preview-resolution-with-burnins 2023-12-11 23:42:33 +08:00
Jakub Trllo
c1cba8640f convert the createAt value to local timezone 2023-12-11 15:52:12 +01:00
Jakub Trllo
2d73f6a6aa
Chore: Staging mode determination (#5895)
* use 'is_staging_enabled' to determine if staging resource is used

* fix bug in 'is_running_staging'
2023-12-11 12:51:58 +01:00
Libor Batek
aaeb6ccae0
Merge branch 'develop' into bugfix/OP-7438_3dsmax-preview-resolution-with-burnins 2023-12-11 10:38:42 +01:00
Libor Batek
b10651636e
Merge branch 'develop' into bugfix/substance_painter_not_loading_mesh 2023-12-11 10:09:36 +01:00
Ynbot
41bdcf305e [Automated] Bump version 2023-12-09 03:25:59 +00:00
Jakub Jezek
b855c72557
Refactor clip name extraction in create_editorial.py
The code change updates the way the clip name is extracted from the OTIO file. The ".lower()" method has been removed to preserve case sensitivity.
2023-12-08 17:39:28 +01:00
Jakub Jezek
c4570200ff
Refactor code to handle missing "representations" key in instance data
The code change modifies the `ExtractThumbnail` class in `extract_thumbnail.py`. It updates the loop that iterates over representations to handle cases where the "representations" key is missing from the instance data. This change ensures that cleanup occurs for representations with both "delete" and "need_thumbnail" tags.
2023-12-07 22:08:19 +01:00
64qam
839963915e
Merge pull request #6029 from ynput/bugfix/hiero-publishing-effects 2023-12-07 18:52:35 +01:00
murphy
49e11413ac
Merge pull request #6027 from ynput/enhancement/add_toggled_button_to_enable_extractor_model_family_3dsmax
Add the AYON/OP settings to enable extractor for model family in 3dsmax
2023-12-07 18:49:00 +01:00
Kayla Man
831d5ee16e
Merge branch 'develop' into enhancement/add_missing_repair_action_validate_resolution_setting_3dsmax 2023-12-08 01:42:56 +08:00
Kayla Man
58001ee12e make sure some extractor not active while some active and all enabled 2023-12-08 01:40:59 +08:00
murphy
68abf7d883
Merge pull request #6031 from ynput/enhancement/ayon-tray-info-tweaks
Show slightly different info in AYON mode
2023-12-07 18:35:19 +01:00
Ondřej Samohel
b6e58ef8ab 🎨 show slightly different info in AYON mode 2023-12-07 18:22:05 +01:00
Ondřej Samohel
483ba26cb5
Change ASCII art in AYON mode 2023-12-07 18:03:30 +01:00
Kayla Man
d9b18cc0f9 add extract model and extract max scene 2023-12-08 00:47:09 +08:00
Roy Nieterau
355722d04f
Fix error message formatting (#6028) 2023-12-07 17:38:25 +01:00
Jakub Jezek
bb5d48eae1
Refactor code to skip instance creation for new assets
- Removed the check for `newAssetPublishing` in `CollectResourcesPath.process()`
- This change allows instances to be processed even if they are creating new assets
2023-12-07 16:48:43 +01:00
Kayla Man
b48253739a add the AYON/OP settings to enable extractor for model family in 3dsmax 2023-12-07 23:33:56 +08:00
Jakub Ježek
e64f030a08
Merge pull request #5941 from ynput/enhancement/OP-6659_nuke-explicit-thumbnail-workflow
Nuke: Explicit Thumbnail workflow
2023-12-07 16:24:06 +01:00
Jakub Jezek
3ec7f9149f
Add thumbnail path to instance data and integrate thumbnails in Ayon plugin.
- Added code to add the thumbnail path to the instance data.
- Modified code to retrieve the thumbnail path from the instance data in Ayon plugin.
- Updated code to handle cases where the thumbnail source is not available or specified.
- Improved logic for finding the thumbnail representation in published representations.
2023-12-07 15:28:07 +01:00
Jakub Jezek
30800c1c2c
Refactor transcoding and thumbnail extraction code
- Removed the unused `additional_input_args` parameter from the `convert_colorspace` function in `transcoding.py`
- Renamed the `additional_input_args` parameter to `additional_command_args` in the `ExtractThumbnail` class in `extract_thumbnail.py`

These changes improve code clarity and remove unnecessary parameters.
2023-12-07 15:06:20 +01:00
Petr Kalis
18a04c706e
OP-7535 - Fix renaming composition in AE (#6025) 2023-12-07 14:54:49 +01:00
Kayla Man
16c7d5565d hound 2023-12-07 20:54:35 +08:00
Kayla Man
f0692c8777 add comment 2023-12-07 20:53:53 +08:00
Jakub Jezek
d5c5f4f9aa
Merge branch 'develop' into enhancement/OP-6659_nuke-explicit-thumbnail-workflow 2023-12-07 13:15:07 +01:00
Jakub Jezek
99674b8f0e
Fix expected files path handling in NukeSubmitDeadline plugin
The commit fixes a typo in the code where "expectied" was changed to "expected". It also improves the handling of expected file paths by correctly adding them to the instance data. Additionally, it adds support for hashed sequence expressions and shifts the start frame by 1 if a slate is present.
2023-12-07 11:57:44 +01:00
Kayla Man
34bb371b81 hound 2023-12-07 18:53:04 +08:00
Kayla Man
aeaee28539 edit the comment 2023-12-07 18:51:07 +08:00
Kayla Man
459000ec90 if the prompt dialog can't help to import mesh, use substance_painter.project.create instead to 'load' the mesh into the scene 2023-12-07 18:28:28 +08:00
Jakub Jezek
cdbf764a85
improving comments 2023-12-07 11:13:22 +01:00
Jakub Jezek
fafb34ffc0
Update Ayon settings and Nuke server version
- Updated Ayon settings to remove the 'ExtractThumbnail' schema in v3
- Updated Nuke server version from 0.1.6 to 0.1.7
2023-12-07 11:06:30 +01:00
Kayla Man
8f5655c179 Merge branch 'develop' into bugfix/substance_painter_not_loading_mesh 2023-12-07 16:15:39 +08:00
Kayla Man
e88b692d2a add the processEvents after the dialog has selected the file URL 2023-12-07 11:57:50 +08:00
Jakub Jezek
50c0609a45
hound 2023-12-06 22:55:57 +01:00
Jakub Jezek
f31cfe9cf5
Refactor code to use deep copy for repre_files_thumb variable 2023-12-06 22:51:28 +01:00
Jakub Jezek
b97c943b00
feat: Update Ayon settings and publish plugins
- Updated Ayon settings to fix issues with the ExtractThumbnail plugin.
- Fixed display and view at oiio defaults in the ExtractThumbnail plugin.
- Fixed target size in the ExtractThumbnail plugin.
- Fixed background color in the ExtractThumbnail plugin.

Also, updated server version to 0.1.4.
2023-12-06 22:50:30 +01:00
Jakub Jezek
4229461755
hound 2023-12-06 21:05:32 +01:00
Jakub Jezek
25ea0a76e5
Merge branch 'develop' into enhancement/OP-6659_extract-thumbnails-settings-size-frame 2023-12-06 21:01:50 +01:00
Libor Batek
b6c698aa12
Merge branch 'develop' into enhancement/add_missing_repair_action_validate_resolution_setting_3dsmax 2023-12-06 19:48:59 +01:00
Ondřej Samohel
41bc689919
Merge pull request #6021 from ynput/bugfix/fix-the-repair-action-on-validate-rendersetting-in-maya 2023-12-06 18:01:25 +01:00
Jakub Trllo
f6b43481b3
do not expect workfileInstances constains only new type instance data (#6015) 2023-12-06 17:58:44 +01:00
Mustafa Taher
f2fd1750b3
Chore/houdini update startup log (#6003)
* replace OpenPype with AYON

* replace OpenPype with AYON

* kuba's comments

* Resolve Hound

* remove redundant space
2023-12-06 17:43:57 +01:00
Toke Jepsen
129b35e754
Testing: dump_databases flag (#5955)
* dump_databases flag

* Remove wrongly placed code.

* Turn flag into format and support json export.

* Added new argument to readme

---------

Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-12-06 17:36:14 +01:00
Ondřej Samohel
3ba73177b7
Merge pull request #6020 from ynput/bugfix/revert-extractenvironments-behaviour 2023-12-06 17:11:02 +01:00
Ondřej Samohel
75669bf82b
Merge pull request #6019 from ynput/bugfix/deadline-split-export-job-fix 2023-12-06 16:56:29 +01:00
Ondřej Samohel
409fb3e53a
Merge pull request #6012 from ynput/chore/deprecate-simple-unreal-texture-publishing 2023-12-06 16:53:10 +01:00