Commit graph

18475 commits

Author SHA1 Message Date
Kayla Man
ebaaa44808 make sure tycache output filenames in representation data are correct 2023-09-29 15:44:20 +08:00
Roy Nieterau
b1f1f22426
Merge branch 'develop' into enhancement/OP-6352_tycache-family 2023-09-28 13:26:00 +02:00
Ynbot
70d3f20de4 [Automated] Release 2023-09-28 09:30:43 +00:00
64qam
38f9673cc9
Merge branch 'develop' into bugfix/OP-6884_Tray-Publisher-Publishing-Plates-fails-on-gathering-FPS 2023-09-27 17:55:32 +02:00
Kayla Man
9fdd895bb6 rename current_selection to current_sel 2023-09-27 21:44:19 +08:00
Kayla Man
49e8a4b008 hound 2023-09-27 21:42:08 +08:00
Kayla Man
42132e50e9 # noqa makes the maxscript not working 2023-09-27 21:34:57 +08:00
Kayla Man
723d187835 hound 2023-09-27 19:54:01 +08:00
Jakub Jezek
1c8ab8ecfa
better label 2023-09-27 13:47:16 +02:00
Kayla Man
8897cdaa92 bug fix delete items from container to remove item 2023-09-27 19:43:21 +08:00
Jakub Jezek
e90d227a23
reverting the functionality
- sequencial original frame data should be optional plugin
- sequential data are added if activated
- asset data frame data are not optional anymore and are added only if missing
2023-09-27 13:37:01 +02:00
Jakub Jezek
5b1cbfaa67
removing debug prints 2023-09-27 12:35:36 +02:00
Jakub Jezek
fbafc420aa
reverting enhancing UX of sequence or asset frame data collection 2023-09-27 12:28:42 +02:00
Jakub Jezek
4ae8e7fa77
removing project entity redundancy 2023-09-27 11:39:15 +02:00
Jakub Ježek
97fd130971
Merge branch 'develop' into bugfix/OP-6884_Tray-Publisher-Publishing-Plates-fails-on-gathering-FPS 2023-09-27 11:35:26 +02:00
Ynbot
16bcbc1558 [Automated] Bump version 2023-09-27 03:24:58 +00: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
Jakub Jezek
a73ba98209
assetEntity is not on context data 2023-09-25 17:29:14 +02:00
Jakub Jezek
92bc7c12f9
fixing missing assetEntity 2023-09-25 17:23:34 +02:00
Kayla Man
5ff10cfb84
Merge branch 'develop' into bugfix/colorspace-module-fixes 2023-09-25 22:00:09 +08:00
Kayla Man
fd6c6f3b3c add docstrings for the functions in tycache families 2023-09-25 21:59:03 +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
Kayla Man
dc9931418e resolved conflict 2023-09-25 21:28:20 +08: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 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
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
Ynbot
e27930c420 [Automated] Bump version 2023-09-23 03:24:16 +00: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