mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed "Ftrack" to "ftrack"
This commit is contained in:
parent
d77d357177
commit
63d903e52a
4 changed files with 4 additions and 4 deletions
|
|
@ -385,7 +385,7 @@ class TrayModulesManager(ModulesManager):
|
|||
# Define order of modules in menu
|
||||
modules_menu_order = (
|
||||
"user",
|
||||
"Ftrack",
|
||||
"ftrack",
|
||||
"muster",
|
||||
"avalon",
|
||||
"Clockify",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ class IFtrackEventHandlerPaths:
|
|||
class FtrackModule(
|
||||
PypeModule, ITrayModule, IPluginPaths, ITimersManager, IUserModule
|
||||
):
|
||||
name = "Ftrack"
|
||||
name = "ftrack"
|
||||
|
||||
def initialize(self, settings):
|
||||
ftrack_settings = settings[self.name]
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"AVALON_DB_DATA": "{PYPE_SETUP_PATH}/../mongo_db_data"
|
||||
},
|
||||
"Ftrack": {
|
||||
"ftrack": {
|
||||
"enabled": true,
|
||||
"ftrack_server": "https://pype.ftrackapp.com",
|
||||
"ftrack_actions_path": [],
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "dict",
|
||||
"key": "Ftrack",
|
||||
"key": "ftrack",
|
||||
"label": "Ftrack",
|
||||
"collapsable": true,
|
||||
"checkbox_key": "enabled",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue