Commit graph

2774 commits

Author SHA1 Message Date
Jakub Trllo
79c079961b Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-11-16 17:22:33 +01:00
Jakub Trllo
fe8711cf78
Publisher: Bugfixes and enhancements (#5924)
* fix logger getter

* catch crashes of create plugin initializations

* use 'product' instead of 'subset' in AYON mode

* fix import
2023-11-16 15:42:44 +01:00
Jakub Trllo
05673e934d
AYON: Loader tool bugs hunt (#5915)
* handle cases when server is missing product type in project database

* ignore representations which do not match uuid

* add comments
2023-11-16 15:26:52 +01:00
Jakub Trllo
6e8f142e52 Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-11-16 11:23:58 +01:00
Jakub Trllo
23291ac53c
AYON workfiles tools: Revisit workfiles tool (#5897)
* implemented base hierarchy expected selection model

* use existing models and widgets in ayon workfiles tool

* move private method under public method

* added more methods to cache

* reset models during controller reset

* create workfile info all the time
2023-11-15 18:35:54 +01:00
Jakub Trllo
59c8e05ffb use 'folderPath' in create widget instead of asset 2023-11-15 11:39:16 +01:00
Jakub Trllo
a28d6d34d2 Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
# Conflicts:
#	openpype/client/server/entities.py
#	openpype/pipeline/context_tools.py
2023-11-13 16:39:09 +01:00
Jakub Trllo
3cea797d02
Merge pull request #5898 from ynput/bugfix/publish-report-pyside6-fix
Publish report tool: Fix PySide6
2023-11-13 14:42:21 +01:00
Jakub Trllo
7d20d332ab don't use constants from objects 2023-11-10 18:15:23 +01:00
Jakub Trllo
0feca7015e skip 'get_site_icons' if site sync addon is disabled 2023-11-10 16:40:40 +01:00
Jakub Trllo
67bc4530da Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-11-08 12:07:35 +01:00
Jakub Trllo
e1a78eaa45
Merge pull request #5881 from ynput/enhancement/publisher-confirm-post-processing
Publisher: Instance context changes confirm works
2023-11-08 10:48:27 +01:00
Jakub Trllo
2f4f92fbc5
Merge pull request #5877 from ynput/enhancement/center-publisher
Publisher: Center publisher window on first show
2023-11-07 17:59:58 +01:00
Jakub Trllo
b8ed125569 set spacing between buttons 2023-11-07 17:44:33 +01:00
Jakub Trllo
e4ed21623a fix task combinations 2023-11-07 17:35:48 +01:00
Jakub Trllo
63af150dd8 confirm of instance context changes reset origin of input fields 2023-11-07 17:22:02 +01:00
Jakub Trllo
cf4590f532 Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-11-07 14:38:04 +01:00
Jakub Trllo
bf96b15b90 center publisher window on first show 2023-11-07 13:50:44 +01:00
Jakub Trllo
ce41304513 ignore if passed icon definition is None 2023-11-07 13:29:15 +01:00
Jakub Trllo
d87506f8af removed unused import 2023-11-03 19:12:17 +01:00
Jakub Trllo
5a0b2f6915 projects model handle cases when model is refreshing 2023-11-03 19:01:40 +01:00
Jakub Trllo
42c32f8196 projects model returns 'None' if is in middle of refreshing 2023-11-03 19:01:26 +01:00
Jakub Trllo
05748bbb92 projects model pass sender value 2023-11-03 19:00:51 +01:00
Jakub Trllo
86e4bed151 validate that item on which is clicked is enabled 2023-11-03 18:59:52 +01:00
Jakub Trllo
264e3cac79 renamed other qt models to contain 'Qt' 2023-11-03 18:59:02 +01:00
Jakub Trllo
3bffe3b31b renamed 'ProjectsModel' to 'ProjectsQtModel' 2023-11-03 18:58:29 +01:00
Jakub Trllo
2a19d5cc54 fix default type of projects model cache 2023-11-03 18:57:15 +01:00
Jakub Trllo
dbd1fcb989 make sure all QThread objects are always removed from python memory 2023-11-03 17:03:54 +01:00
Jakub Trllo
ff8cd30244 Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-11-02 11:40:01 +01:00
Ondřej Samohel
3817ed150d
Merge pull request #5766 from ynput/feature/OP-5029_Context-Dialog-using-AYON-calls 2023-11-01 11:23:46 +01:00
Jakub Trllo
319a236bb2 do not strip asset name 2023-10-30 16:07:14 +01:00
Jakub Trllo
1790c5516c Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-10-27 18:07:55 +02:00
Jakub Trllo
dd72d45ce7 fix path in assets widget 2023-10-27 14:36:22 +02:00
Jakub Trllo
71014fca0b hide multivalue widget by default 2023-10-26 13:34:18 +02:00
Jakub Trllo
1ac66764d4 use folder path in publisher 2023-10-24 18:05:16 +02:00
Jakub Trllo
c505513b05 use folder path in ayon tools to define current context 2023-10-24 18:04:31 +02:00
Jakub Trllo
1dfdeacd04 use 'open_current_requested' signal instead of missing 'save_as_requested' 2023-10-24 13:23:10 +02:00
Jakub Trllo
f320cdc9dd
Merge pull request #5770 from ynput/feature/OP-5196_Push-to-Project-tool-AYON-compatibility
Push to project tool: Prepare push to project tool for AYON
2023-10-20 12:10:03 +02:00
Jakub Trllo
1ad8e94891
Merge pull request #5792 from ynput/bugfix/number-attr-widget-multiselection
'NumberAttrWidget' shows 'Multiselection' label on multiselection
2023-10-19 14:40:40 +02:00
Jakub Trllo
38883e4bdd removed unnecessary imports 2023-10-19 14:39:06 +02:00
Jakub Trllo
74b7364818 fix re-use of 'output' for representation 2023-10-19 14:39:06 +02:00
Jakub Trllo
ed4c306c43 modified integration to avoid direct access to integrate objects 2023-10-19 14:39:06 +02:00
Jakub Trllo
e729cc1964 moved 'control_integrate.py' to models as 'integrate.py' 2023-10-19 14:39:06 +02:00
Jakub Trllo
faadf3582c removed debug print 2023-10-19 14:39:06 +02:00
Jakub Trllo
37da54b438 implemented helper method to trigger controller events 2023-10-19 14:39:06 +02:00
Jakub Trllo
7951c95f09 renamed '_get_source_label' to '_prepare_source_label' 2023-10-19 14:39:05 +02:00
Jakub Trllo
2ac76ad4af moved user values model to different file 2023-10-19 14:39:05 +02:00
Jakub Trllo
78eebdaca1 initial changes of window 2023-10-19 14:39:05 +02:00
Jakub Trllo
edf5c52541 initial modification of controller 2023-10-19 14:39:05 +02:00
Jakub Trllo
4481c7590b renamed 'control_context.py' to 'control.py' 2023-10-19 14:39:05 +02:00