Commit graph

73 commits

Author SHA1 Message Date
Roy Nieterau
d958f989e0 Remove "handles" backwards compatibility 2023-03-29 23:57:35 +02:00
Roy Nieterau
aa6dc207f1 Fix grammar 2023-03-23 00:45:50 +01:00
Jakub Trllo
0f8a9c58a7 added is_current information to layers info 2023-02-23 17:19:21 +01:00
Jakub Trllo
59c3510a02 don't add opacity to layers info 2023-02-23 17:19:21 +01:00
Jakub Trllo
7a2c94f9d5 limit groups query to 26 max 2023-02-20 11:06:37 +01:00
Jakub Trllo
38ff3adc4e use context from create context 2023-02-15 15:42:17 +01:00
Jakub Trllo
118cf08d91 removed not needed tools 2023-02-15 15:40:50 +01:00
Jakub Trllo
7721520dd8 set context settings is called with explicit arguments 2023-02-15 15:40:36 +01:00
Jakub Trllo
7438aebc58 remove logic related to pyblish instance toggle 2023-02-15 15:40:16 +01:00
Jakub Trllo
3b87087a57 don't use project document during context settings 2023-02-15 15:39:51 +01:00
Jakub Trllo
06e11a45c2 removed legacy creator 2023-02-15 15:17:39 +01:00
Jakub Trllo
6097a96276 added option to use 'subset_template_family_filter' in all tvpaint creators 2023-02-15 12:14:53 +01:00
Jakub Trllo
d26d9083ce fix how context information is returned 2023-02-15 10:43:20 +01:00
Jakub Trllo
21b2cbe348 better methods propagation 2023-02-13 15:59:22 +01:00
Jakub Trllo
0ab0f323f8 use new option of family filter in TVPaint creators 2023-02-10 17:34:03 +01:00
Jakub Trllo
bd538e7e70 use publisher instead of pyblish pype 2023-02-10 14:30:08 +01:00
Jakub Trllo
1cb7c37b9e implemented base creators for tvpaint 2023-02-10 14:29:02 +01:00
Jakub Trllo
b9f22cf2be removed unused method 2023-02-10 14:28:45 +01:00
Jakub Trllo
65e7717b6c use 'get_global_context' on workfile save 2023-02-10 14:28:25 +01:00
Jakub Trllo
a17f464864 implement custom context methods 2023-02-10 14:28:13 +01:00
Jakub Trllo
85afe4f53b cleanup of methods 2023-02-10 14:27:22 +01:00
Jakub Trllo
2c0f057a91 implemented methods for context data 2023-02-10 14:25:59 +01:00
Jakub Trllo
88bda4e1f6 TVPaint host inherit from IPublishHost 2023-02-10 14:24:28 +01:00
Jakub Trllo
a3db8a0539 use qtpy in hosts which have use openpype process 2022-12-13 17:47:52 +01:00
Jakub Trllo
9a9aeef3ac fix removement of instances 2022-10-19 10:42:09 +02:00
Jakub Trllo
6b5f0afdba Merge branch 'develop' into feature/OP-3797_TVPaint-defined-with-HostBase
# Conflicts:
#	openpype/hosts/tvpaint/api/pipeline.py
2022-10-17 13:29:03 +02:00
Jakub Trllo
a3e795aa37 import setting functions from 'openpype.settings' 2022-10-04 11:51:52 +02:00
Jakub Trllo
dbd983f8c8 cleanup imports in api init file 2022-08-23 10:55:23 +02:00
Jakub Trllo
3265088887 removed unused workio 2022-08-23 10:55:13 +02:00
Jakub Trllo
bcad1ab7fd changed import of CommunicationsWrapper 2022-08-23 10:53:43 +02:00
Jakub Trllo
0b473de76b changed imports in plugin logic 2022-08-23 10:53:27 +02:00
Jakub Trllo
c69736a597 tvpaint is installed as object ingeriting HostBase 2022-08-23 10:52:07 +02:00
Jakub Trllo
d65607eedb removed unused imports 2022-08-23 10:27:26 +02:00
Jakub Trllo
227a21c057 removed uninstall function 2022-08-22 18:33:52 +02:00
Jakub Trllo
a71007de89
Merge pull request #3340 from pypeclub/feature/OP-3385_Use-query-functions-in-TVPaint
TVPaint: Use client query functions
2022-06-21 15:00:25 +02:00
Jakub Trllo
783f07e616 make sure exit code is set to not None 2022-06-21 14:35:06 +02:00
Jakub Trllo
bf8b64ae30 use query functions in TVPaint 2022-06-14 17:56:21 +02:00
Jakub Trllo
d09697db6b make sure members are strings 2022-06-09 15:21:20 +02:00
Jakub Trllo
de2ea81928 fix missing clip id 2022-05-23 13:34:24 +02:00
Jakub Trllo
264f3bb927 loop over 100 groups instead of only 12 2022-05-23 11:49:09 +02:00
Jakub Trllo
98ba730a99 replace avalon imports in tvpaint 2022-04-14 12:26:02 +02:00
Jakub Trllo
e91d84546e use AvalonMongoDB from openpype pipeline 2022-04-13 17:59:01 +02:00
Jakub Trllo
729131738a changed installation of hosts 2022-04-01 19:40:23 +02:00
Jakub Trllo
77e2f6eb8d use create register/discover functions in code 2022-03-23 15:11:43 +01:00
Jakub Trllo
e323429ab4 moved host workfile extensions 2022-03-18 16:08:15 +01:00
Jakub Trllo
89bdf2965c moved AVALON_CONTAINER_ID from avalon into openpype 2022-03-18 15:54:19 +01:00
Jakub Trllo
4f7d99babe remove plural from de/register_loader_plugins_path 2022-03-15 14:15:35 +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
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
04bbba9ead Merge branch 'develop' into deature/OP-2839_Basic-event-system 2022-03-10 09:46:29 +01:00