Commit graph

2833 commits

Author SHA1 Message Date
Libor Batek
0c4034074b
Merge branch 'develop' into enhancement/OP-5920_abc-options-for-Pointcache-Animation-family 2024-03-05 16:01:51 +01:00
Jose Caraballo
98deab1f63 Fix line length. 2024-02-26 17:51:48 +01:00
Jose Caraballo
1dcdb31105 Pass correct arguments to function. 2024-02-26 17:39:55 +01:00
Libor Batek
8fee7b5240
Merge branch 'develop' into enhancement/OP-5920_abc-options-for-Pointcache-Animation-family 2024-02-22 11:27:03 +01:00
Toke Stuart Jepsen
698e5db01e Working version of attributes on extractor 2024-02-20 15:48:51 +00:00
Jakub Ježek
9058962d8b
Merge pull request #6179 from ynput/enhancement/OP-8067_publisher_action_error_raising
Publisher: Show message with error on action failure
2024-02-07 12:44:59 +01:00
Jakub Trllo
9affc2ce09
Merge pull request #6176 from ynput/bugfix/publisher-window-as-dialog
Publisher window as dialog
2024-02-07 11:11:09 +01:00
Jakub Trllo
75dd13cbc8
Merge pull request #6199 from ynput/chore/use_better_resolution_fusion
Fusion: Use better resolution of Ayon apps on 4k display
2024-02-07 11:09:19 +01:00
Jakub Trllo
0993e79094 Merge branch 'develop' into bugfix/publisher-window-as-dialog 2024-02-07 10:33:38 +01:00
Jakub Trllo
9452cdb06d define 'get_qt_app' in tools utils 2024-02-05 13:45:04 +01:00
Jakub Trllo
5f0944ee5c
Merge pull request #6170 from ynput/enhancement/OP-7275_AYON-refresh-loader-on-show
Loader AYON: Reset loader window on open
2024-02-05 13:15:24 +01:00
Jakub Trllo
7a7a4b1e9a handle empty project in 'get_project_product_types' 2024-02-05 12:04:55 +01:00
Jakub Trllo
fe5ef4aa8c store version id to versions set 2024-02-05 11:23:44 +01:00
Jakub Trllo
29a3b56d46 Merge branch 'develop' into enhancement/keep-version-after-switch-ayon 2024-01-31 12:02:00 +01:00
Toke Stuart Jepsen
b39c41f98a Use label 2024-01-31 10:01:02 +00:00
Toke Stuart Jepsen
149f53daff identifier > name 2024-01-31 09:15:11 +00:00
Toke Stuart Jepsen
d0a09bcad4 Illicit suggestion 2024-01-31 07:15:36 +00:00
Toke Stuart Jepsen
2b31607733 Feedback action finished. 2024-01-30 10:58:12 +00:00
Toke Stuart Jepsen
449e601a5f Show message with error on action failure. 2024-01-29 17:39:28 +00:00
Jakub Trllo
781bd615a6 add comments to enter and return keys 2024-01-26 17:53:30 +01:00
Jakub Trllo
87b4b6e483 removed '_make_sure_on_top' 2024-01-26 17:43:09 +01:00
Jakub Trllo
34b42c132d ignore enter and return event key 2024-01-26 16:46:03 +01:00
Jakub Trllo
dadf8989be Use QDialog as super class and pass parent to init 2024-01-26 16:45:44 +01:00
Ondřej Samohel
5f181507ab
Merge branch 'develop' into chore/remove-muster 2024-01-26 16:19:32 +01:00
Jakub Trllo
d2ee1b91f5 deselect project on close 2024-01-26 11:15:08 +01:00
Jakub Trllo
94702cc2cd reset loader window on reopen 2024-01-26 10:56:09 +01:00
Jakub Trllo
77bfe7e3bb
Merge pull request #6092 from ynput/enhancement/publisher-report-viewer-sorting
Publish report viewer: Report items sorting
2024-01-25 10:35:38 +01:00
Jakub Trllo
b0a2c9689b make sure style object is not garbage collected 2024-01-16 10:53:40 +01:00
Jakub Trllo
f88ab85cc1
SceneInventory: Fix site sync icon conversion (#6123)
* use 'get_qt_icon' to convert icon definition

* check if site sync is enabled before getting sites info

* convert containers to list

* Fix wrong method name

---------

Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
2024-01-12 13:50:34 +01:00
Petr Kalis
046154037b
Site Sync: small fixes in Loader (#6119)
* Fix usage of correct values

Returned item is dictionary of version_id: links, previous loop was looping through [[]].

* Fix usage of studio icon

local and studio have both same provider, local_drive. Both of them should be differentiate by icon though.

* Fix - pull only paths from icon_def

Icon_def is dictionary with `type` and `path` keys, not directly 'path'.
It must be massaged first.

* Revert back, fixed in different PR

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

* Fix looping

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

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-01-12 10:44:01 +01:00
Jakub Trllo
adb7e19c23
Publisher: Window is not always on top (#6107)
* make publisher a window without always on top

* put publisher window to the top on process

* make sure screenshot window is active

* removed unnecessary variable
2024-01-11 13:21:41 +01:00
Jakub Trllo
aba61718b2
fix issue with parenting of widgets (#6106) 2024-01-11 12:07:35 +01:00
Jakub Trllo
4444f17892 make version doc resolving a little bit more safe 2024-01-04 16:35:11 +01:00
Jakub Trllo
44128f77e5 implemented the same logic to keep version on switch in ayon switch tool 2024-01-04 16:34:58 +01:00
kaa
91a1fb1cdb
General: We should keep current subset version when we switch only the representation type (#4629)
* keep current subset version when switch repre

* added comment and safe switch repres

* more clearly variable names and revert last feat

* check selected but no change

* fix switch hero version
2024-01-04 15:59:26 +01:00
erictsaivfx
bea3c78079 fix arrow to timezone typo 2024-01-02 09:31:10 -08:00
Jakub Trllo
53c593d41d removed unused import 2023-12-27 18:53:09 +01:00
Jakub Trllo
3a22c1dd15 use explicit condition 2023-12-27 18:35:27 +01:00
Jakub Trllo
3d7e02a550 use utc isoformat with help of 'arrow' 2023-12-27 18:21:41 +01:00
Jakub Trllo
79f592aaf3 fix 'pop' of item by id 2023-12-27 16:52:29 +01:00
Jakub Trllo
10125a4078 avoid usage of 'clear' method 2023-12-27 16:45:49 +01:00
Jakub Trllo
78460c2d38 remove items from _report_items_by_id and _items_by_id 2023-12-27 16:43:00 +01:00
Jakub Trllo
f7fba84aee fix '_fill_selection' by accessing model method 2023-12-27 16:33:22 +01:00
Jakub Trllo
6db0dcbb44
Fix weird comment 2023-12-27 15:55:39 +01:00
Jakub Trllo
25a0e64a06 removed unnecessary 'date_obj_to_timestamp' 2023-12-27 15:51:05 +01:00
Jakub Trllo
46f05968bc add loaded report item only if could be created 2023-12-27 12:25:44 +01:00
Jakub Trllo
64ef575cce modified docstring 2023-12-27 12:25:29 +01:00
Jakub Trllo
8bb497e64b renamed 'remove_report_items' tp 'remove_report_item' 2023-12-27 12:25:13 +01:00
Jakub Trllo
5f6d6ca1b3 use created at as sorting value 2023-12-27 12:24:55 +01:00
Jakub Trllo
1e78259d3a added 'created_at' with auto fix for older report items 2023-12-27 12:23:44 +01:00