Commit graph

19771 commits

Author SHA1 Message Date
Petr Kalis
d080b17cce OP-2813 - fix wrong logging 2022-03-17 18:00:25 +01:00
Petr Kalis
395d567aa2 OP-2813 - fix wrong parsing when short label is used 2022-03-17 16:20:06 +01:00
Petr Kalis
e208e7976d OP-2813 - fixed duplication of representations
nuke.api.plugin.ExporterReview adds representation explicitly via publish_on_farm, so skip adding repre if already there. (Issue in ExtractBurnin other way.)
ExporterReview should be probably refactored and publish_on_farm removed altogether.
2022-03-17 14:57:28 +01:00
Petr Kalis
87b44b4b14 OP-2813 - fix collect_frames when multiple version numbers in path
Added new test case.
2022-03-16 13:48:50 +01:00
Petr Kalis
4d27c3c01f Merge branch 'develop' of github.com:pypeclub/OpenPype into bugfix/OP-2813_AE-rendering-for-single-frame-doesnt-work-in-DL 2022-03-16 13:17:35 +01:00
Jakub Trllo
c21026b613
Merge pull request #2894 from pypeclub/bugfix/scene_inventory_load_fixes
SceneInventory: Fix import of load function
2022-03-16 11:26:38 +01:00
Petr Kalis
78ae6c1c86 OP-2813 - fixed one too many frame after loaded clip in Nuke
For 0-229 range it previously produced 229 - 0 + 1 = 230 (duration). last = 1 + 230 = 231 (should be 230).
2022-03-16 11:14:20 +01:00
Jakub Trllo
f130e30a2c fix missing import of 'get_repres_contexts' 2022-03-16 10:45:11 +01:00
Jakub Trllo
256286c55f fix tooltip of buttons in scene inventory 2022-03-16 10:37:51 +01:00
Jakub Trllo
d1208cbebc
Merge pull request #2886 from pypeclub/enhancement/OP-2848_move-loader-logic-from-avalon-to-openpype
General: Move loader logic from avalon to openpype
2022-03-16 09:26:30 +01:00
pypebot
7501d86920
[Automated] Merged main into develop 2022-03-16 04:37:23 +01:00
OpenPype
0f67d46ae0 [Automated] Bump version 2022-03-16 03:37:11 +00:00
pypebot
d27f413bfd
[Automated] Merged develop into main 2022-03-16 04:30:04 +01:00
Petr Kalis
80cd590d6e
Merge pull request #2891 from pypeclub/bugfix/harmony_creator_issue
Harmony - fixed creator issue
2022-03-15 15:25:39 +01:00
Petr Kalis
372d686024 Fix - Harmony creator issue
Creator failed with 'str' object does not support item assignment
2022-03-15 14:24:36 +01:00
Jakub Trllo
4f7d99babe remove plural from de/register_loader_plugins_path 2022-03-15 14:15:35 +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
d1050bd7ee
Merge pull request #2889 from pypeclub/enhancement/OP-2857_create-color-definitions-for-asset-icons-etc-avalonstylecolors
General: Reduce style usage to OpenPype repository
2022-03-15 11:15:09 +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
96f55916dd remove constants 2022-03-15 10:26:07 +01:00
Jakub Trllo
c5b3098acd fix function typo 2022-03-15 10:24:12 +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
7c63ef68df change asset colorchange entity icon color 2022-03-14 15:45:03 +01:00
Jakub Trllo
9bbaf42a3b use functions for colors in tools 2022-03-14 15:26:08 +01:00
Jakub Trllo
8d81a91c1c use openpype style in delete old versions 2022-03-14 15:24:56 +01:00
Jakub Trllo
239badf4d3 added functions to get colors from style data 2022-03-14 15:24:40 +01:00
Jakub Trllo
d5c35d1873 use color hex instead of constans in nuke plugins 2022-03-14 15:20:20 +01:00
Jakub Trllo
105d794358 fix typo 2022-03-14 14:04:37 +01:00
Jakub Trllo
4e83ff6c27 moved avalon.api imports into functions using them 2022-03-14 14:03:51 +01:00
Jakub Trllo
3ba3b28622
Merge pull request #2885 from pypeclub/bugfix/use_creator_plugin_in_openpype
General: Remove forgotten use of avalon Creator
2022-03-14 13:47:29 +01:00
Jakub Trllo
3d01ba2711 define class attribute '_representations' loaded from settings 2022-03-14 13:00:27 +01:00
Petr Kalis
3929630327 OP-2813 - fix hardcoded value
Updated regular expression to match version substring to be more generic.
2022-03-14 12:06:59 +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
d4434fd1b7 use 'LegacyCreator' instead of 'avalon.api.Creator' 2022-03-14 11:42:02 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
3ce66cd098
Merge pull request #2884 from pypeclub/bugfix/avoid_circular_import
General: Avoid circular import
2022-03-14 11:32:00 +01:00
Jakub Trllo
25c7e56613 move import of LegacyCreator to function 2022-03-14 11:16:02 +01:00
Milan Kolar
019ce617c6
Merge pull request #2874 from pypeclub/bugfix/OP-2825_fixes-fo-attaching-loaded-containers 2022-03-14 11:01:17 +01:00