Kayla Man
f9603bb0a5
refactor the capture function and move it to lib
2023-12-19 22:44:18 +08:00
Kayla Man
008f78e6a0
implement the exitstack inside the capture
2023-12-19 22:04:30 +08:00
Kayla Man
7dc19ec759
hound
2023-12-15 23:56:55 +08:00
Kayla Man
4e005bfd57
hound
2023-12-15 23:55:46 +08:00
Kayla Man
b7da570878
hound
2023-12-15 23:53:40 +08:00
Kayla Man
9f1ab7519f
add exitstack.py into maya api folder & code tweaks
2023-12-15 23:48:05 +08:00
Kayla Man
c62862a773
hound
2023-12-15 23:10:21 +08:00
Kayla Man
4648895291
make sure the contextlib.nested used before material loading while it is compatible for both python2 and 3
2023-12-15 23:09:11 +08:00
Kayla Man
28a62bff59
make sure the material loading mode is parallel
2023-12-12 00:15:25 +08:00
Kayla Man
b73146a538
preset pop value should be correct
2023-12-11 23:47:10 +08:00
Libor Batek
cec780afc8
Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures
2023-12-11 12:52:53 +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
b929464448
Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures
2023-12-11 10:19:04 +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
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
Kayla Man
ccc95f0797
Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures
2023-12-07 22:00:38 +08:00
Petr Kalis
18a04c706e
OP-7535 - Fix renaming composition in AE ( #6025 )
2023-12-07 14:54:49 +01:00
Kayla Man
7061eabdb5
restore unnecessary tweaks
2023-12-07 21:47:03 +08:00
Kayla Man
cbc4c67922
make sure the texture can be reloaded
2023-12-07 21:45:29 +08: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