Commit graph

19953 commits

Author SHA1 Message Date
Jakub Trllo
58085d3b4e removed unused function 2022-03-30 16:31:41 +02:00
Jakub Trllo
3534e9c448 Fix plugin label 2022-03-24 17:17:38 +01:00
Jakub Trllo
9ae5474a92 fix drop files in files widget 2022-03-24 16:47:37 +01: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
db66fe98fd fixed typo 2022-03-24 15:41:43 +01:00
Jakub Trllo
abf26fcaa4 changed Name to Variant in creator dialog 2022-03-24 15:41:18 +01:00
Jakub Trllo
4767bd7f5e fix import in tray publisher 2022-03-24 15:41:04 +01:00
Jakub Trllo
644b2f639c
Merge pull request #2949 from pypeclub/bugfix/log_viewer_refresh_on_init
LogViewer: Don't refresh on initialization
2022-03-24 15:29:53 +01:00
Jakub Trllo
c0d27f47d2 don't refresh log viewer on initialization but on first show 2022-03-24 15:20:53 +01:00
Jakub Ježek
406247ad26
Merge pull request #2903 from pypeclub/feature/nuke-improve-code-readebility
Nuke: improving readability
2022-03-24 14:35:08 +01:00
Jakub Trllo
61b430b3bc
Merge pull request #2944 from pypeclub/bugfix/scene_inventory_imports
SceneInventory: Fix imports in UI
2022-03-24 14:06:29 +01:00
Jakub Trllo
cf40d52d4d removed debug prints 2022-03-24 13:31:45 +01:00
Jakub Trllo
5402a99634 fix imports in scene inventory 2022-03-24 13:31:38 +01:00
Petr Kalis
d202bbed53
Merge pull request #2941 from pypeclub/bugfix/slack_fail
Slack: add generic exception
2022-03-24 12:29:10 +01:00
Petr Kalis
4442ef7128
Update openpype/modules/slack/plugins/publish/integrate_slack_api.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-03-24 11:57:56 +01:00
Petr Kalis
aaa4c1d54c Add generic exception handling for Slack notification 2022-03-24 11:53:57 +01:00
Jakub Trllo
437624dd46
Merge pull request #2934 from pypeclub/bugfix/collapsed_wrap_behavior
Settings UI: Collapsed of collapsible wrapper works as expected
2022-03-24 10:48:15 +01:00
Jakub Trllo
15b2b73c6b
Merge pull request #2925 from pypeclub/enhancement/OP-2950_Open-workfiles-from-published
Workfiles: Open published workfiles
2022-03-24 10:03:50 +01:00
Jakub Trllo
953ff9eedb fix attribute access 2022-03-23 18:00:57 +01:00
Jakub Trllo
748f84b600 fix usage of collapsed value in CollapsibleWrapper 2022-03-23 15:02:07 +01:00
Jakub Trllo
0bfb3c3dfc
Merge pull request #2931 from pypeclub/enhancement/move_attribute_definitions
General: Move Attribute Definitions from pipeline
2022-03-23 14:31:17 +01:00
Jakub Trllo
534ef55e22 fix attribute definitions import 2022-03-22 18:50:26 +01:00
Jakub Trllo
970d076811 moved attribute definitions to openpype/lib 2022-03-22 18:18:02 +01:00
Jakub Trllo
5901d45e5e
Merge pull request #2912 from pypeclub/enhancement/OP-2925_move-remaining-plugins
General: Move remaining plugins from avalon
2022-03-22 16:28:54 +01:00
Jakub Trllo
37f152adbf update avalon core 2022-03-22 16:27:57 +01:00
Jakub Trllo
231b63df60
Fix typo 2
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-03-22 16:18:01 +01:00
Jakub Trllo
8be14fc881
Fix typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-03-22 16:17:52 +01:00
Jakub Trllo
ac6182c792 Merge branch 'develop' into enhancement/OP-2925_move-remaining-plugins 2022-03-22 16:14:22 +01:00
Jakub Trllo
83fd67eb8d
Merge pull request #2918 from pypeclub/enhancement/OP-2949_move-pipeline-constants
General: Move pipeline constants to OpenPype
2022-03-22 16:10:49 +01:00
Jakub Trllo
8b06aa590a skip empty filepaths 2022-03-22 15:11:38 +01:00
Jakub Trllo
dbe643e410 Fix cases when published file is not available on the machine 2022-03-22 15:10:30 +01:00
Jakub Trllo
35e0b043e1 added few docstrings 2022-03-22 14:49:15 +01:00
Jakub Trllo
bfbf7c8d54 removed redundant line 2022-03-22 14:48:16 +01:00
Jakub Trllo
bbb12d283c
Merge pull request #2927 from pypeclub/enhancement/removed_unused_code
General: Removed silo references and terminal splash
2022-03-22 14:39:47 +01:00
Jakub Trllo
42a79966a3 fix trailing spaces 2022-03-22 13:38:38 +01:00
Jakub Trllo
eba76ad9c0
Change note
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-03-22 12:52:39 +01:00
Jakub Trllo
6a6cbe6b99 removed terminal splash 2022-03-22 12:32:13 +01:00
Jakub Trllo
d721ed94e4 simplified loader to not use registered root 2022-03-22 12:31:50 +01:00
Jakub Trllo
5e5fc4ec55 removed silo references 2022-03-22 12:31:14 +01:00
Jakub Trllo
87a0663f52
Merge pull request #2926 from pypeclub/bugfix/dont_print_record_on_oserror
General: Don't print log record on OSError
2022-03-22 12:08:39 +01:00
Jakub Trllo
8b572a0d3c just handle error when is caused by OSError 2022-03-21 18:59:34 +01:00
Jakub Trllo
528b27b7ab show all workfile representations if task is not selected in UI 2022-03-21 17:54:39 +01:00
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
d8c7b11a7a Merge branch 'develop' into enhancement/OP-2925_move-remaining-plugins 2022-03-21 13:41:45 +01:00