Jakub Trllo
6843ae8532
General: Small code cleanups ( #5034 )
...
* make sure the message type is set and unset correctly
* Update dummy data in readme
* remove debug message from main thread callbacks
* removed unused import
* cleanup code in muster addon
* simplified 'get_publish_instance_label' function
* even better json file handling
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-05-26 14:44:47 +02:00
Roy Nieterau
aa6dc207f1
Fix grammar
2023-03-23 00:45:50 +01:00
Jakub Trllo
5a4852703b
Merge branch 'develop' into release/3.15.x
2023-01-18 12:10:47 +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
7ce1dfb2c8
fix center window 'maybe'
2022-12-21 15:55:17 +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
44f6d1c724
set render hint for paint image with color
2022-10-31 18:10:44 +01: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
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
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
5e31967310
implemented helper function to escape html symbols
2022-07-25 10:53:07 +02:00
Jakub Trllo
0d38c76f54
separated functions to query asset by name and id
2022-06-07 16:28:53 +02:00
Jakub Trllo
7109d932ec
replace queries in tools
2022-06-04 21:08:42 +02:00
Petr Kalis
b59a408a39
Merge pull request #2966 from pypeclub/feature/OP-2951_Download-all-workfile-inputs
...
SiteSync: Download all workfile inputs
2022-04-25 16:13:09 +02:00
Jakub Trllo
328a35c166
Merge branch 'develop' into enhancement/OP-2956_move-host-install
2022-04-12 18:56:05 +02:00
Jakub Trllo
f49d01559a
fix database access in loader
2022-04-12 14:40:27 +02:00
Petr Kalis
ad3dfa872e
OP-2951 - refactor sync loaders
...
Changed structure of loaders bit, cannot use isinstance check though.
2022-04-11 12:30:33 +02:00
Jakub Trllo
9a8c41371b
use current project for query asset
2022-04-08 15:12:16 +02:00
Jakub Trllo
331f87bd15
changed usages of registered host and config
2022-04-01 19:41:18 +02:00
Jakub Trllo
1c775b382f
use explicit icon names for asset
2022-03-24 16:24:40 +01:00
Jakub Trllo
d772236278
changed info log level to debug
2022-03-24 16:07:11 +01:00
Jakub Trllo
57feaee44b
added informative logs about not found icons
2022-03-24 15:44:50 +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
58d31a11b9
implemented function to receive task icon
2022-03-15 10:49:51 +01:00
Jakub Trllo
b48460d579
added function for getting a project icon
2022-03-14 17:17:33 +01:00
Jakub Trllo
e1dd07c936
remove backwards compatibility of 'application' context function
2022-03-14 16:40:32 +01:00
Jakub Trllo
9bbaf42a3b
use functions for colors in tools
2022-03-14 15:26:08 +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
a051a5dc4b
added qtawesome and qtpy into poetry lock
2022-03-07 17:42:34 +01:00
Jakub Trllo
773d3aa176
Merge branch 'develop' into feature/OP-2361_Store-settings-by-OpenPype-version
2022-02-01 11:04:21 +01:00
Roy Nieterau
20bc784698
Fix typos/grammar mistakes.
2022-01-30 22:03:34 +01:00
Jakub Trllo
000e97f874
enhanced settings to be able define source version of settings in UI and see source version
2022-01-28 18:15:22 +01:00
Jakub Trllo
6a03efa7e6
added warning image to resources and utils function to load it
2022-01-26 11:18:22 +01:00
Milan Kolar
6238d63ef8
Merge pull request #2541 from BigRoy/family_filter_include_exclude
2022-01-24 21:47:18 +01:00
Roy Nieterau
7e41dc49b6
Allow to toggle family filters between "include" or "exclude" filtering
2022-01-16 11:54:08 +01:00
iLLiCiTiT
2944531434
implemented callback warpper for execution in main thread
2022-01-13 13:02:51 +01:00
Jakub Trllo
ba285533e7
Merge pull request #2296 from pypeclub/feature/OP-1775_Settings-UI-use-openpype-styles
...
Settings UI use OpenPype styles
2021-11-30 10:58:01 +01:00
Petr Kalis
06f23af879
Better path creation
2021-11-26 17:54:45 +01:00
Petr Kalis
f18f207f03
Fix - provider icons are pulled from a folder
2021-11-26 16:27:53 +01:00
iLLiCiTiT
7aacff9591
extracted paint_image_with_color from publisher
2021-11-23 12:38:29 +01:00
iLLiCiTiT
1c0c841116
created proper class for create_qthread function
2021-11-17 21:53:44 +01:00