Commit graph

2618 commits

Author SHA1 Message Date
Jakub Trllo
199f70e1ca
add missing variable 'handles' to loader (#4781) 2023-04-05 14:35:07 +02:00
Roy Nieterau
0b590ea31d Merge remote-tracking branch 'upstream/develop' into refactor/remove_handles
# Conflicts:
#	openpype/hosts/maya/plugins/publish/collect_review.py
2023-04-03 18:07:15 +02:00
Petr Kalis
177cce233c
Workfiles: keep Browse always enabled (#4766)
* OP-5494 - keep Browse always enable din Workfiles

Browse might make sense even if there are no workfiles present, better in that case it makes the most sense (eg. I want to locate workfile from outside).

* use last existing directory of workfile root instead of goint to cwd

* use lstring instead of index cut

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-04-03 18:01:33 +02:00
Jakub Ježek
c0d4ab010a
Merge branch 'develop' into refactor/remove_handles 2023-03-31 21:58:53 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Roy Nieterau
d958f989e0 Remove "handles" backwards compatibility 2023-03-29 23:57:35 +02:00
Jakub Trllo
2244a634b2
change minimum frame start/end to '0' (#4719) 2023-03-27 16:06:52 +02:00
Jakub Ježek
2bbb91c8c9
Merge pull request #4680 from BigRoy/docs_minor_typo 2023-03-24 10:58:35 +01:00
Jakub Trllo
0f6d969867
fix shortcut key sequence check (#4694) 2023-03-23 14:35:58 +01:00
Jakub Trllo
d0f083ec19
Publisher: Explicit save (#4676)
* added save button class

* added save button to window

* workfiles is also part of context in CreateContext to be able check if context changed

* window cares about trigger of convertors

* use abstractproperty with property and abstractmethod decorators

* save changes happens using main window and can be blocked

* fix pyside compatibility

* use create context to get current context names

* Fix docstring label

* added shortcuts for save and reset

* change control string matching for macos

* added 'publish_has_started' property

* allow save only if publishing did not start yet

* rename 'get_selected_convertors' to 'get_selected_legacy_convertors' and added docstrings

* Added Saved changes

* disable instances toggle when publishing started

* Fix reset button tooltip

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

* Use QKeySequence to string for tooltips

* added example output

* use predefined method to emit card message

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-23 12:52:25 +01:00
Roy Nieterau
aa6dc207f1 Fix grammar 2023-03-23 00:45:50 +01:00
Jakub Trllo
c8c31018d6
General: Filter available applications (#4667)
* added project settings for applications

* filter applications by new settings in launcher and ftrack

* disable filtering by default
2023-03-21 18:10:09 +01:00
Roy Nieterau
71a28cb760
Scene inventory: Fix code errors when "not found" entries are found (#4594)
* Avoid VersionDelegate error if version value is not set, e.g. for NOT FOUND instances

* Ignore items without `representation` data

* Add not found items per container into the model like regular containers

* Do not provide set version + remove options for NOT FOUND items
2023-03-21 10:09:36 +01:00
Roy Nieterau
182bc4b5e8 Fix #4357: Move Look Assigner tool to maya since it's Maya only 2023-03-14 11:15:02 +01:00
Jakub Trllo
86184a8ee0
Tools: Fix recursive filtering (#4597)
* check for 'filterRegExp' first

* use recursive filtering option if is available
2023-03-13 11:20:59 +01:00
Petr Kalis
a7f0d57638
SiteSync: host dirmap is not working properly (#4563)
- only editable keys are returned from Site Sync module to Local Settings

Cleaner approach even if LS UI is going away in Ayon.

- use remote_site only if is local_drive provider

- remove unwanted import

- cache mapping, update logging

Mapping was called multiple times for Nuke.
Logging was too verbose.
2023-03-13 10:32:19 +01:00
Alexey Bogomolov
fb0f39b3cc
add up to 3 decimals precision to the frame rate settings (#4571)
* add up to 3 decimals to fps

allows input 23.976 to the FPS settings both in Project Manager and the Project Anatomy.

* set fps and pixel aspect precision steps default values
2023-03-08 10:38:23 +01:00
Jakub Trllo
1b18483f7b
use right type for signal emit (#4584) 2023-03-07 16:41:35 +01:00
Jakub Trllo
8a34313b97 added 'data' and 'context' to representations widget too 2023-02-28 11:30:39 +01:00
Jakub Trllo
9e432f7c5c add data and context to repre document fields 2023-02-28 11:30:39 +01:00
Jakub Trllo
86f0383f18
Publisher: Prevent access to create tab after publish start (#4528)
make sure it is not possible to go to create tab if the tab is not enabled
2023-02-28 11:13:44 +01:00
Jakub Trllo
fa879c9beb
fix UI definitions for publish plugins (#4534) 2023-02-27 17:06:14 +01:00
Jakub Trllo
81ed872905 apply suggested changes 2023-02-24 18:53:33 +01:00
iLLiCiTiT
cba1b46765 don't use ObjectId in switch dialog 2023-02-24 18:53:33 +01:00
iLLiCiTiT
3ae3d01a20 Don't use ObjectId in scene inventory view 2023-02-24 18:53:33 +01:00
Jakub Trllo
093ffee97a Merge branch 'develop' into feature/OP-4710_TVP-publishing-update 2023-02-20 10:29:27 +01:00
Jakub Trllo
8a5831c6fe check for 'pyside6' when filling kwargs for file dialog 2023-02-16 17:11:00 +01:00
Jakub Trllo
973aa11fc4
Merge pull request #4473 from ynput/feature/report_plugin_discovery_crashes
Publisher: Report also crashed creators and convertors
2023-02-16 15:03:19 +01:00
Jakub Trllo
70ab3cd2ab fix newly added creators on refresh 2023-02-16 14:14:45 +01:00
Ondřej Samohel
df6d99f26e
Merge pull request #4463 from ynput/bugfix/OP-4943_Publisher-window-re-open-bug-in-Houdini- 2023-02-16 13:42:58 +01:00
Jakub Trllo
c2b2dbb3f3 fix compatibility of QAction in Publisher 2023-02-16 10:47:24 +01:00
Jakub Trllo
71adfb8b50 update instance label on refresh 2023-02-16 09:56:07 +01:00
Jakub Trllo
0dc73617a6 use reports to store crashed files to publish report 2023-02-16 09:54:44 +01:00
Jakub Trllo
37a7841db8 reordered methods to match order of tabs in UI 2023-02-15 15:46:02 +01:00
Jakub Trllo
1cc9a7a90f change tab on reset only if is on report tab (Details for user) 2023-02-15 15:45:45 +01:00
Jakub Trllo
6ab581df7d on first reset always go to create tab 2023-02-15 15:45:22 +01:00
Jakub Trllo
ac40782592 fix used constant 'ActiveWindow' -> 'WindowActive' 2023-02-15 10:14:19 +01:00
Jakub Trllo
e4d59039d8 Merge branch 'develop' into feature/simplified_creator_api 2023-02-14 17:03:20 +01:00
Petr Kalis
77861116c3
Merge pull request #4359 from ynput/bugfix/add_hero_in_add_site_loader
Fix - addSite loader handles hero version
2023-02-10 16:27:03 +01:00
Jakub Trllo
b7078d77e2 label of attribute definition also have tooltip 2023-02-09 20:27:36 +01:00
Jakub Trllo
9cc8f1818c use new widgets in attribute definitions 2023-02-09 20:27:15 +01:00
Jakub Trllo
f6ee5db227 creasted spin boxes that allow mouse scroll changes only on active widgets 2023-02-09 20:26:49 +01:00
Jakub Trllo
6cbbd4b48c Merge branch 'develop' into feature/simplified_creator_api
# Conflicts:
#	openpype/pipeline/create/context.py
2023-02-09 13:08:13 +01:00
Jakub Trllo
fac10d2633 added public method 'create_with_unified_error' used in publisher 2023-02-09 12:58:51 +01:00
Petr Kalis
6894e17bbc Refactor - use values from context if available
Remove unnecessary keys from data
2023-02-08 16:18:45 +01:00
Jakub Trllo
310456ec13 fix creator_items cache cleanup 2023-02-07 19:10:24 +01:00
Jakub Trllo
dfb7187413 removed window title from creator widget 2023-02-07 19:10:07 +01:00
Jakub Trllo
7e1450e95d modified proxy filter for sorting of creators 2023-02-07 19:09:53 +01:00
Jakub Trllo
b67181c4e0 added show order to publisher UI 2023-02-07 19:09:32 +01:00
iLLiCiTiT
430fe6aed4 renamed 'create'->'raw_create' and 'create_with_context'->'create' 2023-01-28 00:33:33 +01:00