Roy Nieterau
aa6dc207f1
Fix grammar
2023-03-23 00:45:50 +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
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
d48b73ed61
fix typo 'AbtractAttrDef' to 'AbstractAttrDef'
2023-01-27 16:28:00 +01:00
Jakub Trllo
5a4852703b
Merge branch 'develop' into release/3.15.x
2023-01-18 12:10:47 +01:00
Jakub Trllo
459ed76ae2
fix access to 'CE_ItemViewItem' constant
2023-01-16 18:02:20 +01:00
Jakub Trllo
bc61b450db
use right constants
2023-01-16 11:19:24 +01:00
Jakub Trllo
679becc3a8
fix work with checkstate constants
2023-01-06 18:51:51 +01:00
Jakub Trllo
854bf3a585
added more detailed helper functions to receive asset icon name and color
2023-01-05 16:19:26 +01:00
Jakub Trllo
dd8a7e5653
fix usage of qtpy in assets widget
2022-12-21 15:55:27 +01:00
Jakub Trllo
7ce1dfb2c8
fix center window 'maybe'
2022-12-21 15:55:17 +01:00
Jakub Trllo
940cb35e0d
fix usage of filteregexp
2022-12-21 15:55:05 +01:00
Jakub Trllo
b5b8119f49
use class attributes from classes
2022-12-21 15:54:46 +01:00
Jakub Trllo
8e19d0957d
use class attributes from classes instead of objects
2022-12-21 15:19:40 +01:00
Jakub Trllo
3468a285c1
use qtpy in remaining qt utils
2022-12-21 13:52:52 +01:00
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