Commit graph

2684 commits

Author SHA1 Message Date
Jakub Trllo
fe4e38190f skip 'kitsu' addon in openpype modules load 2023-10-30 10:00:37 +01:00
Roy Nieterau
cedbc4edaa
Merge branch 'develop' into bugfix/OP-6806_Houdini-wrong-frame-calculation-with-handles 2023-10-24 15:19:57 +02:00
Jakub Trllo
0240b2665d use context data instead of 'legacy_io' 2023-10-20 17:17:35 +02:00
MustafaJafar
1ac2ab902e Merge branch 'develop' into bugfix/OP-6806_Houdini-wrong-frame-calculation-with-handles 2023-10-19 14:06:45 +03:00
MustafaJafar
3abc227198 Merge branch 'develop' into bugfix/OP-6806_Houdini-wrong-frame-calculation-with-handles 2023-10-18 17:31:39 +03:00
Jakub Trllo
a704fd44e8 ignore some predefined names to import 2023-10-18 10:45:52 +02:00
Jakub Trllo
2088c7d7e6 use 'is_dev_mode_enabled' from 'ayon_'settings' 2023-10-17 17:06:38 +02:00
Jakub Trllo
74acdd63ee change env variable key 2023-10-17 16:41:27 +02:00
Jakub Trllo
f214751be3 modules can be loaded in dev mode correctly 2023-10-17 16:29:55 +02:00
Jakub Trllo
11d2f27526
Merge pull request #5777 from ynput/bugfix/ftrack-task-entities
Ftrack: Skip tasks when looking for asset equivalent entity
2023-10-17 13:45:34 +02:00
Jakub Trllo
7c035a157e fix args names 2023-10-17 12:52:46 +02:00
Jakub Trllo
9ce0ef1d9c use object type id to skip tasks 2023-10-17 11:31:40 +02:00
Jakub Trllo
2e34fc444a skip tasks when looking for asset entity 2023-10-17 10:53:21 +02:00
Petr Kalis
32ce067132 OP-7134 - added missing OPENPYPE_VERSION 2023-10-17 10:11:47 +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
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
Mustafa-Zarkash
2def83c481 Merge branch 'develop' into bugfix/OP-6806_Houdini-wrong-frame-calculation-with-handles 2023-10-06 22:22:44 +03:00
Mustafa-Zarkash
4b02645618 update frame data when rendering current frame 2023-10-06 17:27:35 +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
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
Ondřej Samohel
4a418c4c28
Merge pull request #5669 from BigRoy/chore/reduce_get_project_settings 2023-10-05 13:01:17 +02:00
Mustafa-Zarkash
0c63b26915 resolve some comments and add frame range validator 2023-10-04 23:29:25 +03:00
Mustafa-Zarkash
cc7f152404 resolve hound 2023-10-04 17:15:42 +03:00
Mustafa-Zarkash
8ab9e6d6b2 consider handleStart and End when submitting a deadline render job 2023-10-04 17:00:01 +03:00
Claudio Hickstein
090f1e041b
Deadline: handle all valid paths in RenderExecutable (#5694)
* handle all valid paths in RenderExecutable

* Update openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.py

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

---------

Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-10-04 11:17:22 +02:00
Kayla Man
c4202e7fca
Merge branch 'develop' into enhancement/ocio_configuration_max_2024 2023-10-03 18:09:15 +08:00
Simone Barbieri
66fa00157c
Merge branch 'develop' into feature/OP-6372-blender-deadline 2023-10-02 14:51:51 +01:00
Simone Barbieri
8e1f3beff6 Fixed render job environment variables 2023-10-02 12:45:50 +01:00
Roy Nieterau
61f7a2039b
Update openpype/modules/muster/plugins/publish/submit_maya_muster.py 2023-10-02 00:57:22 +02:00
Roy Nieterau
fe786236cd Move Muster module related submitter to Muster module 2023-09-30 13:18:25 +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
Kayla Man
c937df50ff
Merge branch 'develop' into enhancement/OP-6381_Update-deadline-GlobalJobPreLoad-to-update-job-env 2023-09-21 11:04:04 +08:00
Ondřej Samohel
75e265198b
Merge pull request #5186 from tokejepsen/enhancement/OP-5265_Use-custom-staging-dir-function-for-Maya-renders 2023-09-20 16:24:56 +02:00
Jakub Trllo
a8fa44c3fd
AYON: Ignore separated modules (#5619)
* ayon mode explicitly ignores addons that have own repository

* change warning message of missing addon directory to debug

* Better log message
2023-09-19 16:52:51 +02:00
Simone Barbieri
2acbf241ad Changed family to "render" 2023-09-15 18:05:23 +01:00
Simone Barbieri
96638726a9 Produce reviews for the beauty render when publishing 2023-09-15 13:09:32 +01:00
Simone Barbieri
13b1ef5f18 Merge branch 'develop' into feature/OP-6372-blender-deadline 2023-09-15 09:56:30 +01:00
Mustafa-Zarkash
0c09a6772c BigRoy's comment 2023-09-15 09:50:13 +03:00
Mustafa-Zarkash
1ec11da6f7 add a developer note 2023-09-14 23:23:31 +03:00
Mustafa-Zarkash
f7cc7f1908 BigRoy's comment 2023-09-14 23:17:52 +03:00
Mustafa-Zarkash
254a185963 set PATH environment in deadline jobs 2023-09-14 22:35:04 +03:00
Kayla Man
d8877265e2 jakub's comment and resolve the conflict 2023-09-11 16:41:15 +08:00
Roy Nieterau
a492addc54 Reduce artist-facing logs for component integration for Ftrack + tweak "Comment is not set" log also for Kitsu to debug level 2023-09-07 15:55:28 +02:00
Kayla Man
4aa8f5ac5f big roy's comments on the code fix 2023-09-06 16:35:46 +08:00
Roy Nieterau
d36b2f1514 Merge remote-tracking branch 'upstream/develop' into enhancement/tweak_logging
# Conflicts:
#	openpype/plugins/publish/extract_hierarchy_to_ayon.py
2023-09-05 12:06:43 +02:00
Kayla Man
4b8a686d65 make sure the system wont do any popup if there is no main window 2023-09-05 16:59:04 +08:00
Jakub Trllo
aa9846dcbd removed logic where the script is used 2023-09-04 13:25:35 +02:00
Petr Kalis
0f39ccf016
Fix - files on representation cannot be single item list (#5545)
Further logic expects that single item files will be only 'string' not 'list' (eg. repre["files"] = "abc.exr" not repre["files"] = ["abc.exr"].

This would cause an issue in ExtractReview later.
2023-09-04 11:05:27 +02:00
Petr Kalis
1b8d8e68f2
Harmony: refresh code for current Deadline (#5493)
* Explicitly set Python3 for Harmony OP plugin

* Fix method call

Without it it would always return True

* Explicitly set render instance to farm

* Added Harmony 22 executable

This plugin might not be necessary anymore for current Harmonies (at least for 22 works original Harmony plugin in DL)

* Removed logging

* fix - remove explicit disabling of review

instance.data["review"] could be False only if review shouldn't be explicitly done. This is not possible in old publisher.
TODO must be implemented in NP.
2023-09-01 18:23:45 +02:00