Commit graph

1770 commits

Author SHA1 Message Date
Jakub Trllo
b75eafbeae uncheck published checkbox on open of published file 2022-03-21 17:53:51 +01:00
Jakub Trllo
2d86f0ee7c added check of unknown files in temp 2022-03-21 17:30:47 +01:00
Jakub Trllo
8f28b96c7f smaller fixes 2022-03-21 17:15:55 +01:00
Jakub Trllo
46b4f6f544 added ability to clear cached files 2022-03-21 17:03:29 +01:00
Jakub Trllo
5a81596bd8 added basic system of temping workfiles on user's side 2022-03-21 14:17:56 +01:00
Jakub Trllo
ea9fb6c841 small tweaks and changes 2022-03-21 12:18:52 +01:00
Jakub Trllo
2a9a490105 simplified pretty time delegate 2022-03-21 11:21:45 +01:00
Jakub Trllo
02e4f239a9 modified files widget to have view for workarea and published files 2022-03-21 11:06:23 +01:00
Jakub Trllo
fa764a1282 base implementation of published files model 2022-03-21 11:05:38 +01:00
Jakub Trllo
6dbb48d4e6 separated files widget and Window into separated files 2022-03-21 11:03:33 +01:00
Jakub Trllo
30fe1b30a2 use standard item model 2022-03-21 10:29:22 +01:00
Jakub Trllo
d292b12222 moved save as dialog logic into separated file 2022-03-21 10:20:10 +01:00
Jakub Trllo
65bc619bcb use moved workfile functions 2022-03-18 14:57:02 +01:00
Jakub Trllo
8e1ec6d251
Merge pull request #2906 from pypeclub/enhancement/OP-2818_Workfile-name-ftrack-attribute
Ftrack: Fill workfile in custom attribute
2022-03-18 13:27:42 +01:00
Jakub Trllo
d3dc406b90 use get_workdir_data in wokrfiles tool 2022-03-17 19:27:05 +01:00
Jakub Trllo
d14d9eecc8 added simple tooltips for settings entities 2022-03-17 12:44:30 +01:00
Roy Nieterau
3d426d1d8f Fix #2834 - ensure current state is correct when entering new group order 2022-03-17 00:14:00 +01:00
Jakub Trllo
256286c55f fix tooltip of buttons in scene inventory 2022-03-16 10:37:51 +01:00
Jakub Trllo
348ccc68b1 Merge branch 'develop' into enhancement/OP-2848_move-loader-logic-from-avalon-to-openpype 2022-03-15 11:45:28 +01:00
Jakub Trllo
5b835d87e7 renamed 'load_representation' to 'load_container' 2022-03-15 11:40:59 +01:00
Jakub Trllo
4323974011 remove debug prints 2022-03-15 11:12:39 +01:00
Jakub Trllo
10333be883 remove asset document check 2022-03-15 10:55:40 +01:00
Jakub Trllo
001f096f4e fix deprecated font color in standalone publisher 2022-03-15 10:55:27 +01:00
Jakub Trllo
8a0005e93d use default task icon in publisher 2022-03-15 10:50:00 +01:00
Jakub Trllo
58d31a11b9 implemented function to receive task icon 2022-03-15 10:49:51 +01:00
Jakub Trllo
16a24d03da removed unnecessary style set 2022-03-15 09:56:58 +01:00
Jakub Trllo
8f998f06e8 use openpype style on scene inventory error dialog 2022-03-14 17:24:57 +01:00
Jakub Trllo
b48460d579 added function for getting a project icon 2022-03-14 17:17:33 +01:00
Jakub Trllo
2b062e98a0 added icon option for projects 2022-03-14 16:51:37 +01:00
Jakub Trllo
e1dd07c936 remove backwards compatibility of 'application' context function 2022-03-14 16:40:32 +01:00
Jakub Trllo
4f8129acfa move spinner svg into openpype 2022-03-14 16:40:05 +01:00
Jakub Trllo
cd1e764da6 cleanup 2022-03-14 16:19:08 +01:00
Jakub Trllo
bf3b9407cb remove avalon style from maya look assigner 2022-03-14 16:18:23 +01:00
Jakub Trllo
9bbaf42a3b use functions for colors in tools 2022-03-14 15:26:08 +01:00
Jakub Trllo
eb49761887 Merge branch 'develop' into enhancement/OP-2848_move-loader-logic-from-avalon-to-openpype 2022-03-14 11:47:33 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
e635d81f9b
Merge pull request #2846 from pypeclub/deature/OP-2839_Basic-event-system
General: Basic event system
2022-03-11 18:50:06 +01:00
Petr Kalis
e8b2299c00 OP-2815 - copied webserver tool for AE from avalon to openpype 2022-03-11 14:27:17 +01:00
Jakub Trllo
ff440612a2 added icons into publisher UI 2022-03-10 15:56:50 +01:00
Jakub Trllo
3292320868 implemented get asset icon function 2022-03-10 15:56:39 +01:00
Jakub Trllo
76b630aaac added description widget and detailed info widget 2022-03-10 14:44:07 +01:00
Jakub Trllo
2bce15f106 changed Name to Variant 2022-03-10 11:57:21 +01:00
Jakub Trllo
58aaa25c55 added short description widget 2022-03-10 11:56:06 +01:00
Jakub Trllo
04bbba9ead Merge branch 'develop' into deature/OP-2839_Basic-event-system 2022-03-10 09:46:29 +01:00
Jakub Trllo
f91f7dfd42
Merge pull request #2863 from pypeclub/enhancement/OP-2880_NP-Fix-changing-task-on-publishing-instance
NewPublisher: Changing task on publishing instance
2022-03-10 09:34:23 +01:00
Jakub Trllo
9c57a9e025 Merge branch 'develop' into feature/OP-2849_move-create-logic-from-avalon-to-openpype 2022-03-09 19:37:29 +01:00
Jakub Trllo
a7b8cf2626 add plugin to report before it's processing 2022-03-09 19:20:04 +01:00
Jakub Trllo
d2a56ff66b
Merge pull request #2848 from pypeclub/enhancement/OP-2841_Add-vendors-from-avalon
General: Add vendors from avalon
2022-03-09 18:57:58 +01:00
Jakub Trllo
86ddbf8c5c task as none will use empty string 2022-03-09 18:56:35 +01:00
Jakub Trllo
5a2f917c2a empty task is stored as None 2022-03-09 18:54:54 +01:00