Commit graph

33384 commits

Author SHA1 Message Date
github-actions[bot]
3ddfb13e2a chore(): update bug report / version 2023-09-27 03:25:45 +00:00
ynbot
e65c8b997d
[Automated] Merged main into develop 2023-09-27 05:25:10 +02:00
Ynbot
16bcbc1558 [Automated] Bump version 2023-09-27 03:24:58 +00:00
ynbot
f6eefa5983
[Automated] Merged develop into main 2023-09-27 05:24:17 +02:00
Petr Kalis
40755fce11
Increase timout for deadline test (#5654)
DL picks up jobs quite slow, so bump up delay.
2023-09-26 18:56:01 +02:00
Jakub Trllo
4b1c9077e6
fix workfiles tool save button (#5653) 2023-09-26 13:42:01 +02:00
Petr Kalis
1bd07bd15b
OP-6874 - remove trailing underscore in subset name (#5647)
If {layer} placeholder is at the end of subset name template and not used (for example in auto_image where separating it by layer doesn't make any sense) trailing '_' was kept.
This updates cleaning logic and extracts it as it might be similar in regular `image` instance.
2023-09-25 18:01:24 +02:00
Kayla Man
192b9ac79d
Merge pull request #5646 from ynput/bugfix/colorspace-module-fixes
colorspace: missing `allowed_exts` fix
2023-09-25 22:00:19 +08:00
Kayla Man
5ff10cfb84
Merge branch 'develop' into bugfix/colorspace-module-fixes 2023-09-25 22:00:09 +08:00
Jakub Ježek
f4659b526c
Merge pull request #5634 from ynput/bugfix/nuke-set-colorspace-writes 2023-09-25 15:28:30 +02:00
Jakub Jezek
b0ae4257f9
missing allowed_exts issue and unit tests fix 2023-09-25 15:23:02 +02:00
Simone Barbieri
a14464331f
Merge pull request #5643 from ynput/feature/OP-6593_Unreal_Yeti_support 2023-09-25 12:17:00 +01:00
Jakub Ježek
ab78f445e2
Merge pull request #5273 from ynput/enhancement/OP-4770_Global-colorspace-parse_colorspace_from_filepath-simplification 2023-09-25 13:03:11 +02:00
Jakub Jezek
5d1f2b0d9e
typo 2023-09-25 13:01:43 +02:00
Jakub Jezek
0e594b39cd
no need to check config_data exits in this section of code. 2023-09-25 12:52:51 +02:00
Jakub Ježek
5413644b86
Merge branch 'develop' into enhancement/OP-4770_Global-colorspace-parse_colorspace_from_filepath-simplification 2023-09-25 12:49:45 +02:00
Simone Barbieri
e0ce8013f4 Use f-string 2023-09-25 11:32:44 +01:00
Simone Barbieri
24e6b756ec Hound fix 2023-09-25 10:46:33 +01:00
Jakub Ježek
b739109a15
Merge pull request #5635 from ynput/enhancement/OP-6836_Nuke-extract-review-data-mov-read-default 2023-09-25 11:46:17 +02:00
Simone Barbieri
5cf8fdbb6c Do not use version in the import folder 2023-09-25 10:45:28 +01:00
Simone Barbieri
50bae2d049 Check if Groom plugin is active when loading in Unreal 2023-09-25 10:34:53 +01:00
Jakub Jezek
4289997553
slate frame exception - in case it already exists 2023-09-25 11:21:28 +02:00
Jakub Jezek
51875f592e
instance data keys should not be optional 2023-09-25 11:21:02 +02:00
Simone Barbieri
4c854600cb Renamed family to yeticacheUE 2023-09-25 10:07:37 +01:00
Jakub Ježek
0211f3da55
Merge branch 'develop' into enhancement/OP-6836_Nuke-extract-review-data-mov-read-default 2023-09-25 10:59:24 +02:00
github-actions[bot]
60d7530011 chore(): update bug report / version 2023-09-23 03:24:52 +00:00
ynbot
06885dfffb
[Automated] Merged main into develop 2023-09-23 05:24:27 +02:00
Ynbot
e27930c420 [Automated] Bump version 2023-09-23 03:24:16 +00:00
ynbot
3c51f50826
[Automated] Merged develop into main 2023-09-23 05:23:35 +02:00
Simone Barbieri
41b207d657 Hound fixes 2023-09-22 15:58:27 +01:00
Simone Barbieri
9781104f4e Implemented Unreal loader 2023-09-22 15:49:38 +01:00
Libor Batek
5c9ce22807
Merge pull request #5630 from tokejepsen/bugfix/maya_validate_colorsets
Maya: Support new publisher for colorsets validation.
2023-09-22 16:47:17 +02:00
Simone Barbieri
d498afbf48 New family ue_yeticache, new creator and extractor 2023-09-22 15:24:17 +01:00
Jakub Trllo
bfb5868417
AYON: Fix task type short name conversion (#5641)
* fix task type short name conversion

* workfiles tool can query project entity

* use project entity to fill task template data
2023-09-22 14:18:57 +02:00
Jakub Trllo
87ed2f960d
Launcher tool: Refactor launcher tool (for AYON) (#5612)
* added helper classes to utils

* implemented base of ayon utils

* initial commit for launcher tool

* use image for extender

* actions are shown and can be triggered

* fix actions on finished refresh

* refresh automatically

* fix re-refreshing of projects model

* added page slide animation

* updated abstrack classes

* change how icon is prepared

* fix actions sorting

* show messages like in launcher tool

* do not clear items on refresh

* stop refresh timer only on close event

* use Ynput/AYON for local settings json

* register default actions in launcher action module

* change register naming

* move 'SquareButton' to utils widgets

* removed duplicated method

* removed unused variable

* removed unused import

* don't use lambda

* swap default name for 'OpenPypeSettingsRegistry'

* Change support version
2023-09-22 11:47:39 +02:00
Jakub Trllo
3cf203e465
AYON settings: Extract OIIO transcode settings (#5639)
* added name to ExtractOIIOTranscode output definition

* convert outputs of 'ExtractOIIOTranscode' to 'dict'
2023-09-22 10:48:31 +02:00
Milan Kolar
9624887096
Merge pull request #5617 from BigRoy/chore/fusion_remove_unused_functions 2023-09-21 21:06:23 +02:00
Jakub Jezek
da1d62f893
hound 2023-09-21 17:31:21 +02:00
Jakub Jezek
2f89cadd8a
hound 2023-09-21 17:29:54 +02:00
Jakub Jezek
89d3a3ae22
caching per config path compatibility check 2023-09-21 17:28:27 +02:00
Jakub Jezek
aefbc7ef47
removing extra space 2023-09-21 17:24:36 +02:00
Jakub Jezek
49cfebb163
log can be added as explicit arg 2023-09-21 17:23:34 +02:00
Jakub Jezek
d045b83223
reversing order for underscored first 2023-09-21 17:20:57 +02:00
Jakub Jezek
6e7cde73be
second part of previous commit 2023-09-21 17:17:45 +02:00
Jakub Jezek
da7ffb84fb
improving regex patter for underscored pattern 2023-09-21 17:10:27 +02:00
Jakub Jezek
b8e054a50c
renaming variable to make more sense 2023-09-21 17:01:07 +02:00
Jakub Jezek
c166b5898a
Merge branch 'develop' into enhancement/OP-4770_Global-colorspace-parse_colorspace_from_filepath-simplification 2023-09-21 16:58:11 +02:00
Ondřej Samohel
da3f1efaca
Merge pull request #5481 from ynput/tests/publish_process 2023-09-21 15:40:09 +02:00
Ondřej Samohel
2fe59d26d4
Merge branch 'develop' into tests/publish_process 2023-09-21 15:39:48 +02:00
Jakub Trllo
23e9f5e504
TVPaint: Fix review family extraction (#5637)
* mark review family representation for review

* implemented 'get_publish_instance_families' in publish lib

* use 'get_publish_instance_families' in tvpaint extract sequence
2023-09-21 10:26:33 +02:00