Roy Nieterau
208e3f1654
Depth of field is already preserved from camera by generate_capture_preset
2023-12-20 23:18:19 +01:00
Roy Nieterau
82e5e6bcde
Clarify log messages
2023-12-20 23:16:00 +01:00
Roy Nieterau
9f543f8929
Remove capture import that's already imported at top
2023-12-20 21:51:08 +01:00
Roy Nieterau
5a7079c2e4
Fix calls to refactored function name
2023-12-20 21:49:48 +01:00
Roy Nieterau
0dd4d7b505
Code cleanup
2023-12-20 21:46:23 +01:00
Kayla Man
4b6e5e29dc
add material_loading_mode into enter_context
2023-12-20 23:59:00 +08:00
Kayla Man
8ce8d72c03
add reloadTextures argument back to cmds.ogs
2023-12-20 23:56:40 +08:00
Kayla Man
746e34aa55
hound
2023-12-20 23:46:10 +08:00
Kayla Man
04f9d4caaa
hound
2023-12-20 23:44:40 +08:00
Kayla Man
0ae3ef03d2
refactor the capture and capture preset function
2023-12-20 23:41:39 +08:00
Kayla Man
c5674992ce
Merge branch 'develop' into bugfix/OP-7281_Maya-Review---playblast-renders-without-textures
2023-12-20 17:33:11 +08:00
Kayla Man
29876a496e
hound
2023-12-20 17:32:27 +08:00
Kayla Man
25e216b0c4
hound
2023-12-20 17:31:31 +08:00
Kayla Man
2f03b61c11
refactor the capture and playblast functions and put them into lib.py
2023-12-20 17:28:58 +08:00
Ynbot
900564b5bf
[Automated] Bump version
2023-12-20 03:24:22 +00:00
Jakub Ježek
302b92d1c4
Merge branch 'develop' into bugfix/traypublisher-explicit-colorspace
2023-12-19 15:55:53 +01:00
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
Jakub Jezek
3ef475fcd3
hound catch
2023-12-19 14:05:47 +01:00
Jakub Trllo
4db853ec03
do not use thumbnailSource for integration ( #6063 )
2023-12-19 11:24:55 +01:00
Jakub Ježek
c149d20ba6
Merge branch 'develop' into fusion_output_format_validator
2023-12-18 21:23:51 +01:00
Ondřej Samohel
c964f1411a
♻️ sync defaults with AYON
2023-12-18 17:07:13 +01:00
Jakub Trllo
579d947d4f
Merge pull request #6066 from ynput/enhancement/expect-ayon-group-in-ftrack
...
AYON ftrack: Expect 'ayon' group in custom attributes
2023-12-18 17:00:00 +01:00
Ondřej Samohel
d366f2af45
Merge branch 'develop' into bugfix/nuke-tools-window-parent
2023-12-18 16:55:41 +01:00
Sponge96
803e6ea244
Merge branch 'develop' into fusion_output_format_validator
2023-12-18 15:55:24 +00:00
Jakub Trllo
1aca2d3bef
expect 'ayon' group as one of option to get custom attributes
2023-12-18 16:19:14 +01:00
Ondřej Samohel
263f1a0adb
🐛 fix wrong nuke version constant name
2023-12-18 16:09:28 +01:00
Petr Kalis
0252c9e137
OP-7606 - fix creation of .mov ( #6064 )
2023-12-18 16:02:39 +01:00
Petr Kalis
443d107b0e
OP-7470 - fix for single frame rendering ( #6056 )
2023-12-18 12:28:44 +01:00
Petr Kalis
a26e575ce0
Photoshop: fix layer publish thumbnail missing in loader ( #6061 )
...
* OP-1645 - explicitly add thumbnail path to be integrated to Ayon
Thumbnail representation is set to 'delete', eg wont be integrated, another source of thumbnail must be used. This will effectively limit option of NOT pushing thumbnail to Ayon, which use case I am actuall not seeing.
* OP-1645 - added more description
* Remove comment
It works even for OP.
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Update openpype/plugins/publish/integrate_thumbnail_ayon.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Updates to docstring
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Update openpype/plugins/publish/integrate_thumbnail_ayon.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* OP-1645 - fix formatting
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-12-18 11:54:45 +01:00
Ynbot
bf2ecb6293
[Automated] Bump version
2023-12-16 03:25:11 +00:00
Sponge96
a07c789b3b
Merge branch 'develop' into fusion_output_format_validator
2023-12-15 16:23:08 +00: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
JackP
940103feee
refactor: more accurately specified the conditions of '_configure_saver_tool' calls
2023-12-15 15:50:11 +00: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
JackP
3c272e4a7d
fix: typo in comparison of data
2023-12-15 14:48:36 +00:00
JackP
23d0c166df
chore: removed redundant validator
...
this is no longer needed since the creator now respects changes to attributes
2023-12-15 14:33:38 +00:00
JackP
839e8153e3
feat: create_saver now respects changes to creator_attributes
2023-12-15 14:30:32 +00:00
JackP
289eb1f4c8
fix: added check for optional behaviour
2023-12-15 11:46:18 +00:00
JackP
437246c090
chore: added optional class inherit for testing
2023-12-15 11:36:15 +00:00
JackP
b5b1be262e
chore: added optional tag for testing
2023-12-15 11:28:54 +00:00
JackP
e4b24189d1
fix: more typos..
...
love when my lsp isn't working
2023-12-15 11:25:12 +00:00
JackP
9e69e5d48e
fix: typo
2023-12-15 11:23:03 +00:00
Kayla Man
b11e948761
Merge branch 'develop' into enhancement/OP-7133_3dsMax--optional-custom-attributes-for-abc-extract
2023-12-15 19:20:53 +08:00
JackP
fb90d78160
refactor: improved repair function
2023-12-15 10:51:28 +00:00
JackP
f7a1a029c7
refactor: get_file_ext to use lstrip instead of replace
2023-12-15 10:50:55 +00:00