From 681ac5babda9393ed34479a844722e1dbd29d703 Mon Sep 17 00:00:00 2001 From: Thomas Fricard Date: Tue, 11 Apr 2023 16:47:50 +0200 Subject: [PATCH] remove doubled doc for namespace --- website/docs/admin_hosts_maya.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/website/docs/admin_hosts_maya.md b/website/docs/admin_hosts_maya.md index 3f61fde7ca..0dd86d6e7c 100644 --- a/website/docs/admin_hosts_maya.md +++ b/website/docs/admin_hosts_maya.md @@ -202,29 +202,6 @@ These options are set on the camera shape when publishing the review. They corre ![Extract Playblast Settings](assets/maya-admin_extract_playblast_settings_camera_options.png) -## Load Plugins - -### Reference Loader > Namespace -Here you can create your own custom naming for the reference loader. - -The custom naming is split into two parts separated by a ":" symbol. The first half is the namespace and the second half is the group name of the reference. If you don't set the namespace or the group name, an error will occur. -Here's the different variables you can use: - -
-
- -| Token | Description | -|---|---| -|`{asset_name}` | Asset name | -|`{asset_type}` | Asset type | -|`{subset}` | Subset name | -|`{family}` | Subset family | - -
-
- -Example: `{asset_name}_{subset}_:_GRP` - ## Custom Menu You can add your custom tools menu into Maya by extending definitions in **Maya -> Scripts Menu Definition**. ![Custom menu definition](assets/maya-admin_scriptsmenu.png)