Commit graph

24 commits

Author SHA1 Message Date
Roy Nieterau
5e503d0b51 Remove host name prefix from dirmap settings mapping 2024-12-17 10:46:47 +01:00
Roy Nieterau
ea292add98 Use underscore separator like in Maya settings maya_dirmap.
Only other integration I can see that has dirmapping is Nuke, which uses just `dirmap` without host prefix - which I suppose would then be broken regardless.
It may make more sense to remove the `host` specific prefix from the label because it's already looking in host specific settings anyway.
2024-12-16 22:56:27 +01:00
Jakub Trllo
da78fbceff use 'ABC' instead of 'ABCMeta' 2024-07-15 15:08:55 +02:00
Petr Kalis
1913a33330
Reformat TODO comment
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-07-10 14:14:04 +02:00
Petr Kalis
d36f9cdd9b Added additional TODO 2024-07-10 13:50:52 +02:00
Petr Kalis
c5a68379ca Fix for dirmap for non local nor studio sites
Site Sync addon throws ValueError for no local/studio sites as it doesn't make sense to override roots for sftp or gdrive.
This handles gracefully this exception.
2024-07-03 15:49:41 +02:00
Petr Kalis
1298cb5a76 AY-1232 - use faster method to check site sync enabled on project 2024-07-01 12:04:00 +02:00
Petr Kalis
d4e90a4eb2 AY-1232 - used addon's get_site_root_overrides
Addon's get_site_root_overrides should return overridden root values for any site which is overridden by Site Settings.
'studio' site is currently overridden by `Roots` tab and comes from project settings directly.
2024-07-01 12:03:28 +02:00
Jakub Trllo
ccc3c1710a use 'sitesync' over 'sync_server' 2024-04-04 11:01:48 +02:00
Jakub Trllo
7bcbf0f668 use product naming over subset 2024-03-05 14:10:07 +01:00
Jakub Trllo
c3296b1322 use folder naming 2024-03-04 17:48:24 +01:00
Jakub Trllo
0664da2a5e rename 'get_current_asset_name' to 'get_current_folder_path' 2024-02-29 18:11:19 +01:00
Jakub Trllo
fb28784c45 minor fixes 2024-02-21 15:13:47 +01:00
Jakub Trllo
54b2fa9658 use 'folder_path' to define current context 2024-02-21 15:02:57 +01:00
Jakub Trllo
eb07f945a5 added comment to dirmap implementation 2024-02-16 16:34:33 +01:00
Jakub Trllo
205f7a8e82
Merge pull request #33 from ynput/feature/new-context-env-variables
Use AYON prefix in context environment variables
2024-02-15 14:39:07 +01:00
Jakub Trllo
0a02c360ca Merge branch 'develop' into enhancement/OP-8157_Use-AYON-settings 2024-02-13 11:54:29 +01:00
Jakub Trllo
5edf44903c use AYON prefix in context environment variables 2024-02-12 16:13:17 +01:00
Jakub Trllo
2c7da1a6de dirmap settings are using AYON settings 2024-02-09 15:09:04 +01:00
Jakub Trllo
02b371139a reduce usage of legay_io 2024-02-08 17:37:02 +01:00
Jakub Trllo
fd684010a8 use AddonsManager over ModulesManager 2024-02-06 15:02:57 +01:00
Jakub Trllo
0508cd986a fix openpype imports 2024-02-05 16:02:14 +01:00
Jakub Trllo
ee6e42ec6c change openpype imports to ayon_core 2024-02-05 15:46:47 +01:00
Jakub Trllo
a4f2f76fbf rename openpype > ayon_core 2024-02-05 15:26:43 +01:00