* 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>
* 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>
* 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
* 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>
* 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>
* 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
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.
* 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.