Commit graph

18769 commits

Author SHA1 Message Date
Kayla Man
f45c603da2 add redshift proxy family 2023-10-13 22:16:21 +08:00
Kayla Man
1b79767e7b add families into frame range collector and improve the validation report in frame range validator 2023-10-13 22:15:14 +08:00
Kayla Man
dcfad64320 add families with frame range back to the frame range validator 2023-10-13 16:32:34 +08:00
Ynbot
bc4c2e0200 [Automated] Release 2023-10-12 12:47:03 +00:00
Jakub Trllo
73a88419d0
Chore: AYON query functions arguments (#5752)
* fixe get subsets to work as in mongo api

* fixe get assets to work as in mongo api
2023-10-12 14:43:09 +02:00
Petr Kalis
e7cd31f2dd
Extended error message when getting subset name (#5649)
* Modified KeyError message

Basic KeyError exception was raised which didn't produce enough information. Now it should be more verbose.

* Updated exception message

* Changed to custom exception

Custom exception can be handled in nicer way that default KeyError

* Update openpype/pipeline/create/subset_name.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* Renamed custom exception

* Update openpype/pipeline/create/subset_name.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-10-12 11:22:53 +02:00
Jakub Trllo
0498a4016d
Loader tool: Refactor loader tool (for AYON) (#5729)
* initial commitof ayon loader

* tweaks in ayon utils

* implemented product type filtering

* products have icons and proper style

* fix refresh of products

* added enable grouping checkbox

* added icons and sorting of grouped items

* fix version delegate

* add splitter between context and product type filtering

* fix products filtering by name

* implemented 'filter_repre_contexts_by_loader'

* implemented base of action items

* implemented folder underline colors

* changed version items to dictionary

* use 'product_id' instead of 'subset_id'

* base implementation of info widget

* require less to trigger action

* set selection of version ids in controller

* added representation widget and related logic changes

* implemented actions in representations widget

* handle load error

* use versions for subset loader

* fix representations widget

* implemente "in scene" logic properly

* use ayon loader in host tools

* fix used function to get tasks

* show actions per representation name

* center window

* add window flag to loader window

* added 'ThumbnailPainterWidget' to tool utils

* implemented thumbnails model

* implement thumbnail widget

* fix FolderItem args docstring

* bypass bug in ayon_api

* fix sorting of folders

* added refresh button

* added expected selection and go to current context

* added information if project item is library project

* added more filtering options to projects widget

* added missing information abou is library to model items

* remove select project item on selection change

* filter out non library projects

* set current context project to project combobox

* change window title

* fix hero version queries

* move current project to the top

* fix reset

* change icon for library projects

* added libraries separator to project widget

* show libraries separator in loader

* ise single line expression

* library loader tool is loader tool in AYON mode

* fixes in grouping model

* implemented grouping logic

* use loader in tray action

* better initial sizes

* moved 'ActionItem' to abstract

* filter loaders by tool name based on current context project

* formatting fixes

* separate abstract classes into frontend and backend abstractions

* added docstrings to abstractions

* implemented 'to_data' and 'from_data' for action item options

* added more docstrings

* first filter representation contexts and then create action items

* implemented 'refresh' method

* do not reset controller in '_on_first_show'

Method '_on_show_timer' will take about the reset.

* 'ThumbnailPainterWidget' have more options of bg painting

* do not use checkerboard in loader thumbnail

* fix condition

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-10-11 18:16:45 +02:00
Petr Kalis
df431b665c
Nuke: failing multiple thumbnails integration (#5741)
* OP-7031 - fix thumbnail outputName

This handles situation when ExtractReviewDataMov has multiple outputs for which are thumbnails created. This would cause an issue in integrate if thumbnail repre should be integrated.

* thumbnail name the same as output name

- added `delete` tag so it is not integrated
- adding output preset name to thumb name if multiple bake streams
- adding thumbnails to explicit cleanup paths
- thumbnail file name inherited from representation name

* hound

* comment for py compatibility of unicode

* Update openpype/hosts/nuke/plugins/publish/extract_thumbnail.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* thumbnail path key should be `thumbnailPath`

* Updates to nuke automatic test

Default changed to NOT integrating thumbnail representation.

* Update openpype/hosts/nuke/plugins/publish/extract_thumbnail.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

* OP-7031 - updated check for thumbnail representation

To allow use this plugin as 'name' might not contain only 'thumbnail' for multiple outputs.

* Remove possibility of double _

* Implement possibility of multiple thumbnails

This could happen if there are multiple output as in Nuke's ExtractREviewMov

---------

Co-authored-by: Jakub Jezek <jakubjezek001@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-10-11 17:42:26 +02:00
sjt-rvx
135f2a9e57
do not override the output argument (#5745) 2023-10-11 17:03:47 +02:00
Ynbot
a00d456cb1 [Automated] Bump version 2023-10-11 03:25:25 +00:00
Jakub Jezek
bb4134d96a
fixing variable name to be plural 2023-10-10 13:43:46 +02:00
Roy Nieterau
067aa2ca4d
Bugfix: ServerDeleteOperation asset -> folder conversion typo (#5735)
* Fix typo

* Fix docstring typos
2023-10-10 10:49:39 +02:00
Kayla Man
d38beb58f8
Merge branch 'develop' into feature/mayapy 2023-10-10 15:58:36 +08:00
Toke Jepsen
b59dd55726
Update openpype/settings/defaults/system_settings/applications.json
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
2023-10-09 17:36:56 +01:00
Fabià Serra Arrizabalaga
ca1492c839
General: Avoid fallback if value is 0 for handle start/end (#5652)
* Change defaults for handleStart so if it returns 0 it doesn't fallback to the context data

* Update get fallbacks for the rest of arguments

* Create context variable to shorten lines

* Add step to TimeData object
2023-10-09 17:36:11 +02:00
Sharkitty
71a1365216
Fix: Hardcoded main site and wrongly copied workfile (#5733) 2023-10-09 17:11:35 +02:00
Sharkitty
1d02f46e15
Feature: Copy resources when downloading last workfile (#4944)
* Feature: Copy resources when downloading workfile

* Fixed resources dir var name

* Removing prints

* Fix wrong resources path

* Fixed workfile copied to resources folder + lint

* Added comments

* Handling resource already exists

* linting

* more linting

* Bugfix: copy resources backslash in main path

* linting

* Using more continue statements, and more comments

---------

Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
2023-10-09 14:12:26 +02:00
Roy Nieterau
c12ae59efc
Merge branch 'develop' into enhancement/OP-6854_Maya-resolution-validator 2023-10-09 12:13:32 +02:00
Simone Barbieri
f1084775b4
Merge pull request #5711 from ynput/enhancement/OP-6845-blender_alembic_animation
Blender: Alembic Animation loader
2023-10-09 10:39:24 +01:00
Kayla Man
60834f6997 hound 2023-10-09 17:18:34 +08:00
Kayla Man
548ca106ad paragraph tweaks on description for validator 2023-10-09 17:14:21 +08:00
Simone Barbieri
b711758e1f Code improvements 2023-10-09 10:14:03 +01:00
Jakub Trllo
f863e3f0b4
change version regex to support blender 4 (#5723) 2023-10-09 10:43:15 +02:00
Ynbot
32052551e2 [Automated] Bump version 2023-10-07 03:24:54 +00:00
Milan Kolar
d41ac2a3fd
Merge pull request #5651 from ynput/bugfix/OP-4326_Houdini-switching-context-doesnt-update-variables 2023-10-06 18:41:48 +02:00
Kayla Man
1d531b1ad5 hound 2023-10-06 22:54:16 +08:00
Kayla Man
dd46d48ffc upversion for maya server addon & fix on repair action in validate resolution 2023-10-06 22:50:16 +08:00
Simone Barbieri
787a0d1847 Fix issues with the collections where the objects are linked to 2023-10-06 15:47:34 +01:00
Simone Barbieri
ff7af16fdd Added animation family for alembic loader 2023-10-06 15:20:42 +01:00
Kayla Man
64b03447f1 restore unrelated code 2023-10-06 21:01:46 +08:00
Kayla Man
13c9aec4a7 Rename ValidateSceneResolution to ValidateResolution 2023-10-06 20:59:40 +08:00
Kayla Man
b4c0f2880a add validate resolution as parts of maya settings 2023-10-06 20:35:38 +08:00
Kayla Man
5262c0c7ac tweaks on get_invalid_resolution 2023-10-06 20:29:56 +08:00
Roy Nieterau
0760e4f394
Merge branch 'develop' into chore/resolve_to_new_style_host 2023-10-06 14:17:15 +02:00
Kayla Man
91d41c86c5 hound 2023-10-06 19:57:35 +08:00
Kayla Man
4dc4d665b0 hound 2023-10-06 19:56:34 +08:00
Kayla Man
145716211d hound 2023-10-06 19:55:32 +08:00
Kayla Man
8fc0c3b81f hound 2023-10-06 19:54:15 +08:00
Kayla Man
8d7664420f hound 2023-10-06 19:50:33 +08:00
Kayla Man
69c8d1985b tweaks on the validation report & repair action 2023-10-06 19:46:49 +08:00
Mustafa-Zarkash
7c5d149f56 use different popup 2023-10-06 12:11:51 +03:00
Jakub Trllo
2ea8d6530f
AYON Launcher tool: Fix refresh btn (#5685)
* rename 'refresh' to 'set_context' in 'TasksModel'

* implemented 'refresh' for folders and tasks widgets

* propagate refresh to all widgets

* don't use 'clear' of 'QStandardItemModel'

* change lifetime of folders cache to a minute

* added 'refresh_actions' method to launcher to skip clear cache of folders

* shorten line

* sorting is not case sensitive
2023-10-06 10:44:39 +02:00
Kayla Man
caf4295653 Merge branch 'develop' into enhancement/OP-6854_Maya-resolution-validator 2023-10-06 12:53:25 +08:00
Mustafa-Zarkash
5b04af7ea1 remove leading and trailing whitespaces from vars 2023-10-05 19:30:44 +03:00
Petr Kalis
12f4128901
Fusion: added missing env vars to Deadline submission (#5659)
* OP-6930 - added missing env vars to Fusion Deadline submission

Without this injection of environment variables won't start.

* OP-6930 - removed unnecessary env var

* OP-6930 - removed unnecessary env var
2023-10-05 16:46:20 +02:00
Mustafa-Zarkash
8f0b182759 update printed message 2023-10-05 17:26:08 +03:00
Mustafa-Zarkash
c6b370be9a BigRoy's comments 2023-10-05 17:23:53 +03:00
Toke Stuart Jepsen
f3e02c1e95 Add MayaPy application 2023-10-05 15:05:18 +01:00
Petr Kalis
52c65c9b6c
Fusion: implement toggle to use Deadline plugin FusionCmd (#5678)
* OP-6971 - changed DL plugin to FusionCmd

Fusion 17 doesn't work in DL 10.3, but FusionCmd does. It might be probably better option as headless variant.

* OP-6971 - added dropdown to Project Settings

* OP-6971 - updated settings for Ayon

* OP-6971 - added default

* OP-6971 - bumped up version

* Update openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-10-05 16:03:56 +02:00
Petr Kalis
e255c20c44
Remove checks for env var (#5696)
Env var will be filled in `env_var` fixture, here it is too early to check
2023-10-05 15:37:45 +02:00