Commit graph

235 commits

Author SHA1 Message Date
Jakub Trllo
caf94fb68f show publisher can accept tab to switch to 2022-11-22 15:57:17 +01:00
Jakub Trllo
d4ae2ac60c
Merge pull request #4052 from pypeclub/feature/attribute_defs_dialog
General/TVPaint: Attribute defs dialog
2022-11-04 21:36:12 +01:00
Jakub Trllo
cec37f0101 loader can handle both qargparse and attribute definitions 2022-11-01 14:36:50 +01:00
Jakub Trllo
2d4e13ae56 implemented new pixmap button which is not pushbutton based 2022-10-31 18:44:32 +01:00
Jakub Trllo
44f6d1c724 set render hint for paint image with color 2022-10-31 18:10:44 +01:00
Jakub Trllo
f4b123d65a added separator widget to public widgets 2022-10-21 11:01:52 +02:00
Jakub Trllo
239d2f90bf footer layout is under widget and store the widget to self 2022-10-21 11:01:41 +02:00
Jakub Trllo
280e4fe0ca change separator of report copy 2022-10-21 11:00:59 +02:00
Jakub Trllo
ad28ea8121 top widget is optional 2022-10-21 10:58:55 +02:00
Jakub Trllo
9ae99eb4ba change function name 'convert_text_for_html' to 'escape_text_for_html' 2022-10-21 10:58:34 +02:00
Jakub Trllo
20dd53a830 use separator widget in error dialog 2022-10-21 10:58:08 +02:00
Jakub Trllo
91fa300d99 implementaed separator widget 2022-10-21 10:57:45 +02:00
Jakub Trllo
495b547914 fix args order 2022-10-17 17:21:29 +02:00
Jakub Trllo
8e46890f64 Merge branch 'feature/OP-4158_Creation-UI-is-part-of-main-window' into feature/OP-4194_Remote-publisher-controller 2022-10-12 14:42:51 +02:00
Jakub Trllo
89d4989f36 Merge branch 'develop' into feature/OP-4158_Creation-UI-is-part-of-main-window 2022-10-12 14:41:17 +02:00
Jakub Trllo
2e86d03293 fix import of PublisherWindow and add ability to pass controller 2022-10-11 10:55:09 +02:00
Jakub Trllo
6859d2c4f7 Merge branch 'develop' into feature/OP-4158_Creation-UI-is-part-of-main-window 2022-10-07 14:17:37 +02:00
Jakub Trllo
cb7862faa2 Merge branch 'develop' into feature/direct_settings_imports 2022-10-04 14:39:12 +02:00
Jakub Trllo
a3e795aa37 import setting functions from 'openpype.settings' 2022-10-04 11:51:52 +02:00
Jakub Trllo
6ce68d32d5
Merge pull request #3926 from pypeclub/feature/logger_imported_from_lib
General: import 'Logger' from 'openpype.lib'
2022-10-04 10:18:20 +02:00
Jakub Trllo
deec8d742a Merge branch 'develop' into feature/OP-4158_Creation-UI-is-part-of-main-window 2022-10-03 15:24:46 +02:00
Jakub Trllo
4ed045731f added ability to update overlay message 2022-10-03 14:59:36 +02:00
Roy Nieterau
24d9e5017d Optimize use of cache by allowing to copy only the part of the data you need 2022-09-28 20:27:01 +02:00
Jakub Trllo
79e6de15b5 import Logger from 'openpype.lib' instead of 'openpype.api' 2022-09-28 14:49:52 +02:00
Petr Kalis
5cde90a3a8
Merge branch 'develop' into feature/OP-3952_Traypublisher-Project-search 2022-09-20 19:02:17 +02:00
Petr Kalis
091498e130
OP-3952 - remove duplicated field
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-09-19 11:57:29 +02:00
Petr Kalis
a5b2d8c6bd OP-3952 - set sorting as case insensitive 2022-09-19 11:04:47 +02:00
Petr Kalis
f711b529b9 OP-3952 - safer resolving of search pattern 2022-09-19 11:01:52 +02:00
Petr Kalis
964522dc5b Merge remote-tracking branch 'origin/feature/OP-3953_Traypublisher-last-project-selected' into feature/OP-3953_Traypublisher-last-project-selected 2022-09-19 10:53:11 +02:00
Petr Kalis
afb8f5e3c9 Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3953_Traypublisher-last-project-selected 2022-09-19 10:52:12 +02:00
Petr Kalis
b48ad01e4c
Changed function name
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-09-19 10:48:44 +02:00
Petr Kalis
210a3e0552 OP-3953 - added persisting of last selected project in Tray Publisher
Last selected project is stored in .json in app folder - eg. next to unzipped version zip.
2022-09-16 14:19:07 +02:00
Petr Kalis
52e1b56367 OP-3952 - added text filter on project name to Tray Publisher 2022-09-16 11:47:05 +02:00
Jakub Trllo
9e5e5d5921 remove unnecessary lines 2022-09-13 13:35:38 +02:00
Jakub Trllo
a440a92838
Fix docstring
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-09-13 13:34:37 +02:00
Jakub Trllo
7ad8aa34db fix variable usage 2022-09-13 12:38:36 +02:00
Jakub Trllo
b14ab9f2af added publisher to host tools 2022-09-13 12:31:44 +02:00
Jakub Trllo
c393105e25 use BaseException 2022-08-23 16:39:31 +02:00
Jakub Trllo
4062bf56f3 print traceback on crashed dynamic thread 2022-08-23 16:36:24 +02:00
Jakub Trllo
260ef99995 removed unused code 2022-08-15 19:15:42 +02:00
Jakub Trllo
61e8d7e9f1 use 'get_projects' instead of 'projects' method on AvalonMongoDB 2022-08-15 19:14:01 +02:00
Jakub Trllo
5e31967310 implemented helper function to escape html symbols 2022-07-25 10:53:07 +02:00
Jakub Trllo
3fac738361 show workfile just calls ensure visible on workfiles tool 2022-07-20 13:16:15 +02:00
Jakub Trllo
58611f89bd global function 'show_workfiles' just pass args and kwargs 2022-07-20 13:15:12 +02:00
iLLiCiTiT
81469cbc54 implemented combobox that can have custom text 2022-07-12 23:25:44 +02:00
Jakub Trllo
94bccd51cf Merge branch 'develop' into feature/OP-3315_Host-implementation-defined-with-class 2022-06-22 18:00:04 +02:00
Jakub Trllo
b81dbf9ee4 use validations from interfaces 2022-06-13 19:31:37 +02:00
Jakub Trllo
76be40b3e9 Merge branch 'develop' into feature/OP-3292_Map-where-database-queries-and-changes 2022-06-09 10:40:30 +02:00
Felix Wang
24cb024dd9
Maya: Look assigner UI improvements (#3208)
Co-authored-by: felix.wang <felix.wang@igg.com>
2022-06-08 08:45:15 +01:00
Jakub Trllo
0d38c76f54 separated functions to query asset by name and id 2022-06-07 16:28:53 +02:00