Commit graph

30 commits

Author SHA1 Message Date
Roy Nieterau
5b163fe84d
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-30 22:40:44 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Petr Kalis
a7f0d57638
SiteSync: host dirmap is not working properly (#4563)
- only editable keys are returned from Site Sync module to Local Settings

Cleaner approach even if LS UI is going away in Ayon.

- use remote_site only if is local_drive provider

- remove unwanted import

- cache mapping, update logging

Mapping was called multiple times for Nuke.
Logging was too verbose.
2023-03-13 10:32:19 +01:00
Petr Kalis
0572627731
Merge pull request #4436 from ynput/bugfix/OP-4702_Maya-dirmap-issue-if-Site-Sync-is-enabled
SiteSync: fix dirmap
2023-02-09 10:18:55 +01:00
Petr Kalis
31173abd4f OP-4702 - fix dirmap
remote_site_dir started to return platform dict
2023-02-06 13:39:04 +01:00
Jakub Trllo
e1f11abdf4 use AVALON_TASK to get current task name 2023-02-02 12:41:33 +01:00
iLLiCiTiT
48937de52c added missing import 2023-01-16 22:07:25 +01:00
iLLiCiTiT
b90e9b69c6 added more specific functions for current context into host integration 2023-01-16 21:44:24 +01:00
Jakub Trllo
fb88612539 added 'install' method with docstring to 'HostBase' 2023-01-10 10:44:52 +01:00
Ondřej Samohel
5bfd803609
🔀 merge develop in 2022-10-14 17:41:03 +02:00
Ondrej Samohel
f8a59021b0
🔀 Merge remote-tracking branch 'origin/develop' into enhancement/OP-3075_houdini-new-publisher 2022-10-07 18:04:34 +02:00
Jakub Trllo
4d39dae6f1 added more required methods for IPublisher interface 2022-10-05 10:40:32 +02:00
Jakub Trllo
6ca895906d added docstring to 'INewPublisher' 2022-09-22 11:26:33 +02:00
Jakub Trllo
09d7617c73 renamed 'INewPublisher' to 'IPublishHost' 2022-09-22 11:19:33 +02:00
Ondrej Samohel
831050799d
🐛 pass argument in deprecated function 2022-09-08 16:54:46 +02:00
Jakub Trllo
d611fdb88c added docstring to dirmap 2022-08-29 12:20:35 +02:00
Jakub Trllo
5d12773b6d moved HostDirnap into openpype.host 2022-08-29 11:55:46 +02:00
Jakub Trllo
2cfa25682f split host into host and interfaces 2022-08-29 11:55:25 +02:00
Jakub Trllo
a777238d83 fix handling of host name in error message 2022-08-11 19:11:49 +02:00
Jakub Trllo
918ee53183 renamed 'get_referenced_containers' -> 'get_containers' 2022-06-27 14:10:35 +02:00
Jakub Trllo
96218779a2 renamed 'save_current_workfile' -> 'save_workfile' 2022-06-27 14:06:58 +02:00
Jakub Trllo
fcefcc7434 removed type hints 2022-06-24 17:52:29 +02:00
Jakub Trllo
bf592641e8 added new names of methods and old variants are marked as deprecated 2022-06-23 17:13:29 +02:00
Jakub Trllo
e36c80fd09 added type hints 2022-06-23 15:41:41 +02:00
Jakub Trllo
ecd2686ad1 added some docstrings 2022-06-23 14:47:16 +02:00
Jakub Trllo
796348d4af renamed 'HostImplementation' to 'HostBase' and `MayaHostImplementation' to 'MayaHost' 2022-06-22 18:05:37 +02:00
Jakub Trllo
0ff8e2bcc6 added validation methods to interfaces 2022-06-13 19:30:39 +02:00
Jakub Trllo
7ac1b6cadc added logger to HostImplementation 2022-06-13 19:18:01 +02:00
Jakub Trllo
7f106cad33 added maintained_selection to HostImplementation 2022-06-13 18:51:30 +02:00
Jakub Trllo
d9bde0c3c4 implemented base classes for host implementation 2022-06-13 18:38:43 +02:00