Roy Nieterau
1a39a5cc99
Unlock attributes only during the bake context, make sure attributes are relocked after to preserve the lock state of the original node being baked
2023-12-22 11:09:46 +01:00
Kayla Man
a75ff0f71a
hound
2023-12-21 17:36:35 +08:00
Kayla Man
ac7b2963dd
hound
2023-12-21 17:34:07 +08:00
Kayla Man
55c3bdbd06
add the contextmanager functions for 'reverting lock attributes'
2023-12-21 17:30:37 +08:00
Jakub Trllo
64d39613fa
Python console widget: Save registry fix ( #6076 )
...
* it is possible to call 'save_registry' only when window is showed up
* used more clever way how to determine if should be saved
2023-12-20 18:34:37 +01:00
Jakub Jezek
a09fc58148
flipping order of condition arguments
2023-12-20 15:56:21 +01:00
Jakub Jezek
19666f7df3
Refactor integrate_ftrack_instances.py to update asset names for multiple reviewable items
...
- Add a condition to also check if multiple_reviewable is True before updating the asset name.
2023-12-20 15:48:47 +01: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
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
JackP
940103feee
refactor: more accurately specified the conditions of '_configure_saver_tool' calls
2023-12-15 15:50:11 +00: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
JackP
1cc824c099
chore: updated docstring
2023-12-15 10:50:28 +00:00
JackP
19fe8e0c1b
chore: removed redunant function + small refactor
2023-12-15 10:50:17 +00:00
Jack P
7e883fc167
feat: added new saver output ext validator
2023-12-15 10:25:24 +00:00
Sponge96
9711900309
Fusion: Project/User option for output format (create_saver) ( #6045 )
...
* feat: schema for saver output extensions
* feat: saver output ext option added
* fix: typo on dict get
* feat: added tiff
* fix: typo on fetching default attr
* Transfered new Settings to Ayon
---------
Co-authored-by: Jack P <jack.p@random42.com>
Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-12-14 12:48:16 +01:00
Ynbot
69615971d4
[Automated] Release
2023-12-13 16:15:15 +00:00
Jakub Trllo
7748c7bbce
updated ayon api to 1.0.0-rc.3
2023-12-13 15:59:10 +01:00
Jakub Jezek
79f34220e3
fixing nightly build version bump
2023-12-13 11:07:33 +01:00
Ynbot
10d3661d84
[Automated] Bump version
2023-12-13 03:26:46 +00:00
Jakub Jezek
ac1ad82650
wrong check
2023-12-12 17:40:16 +01:00
Jakub Ježek
bffe62dbf9
Merge branch 'develop' into bugfix/editorial-hierarchy-context-fix
2023-12-12 17:37:47 +01:00
Jakub Jezek
b87957f017
Merge branch 'develop' into release/next-minor
2023-12-12 17:29:33 +01:00
Jakub Jezek
4da0bcd5cd
improving error comunication
2023-12-12 17:07:01 +01:00
Jakub Jezek
d5866bf781
hound
2023-12-12 17:06:29 +01:00
Jakub Ježek
f8a5ab8710
Merge branch 'develop' into bugfix/traypublisher-explicit-colorspace
2023-12-12 16:56:13 +01:00
Jakub Ježek
ed3a2556e2
Update openpype/hosts/traypublisher/plugins/publish/validate_colorspace.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-12-12 16:55:40 +01:00